I am not a programmer but I think it’s usefull for everybody to know how to create a script that executes a sequence of operations in Blender without going through all the buttons
An example
Sometimes when modeling you have to do a repetetive actions that may take a long time
(see this thread)
So is it possible to do this with python script:
- Set selected curve to Bezier type
- Set all control points to Automatic
- Bevel that curve with defined curve object
And some advices in general?
Thanks!