i have two different mesh in blender and i want both of them move independently using different f-curve at same time and using different csv files but i am not able to do that. Is there any way to do that?
Asked
Active
Viewed 173 times
0
-
Csv? do you mean svg (imported)? Try to add a meaningful screenshot (use the editor add image tool) to explain what you did and is not working... – m.ardito Jan 06 '18 at 08:46
-
@m.ardito assume it's comma separated values. – batFINGER Jan 06 '18 at 13:22
-
@batFINGER I know what a csv is, I thought about a typo. But how he is assuming he can "move" a mesh by its f-curve with a csv..? is it possible, how? I think at least it could need a python script maybe? – m.ardito Jan 06 '18 at 14:03
-
Definitely would require Python, but it might be possible – J Sargent Jan 06 '18 at 15:56
-
1@m.ardito pretty sure you would. On q my guess is Rajneesh want's to read one csv file with frame location etc etc to animate (create fcurve) for one object, ditto for another. – batFINGER Jan 06 '18 at 16:11
-
thanks for replying. csv is comma separated files. i have two mesh and two csv files and my csv files contain x, y and z locations for mesh and i want to animate both mesh at same time using python which is i am not able to do. – Rajneesh Sharma Jan 08 '18 at 04:05