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
CurvesGeometry. getCurve_data()
Get method for struct member 'curve_data'.CustomData
Mesh. getEdata()
Get method for struct member 'edata'.CustomData
Mesh. getFdata()
Get method for struct member 'fdata'.CustomData
Mesh. getLdata()
Get method for struct member 'ldata'.CustomData
Mesh. getPdata()
Get method for struct member 'pdata'.CustomData
PointCloud. getPdata()
Get method for struct member 'pdata'.CustomData
CurvesGeometry. getPoint_data()
Get method for struct member 'point_data'.CustomData
Mesh. 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
CurvesGeometry. setCurve_data(CustomData curve_data)
Set method for struct member 'curve_data'.void
Mesh. setEdata(CustomData edata)
Set method for struct member 'edata'.void
Mesh. setFdata(CustomData fdata)
Set method for struct member 'fdata'.void
Mesh. setLdata(CustomData ldata)
Set method for struct member 'ldata'.void
Mesh. setPdata(CustomData pdata)
Set method for struct member 'pdata'.void
PointCloud. setPdata(CustomData pdata)
Set method for struct member 'pdata'.void
CurvesGeometry. setPoint_data(CustomData point_data)
Set method for struct member 'point_data'.void
Mesh. setVdata(CustomData vdata)
Set method for struct member 'vdata'.Constructors in org.blender.dna with parameters of type CustomData Constructor Description CustomData(CustomData that)
-