On 28/10/2015 at 13:08, xxxxxxxx wrote:
Hey Everyone, I am building a tool that is very similar to the "Transfer" Tool, it allows you to align one object to another. The difference is you have a few more options in the GUI, the ability to separate x,y,z rotation and also x,y,z scale. You also have the ability transfer the objects based upon pivot point or objects center. If anyone knows the align tool in 3dsMax I am recreating it as an exercise to learn c4d Python.
I have the tool logic working based off selecting two objects then running the script. What I want to do is recreate the same intuitive interface as the "Transfer" Tool. After selecting the first object, how can I have the user select the object in the viewport and receive that data to use in python after running the script? Does anyone has any tips on how to receive user selected input after running a script? I am getting stumped on this.
Thank you, I appreciate your time.