Sunday, August 17, 2014

Basic code

I think this basic code was completed. The code is simpler but easy to control the shaping objects. Next is to make UI and multiple forming in the window.


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.

Wednesday, August 13, 2014

Thinking the construction of program from first.

The next of GMP5, I decided to re-writing the code from first step. Because, the code of GMP5 is too long and complex to develop next from this. I need easier way to write for. For that, I'm making many functions for simple writing.