I right click an object in the object manager and centileo tag does not attach to the object. It shows me the tag options menu but no tag is created.
And how do I use the vertex map node in the node space?
Does it reference objects with the CID tag?
I am trying to use fields to influence vertex map on an object to change colour/displacement/etc.
Pages:
1
What is CID tag for centileo? It does not seem to attach to objects.
Administrator Posts:
CID is an invisible tag that stores the unique ID of the scene object to leverage it in interactive rendering together with motion blur and optimize some dynamic object changes during edit.
This tag is automatically created for each object if you use CentiLeo. If you uninstall the plugin you will see these tags for all scene objects. And it's also visible in the list of options of tags - but this is a design of Cinema itself, not possible to remove it from that list. This link shows how to use the vertex color tag: While the vertex map tag can be used in a similar way. It's just a drawing on the surface of the object which stores the values in the vertex map tag. And the shader node for vertex map just gives you access to these values. You can reference up to 10 tags (and more in the new versions) that can be attached per object where tag id = 0 in the node reference the most left vertex map tag and so on. Sometimes other plugins like Realflow use vertex maps to generate velocity values of deforming object. And these vertex map tags can be used by CentiLeo object tag to use deformation motion blur as described in this short example
CentiLeo Chat:
|
User Posts:
|
Administrator Posts:
Vertex map has various usage. E.g. Realflow generates them for deformation motion blur as I described before.
You can also draw a vertex map for your object. And a tag will appear in the list of object tags. You may draw several vertex maps and they will generate Vertex Map tag 0, Vertex Map tag 1, ... Vertex Map tag N, from left to right in the tag list of the object. If you want to get vertex map values for your shaders you should just use the vertex map node and connect it to the field you like, for example to determine reflection color properties or material amount in the mix material. In the vertex map node you only choose the vertex map tag ID. Same story with vertex color tag! As for mograph tag then it's automatically created for Mograph objects, e.g. for Cloner with multi-instancing, for mograph matrix, etc. You only need to know how to manage the mograph to generate UVW and Color data inside this mograph tag. In CentiLeo this mograph info can be accessed using mograph info node.
CentiLeo Chat:
|
User Posts:
I will try and see. |
Administrator Posts:
Redshift uses the names of tags to link them, but CentiLeo and native Cinema 4D nodes use tag id from left to right. Thats all the difference
CentiLeo Chat:
|
User Posts:
How can I reference one object instead of another in the node? |
Administrator Posts:
In vertex map node you only determine the tag ID, and then you assign all this material to one or more objects and for each object the speficied vertex map tag will be used if the tag is available.
CentiLeo Chat:
|
User Posts:
Ah ok. I figured out how to use vertex map node and have a field affect the material mapping. I did not know there was a vertex color tag as well.
I can use Vertex Map node and Vertex Color node, however, I do not see much difference between the two other than Vertex Color has an alpha channel, which is neat. They both affect displacement, which I also like. I am now just trying to test out the Mograph Info node. |
||||
|
Pages:
1
Users browsing this topic