Saturday, August 16, 2014

in progress...

For the way to write a simple code, I write many function. Because, the operations for a shape are written like 'bpy.~~~~~~~~~~'. So I made some functions like 'editMode()'.

def editMode():
    bpy.ops.object.mode_set(mode='EDIT')

So, I call just an 'editMode()' in the code, it's easy.

No comments:

Post a Comment