Uses of Class
org.blender.dna.CustomData
-
Packages that use CustomData Package Description org.blender.dna -
-
Uses of CustomData in org.blender.dna
Methods in org.blender.dna that return CustomData Modifier and Type Method Description CustomData
Hair. getCdata()
Get method for struct member 'cdata'.CustomData
Mesh. getEdata()
Get method for struct member 'edata'.CustomData
Mesh. getFdata()
Get method for struct member 'fdata'.CustomData
Multires. getFdata()
Get method for struct member 'fdata'.CustomData
Mesh. getLdata()
Get method for struct member 'ldata'.CustomData
Hair. getPdata()
Get method for struct member 'pdata'.CustomData
Mesh. getPdata()
Get method for struct member 'pdata'.CustomData
PointCloud. getPdata()
Get method for struct member 'pdata'.CustomData
Mesh. getVdata()
Get method for struct member 'vdata'.CustomData
Multires. getVdata()
Get method for struct member 'vdata'.Methods in org.blender.dna that return types with arguments of type CustomData Modifier and Type Method Description CPointer<CustomData>
CustomData. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type CustomData Modifier and Type Method Description void
Hair. setCdata(CustomData cdata)
Set method for struct member 'cdata'.void
Mesh. setEdata(CustomData edata)
Set method for struct member 'edata'.void
Mesh. setFdata(CustomData fdata)
Set method for struct member 'fdata'.void
Multires. setFdata(CustomData fdata)
Set method for struct member 'fdata'.void
Mesh. setLdata(CustomData ldata)
Set method for struct member 'ldata'.void
Hair. setPdata(CustomData pdata)
Set method for struct member 'pdata'.void
Mesh. setPdata(CustomData pdata)
Set method for struct member 'pdata'.void
PointCloud. setPdata(CustomData pdata)
Set method for struct member 'pdata'.void
Mesh. setVdata(CustomData vdata)
Set method for struct member 'vdata'.void
Multires. setVdata(CustomData vdata)
Set method for struct member 'vdata'.Constructors in org.blender.dna with parameters of type CustomData Constructor Description CustomData(CustomData that)
-