THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/02/2012 at 01:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform:
Language(s) : PYTHON ;
---------
I've been trying to get my head around this with little success
Cube
editable
select point create vertex map - tag is first tag
Get a point object - editable cube op
vtag = op.GetFirstTag()
vtag is a variabletag object and CalcVertexmap - doesn't use that type of object
Q: How do I retrieve the Vertex Map weight info?
From what I can see I should get a list of weights (as reals equal to the number of points??)
Get a point object - editable cube op
PointObject.CalcVertexmap
( modifier )
cvm = op.CalcVertexmap(whats the modifier?)
guidance appreciated