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