base class — bpy_struct
Collection of texts
Add a new text to the main database
Parameters: | name (string) – New name for the datablock |
---|---|
Returns: | New text datablock |
Return type: | Text |
Remove a text from the current blendfile
Parameters: | text (Text, (never None)) – Text to remove |
---|
Add a new text to the main database from a file
Parameters: | filepath (string) – path for the datablock |
---|---|
Returns: | New text datablock |
Return type: | Text |
tag
Parameters: | value (boolean) – Value |
---|
Inherited Properties
Inherited Functions
|
References