Uses of Class
org.blender.dna.FreestyleConfig
-
Packages that use FreestyleConfig Package Description org.blender.dna -
-
Uses of FreestyleConfig in org.blender.dna
Methods in org.blender.dna that return FreestyleConfig Modifier and Type Method Description FreestyleConfig
ViewLayer. getFreestyle_config()
Get method for struct member 'freestyle_config'.FreestyleConfig
SceneRenderLayer. getFreestyleConfig()
Deprecated.DeprecatedMethods in org.blender.dna that return types with arguments of type FreestyleConfig Modifier and Type Method Description CPointer<FreestyleConfig>
FreestyleConfig. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type FreestyleConfig Modifier and Type Method Description void
ViewLayer. setFreestyle_config(FreestyleConfig freestyle_config)
Set method for struct member 'freestyle_config'.void
SceneRenderLayer. setFreestyleConfig(FreestyleConfig freestyleConfig)
Deprecated.DeprecatedConstructors in org.blender.dna with parameters of type FreestyleConfig Constructor Description FreestyleConfig(FreestyleConfig that)
-