base classes — bpy_struct, Controller
Controller executing a python script
Python script type (textblock or module - faster)
| Type: | enum in [‘SCRIPT’, ‘MODULE’], default ‘SCRIPT’ |
|---|
Module name and function to run, e.g. “someModule.main” (internal texts and external python files can be used)
| Type: | string, default “”, (never None) |
|---|
Continuously reload the module from disk for editing external modules without restarting
| Type: | boolean, default False |
|---|
Inherited Properties
Inherited Functions