manipulate model axis
-
On 24/01/2014 at 14:34, xxxxxxxx wrote:
It doesn't lok like there is a way to call the Axis Center dialog and control it's setting with Python so is there a way to move/rotate a models axis directly? Does this involve using the c4d.Utils? Is there a way to use CallCommands? I see I can open the Axis Center Diaolg, is there a way to change the settings or at least send it an enter command?
Any direction is appreciated.
-
On 24/01/2014 at 14:55, xxxxxxxx wrote:
I found that I can set the Axis Center panel switches manually and then use a call command in my script to carry it out. That's a start but it means I have to set the panel when I start working instead of just having it be part of the script. I guess it's a start but I'd like to get further into it.
-
On 24/01/2014 at 19:37, xxxxxxxx wrote:
This might help you, https://developers.maxon.net/forum/topic/6302/6696_axis-position
-
On 25/01/2014 at 14:37, xxxxxxxx wrote:
I don't know why that one didn't come up in my search. Thank you for sending the link. It looks like I'll have to learn about Matrices.