Giter Site home page Giter Site logo

io_anim_c3d's Issues

Question Regarding Marker Shape

Hey,
Sorry to bother you again. First of all, I want to thank you. Your Add-on is very useful for our research project.
However, I have a question/feature request for the add-on. Could you please add a feature to allow users to choose the shape of the marker? Right now, it's just using the default cube. Could you add an option to load marker with the sphere shape? If you don't have time to implement UI, could you tell me how to modify the source code?

best

Fails to import c3d files with screen axis parameters

The axis_interpretation function reads the screen axis data from the file using reader.get_screen_axis() which returns axis in string format ('+X', '-Y', etc.) here.

The code afterwards just assumes this data to be numeric vectors instead. Which causes an exception when trying to import files with screen axis parameters.

This could easily be resolved by using a dictionary to retrieve the correct vector like this:

axis_dict = {
            '+X': [1,0,0],
            '-X': [-1,0,0],
            '+Y': [0,1,0],
            '-Y': [0,-1,0],
            '+Z': [0,0,1],
            '-Z': [0,0,-1],
}

I am still unsure if this function works correctly though as I dont know what X_Screen and Y_Screen should actually mean in a 3D context.
The code seems to assume that its the forward and up axis. But shouldnt it be the right and up axis instead?

I could not find a proper definition on those parameters, as the c3d specification is sparse on these parameters:
https://www.c3d.org/HTML/default.htm?turl=Documents%2Fspecification.htm

Cannot export to c3d

I succeeded to install this addon. The file/import/c3d got enabled, but not the file/export/c3d :(

Is it normal ? I am using Blender 3.1

Thanks !

c3D file import failure

Good morning,
I have a c3D file import failure.
blender puts as error: " Failed to load any of the .bvh files(s):" and the source .
can you help me please?

thank you

Problem with number of frames to import

Hi,
I installed the add-on successfully, but couldn't import all the frames. My c3d file contains up to 3270 frames but only the first 800 frames are loaded. Here is the file I used to import file. Could you please help me to fix it?

Best,
Siyuan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.