Submitted by Colin on Sun, 08/22/2010 - 16:21
Posted in
Hi everyone,
I hope I am in the right forum.
I made a script for Blender in order to set up the trajectory, and why not, compose with 3D
Unfortunately, I don't have anymore a DSLR, So I cannot try it :(
There is a tutorial in my site for using it.
here is the link for the script.
Any comments, feedbacks are welcome !
Thanks for your attention.
Colin (from France)

Very neat! Does it it
Very neat! Does it it generate a C++ sketch completely from scratch, or does it use a template and then fill in certain values?
I.e. could someone modify a template to add other needed code in their sketch, or would you have to modify the blender script to do that?
!c
Hi ! Thanks for your interest
Hi !
Thanks for your interest :)
Yes my script is generating the complete sketch,
The sketch is easy to understand, you can download this example
The script is generating the number of steps your stepper motor will have to do.
I am using a long list for doing that, saved into the "sketch space", not into the ram or the usual memory allocated for list (too long for that)
On the interface you can choose your camera trigger pin, the 4 pins for the stepper control, how long is your step, and the axis exported.
The most important in this script is the list created and how to use it with "modulo".