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