Uses of Class
org.blender.dna.MDeformWeight
-
Packages that use MDeformWeight Package Description org.blender.dna -
-
Uses of MDeformWeight in org.blender.dna
Methods in org.blender.dna that return types with arguments of type MDeformWeight Modifier and Type Method Description CPointer<MDeformWeight>
MDeformWeight. __io__addressof()
Instantiates a pointer on this instance.CPointer<MDeformWeight>
MDeformVert. getDw()
Get method for struct member 'dw'.Method parameters in org.blender.dna with type arguments of type MDeformWeight Modifier and Type Method Description void
MDeformVert. setDw(CPointer<MDeformWeight> dw)
Set method for struct member 'dw'.Constructors in org.blender.dna with parameters of type MDeformWeight Constructor Description MDeformWeight(MDeformWeight that)
-