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