Uses of Class
org.blender.dna.Script
-
Packages that use Script Package Description org.blender.dna org.blender.utils -
-
Uses of Script in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Script Modifier and Type Method Description CPointer<Script>
Script. __io__addressof()
Instantiates a pointer on this instance.CPointer<Script>
SpaceScript. getScript()
Get method for struct member 'script'.Method parameters in org.blender.dna with type arguments of type Script Modifier and Type Method Description void
SpaceScript. setScript(CPointer<Script> script)
Set method for struct member 'script'.Constructors in org.blender.dna with parameters of type Script Constructor Description Script(Script that)
-
Uses of Script in org.blender.utils
Methods in org.blender.utils that return Script Modifier and Type Method Description Script
MainLib. getScript()
SeeScript
for documentation.Methods in org.blender.utils with parameters of type Script Modifier and Type Method Description void
MainLib. setScript(Script script)
SeeScript
for documentation.
-