Friday, July 15, 2011

Fixed the code, run on Blender 2.58.

I found the hint for solving the 'pivot_point' problem on the forum of BlenderArtists.org.



<CODE>


bpy.context.space_data.pivot_point = 'INDIVIDUAL_ORIGINS'


</CODE>


Now I could run the code on Blender 2.58 (^_^).
The code is here.

No comments:

Post a Comment