How to control a posemorph tag
-
I already created an eyeball in c4d, and make a posemorph for it. I have used GetMorph() to get the objects of tag. In my design, it can move left right, and up and down, in c4d, it can do. Now I want to use python to work it, but I don't know how to use method or set value make it rotate in c4d, I have add strength sliders for left-right and up-down. Which methods can I use to rotate the eyeball in python?
-
In addition, I am new for c4d and here. Hopefully, more responses and assistance.
-
Hello @matrixloong ,
Welcome to the Plugin Café forum and the Cinema 4D development community, it is great to have you with us!
Getting Started
Before creating your next postings, we would recommend making yourself accustomed with our Forum and Support Guidelines, as they line out details about the Maxon SDK Group support procedures. Of special importance are:
- Support Procedures: Scope of Support: Lines out the things we will do and what we will not do.
- Support Procedures: Confidential Data: Most questions should be accompanied by code but code cannot always be shared publicly. This section explains how to share code confidentially with Maxon.
- Forum Structure and Features: Lines out how the forum works.
- Structure of a Question: Lines out how to ask a good technical question. It is not mandatory to follow this exactly, but you should follow the idea of keeping things short and mentioning your primary question in a clear manner.
About your First Question
The general information on how one tackles PoseMorph tag is given in the CAPoseMorphTag Manual. Please, also have a closer look to the following thread, where similar question has already been asked: Setting Strength Values of the Pose Morph Target?
In your next postings please attach a code snippet that highlights the issue, because a single screenshot of the code does not help much.
Let me know if you have any further questions!
Cheers,
Ilia -
thanks a lot, your post is working for me.
-
-