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