This module contains utility functions specific to blender but not assosiated with blenders internal data.
Returns a list of paths to external files referenced by the loaded .blend file.
Parameters: |
|
---|---|
Returns: | path list. |
Return type: | list of strigs |
Load scripts and run each modules register function.
Parameters: |
|
---|
Load all modules in a path and return them as a list.
Parameters: |
|
---|---|
Returns: | all loaded modules. |
Return type: | list |
Returns a list of paths for a specific preset.
Returns a list of valid script paths from the home directory and user preferences.
Accepts any number of string arguments which are joined to make a path.
Returns an SMPTE formatted string from the frame: “HH:MM:SS:FF”.
If the fps and fps_base are not given the current scene is used.
Returns an SMPTE formatted string from the time in seconds: “HH:MM:SS:FF”.
If the fps is not given the current scene is used.