Trees | Indices | Help |
---|
|
This object gives access Blender's Font objects
|
|||
string |
|
||
|
|||
string |
|
||
|
|||
tuple of module constants |
|
||
None |
|
||
|
|||
|
|||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
float |
|
||
None |
|
||
module constant |
|
||
None |
|
||
int |
|
||
None |
|
||
None |
|
||
None |
|
|
|||
activeFrame The active frame for this text data. |
|||
bool |
fakeUser When set to True, this datablock wont be removed, even if nothing is using it. |
||
frameHeight The height of the active frame [0.0 - 50.0] |
|||
frameWidth The width of the active frame [0.0 - 50.0] |
|||
frameX The X position of the active frame [0.0 - 50.0] |
|||
frameY The Y position of the active frame [0.0 - 50.0] |
|||
string or None |
lib path to the blend file this datablock is stored in (readonly). |
||
string |
name unique name within each blend file. |
||
IDGroup |
properties Returns an IDGroup reference to this datablocks's ID Properties. |
||
bool |
tag A temporary tag that to flag data as being used within a loop. |
||
totalFrames The total number of text frames (read only) |
|||
int |
users The number of users this datablock has. |
|
Set the name of this Text3d object.
|
Set the text string in this Text3d object
|
Get the drawing mode (3d, front, and/or back) Gets the text3d's drawing modes. Uses module constants
|
Set the text3d's drawing mode. Uses module constants
|
Set the Text3d's bevel resolution value.
|
Sets Default text Resolution.
|
Set the Text3d's width value.
|
Set the text3d's ext1 value.
|
Set the text3d's ext2 value.
|
Set the text3d's shear value.
|
Set the text3d's size value.
|
Set the text3d's ext2 value.
|
Set the text3d's spacing value.
|
Set the text3d's Xoffset value.
|
Set the text3d's Yoffset value.
|
Get the text3d's alignment value. Uses module constants
|
Set the text3d's Alignment value. Uses module constants
|
get the material index of a character.
|
Set a characters material.
Note: after changing this youll need to update the object with object.makeDisplayList() to see the changes. |
Adds a text frame. maximum number of frames is 255.
|
|
fakeUserWhen set to True, this datablock wont be removed, even if nothing is using it. All data has this disabled by default except for Actions.
|
libpath to the blend file this datablock is stored in (readonly).lib will be None unless you are using external blend files with (File, Append/Link) Note: the path may be relative, to get the full path use Blender.sys.expandpath
|
nameunique name within each blend file.The name is case sensitive and 21 characters maximum length. Note: a blend file may have naming collisions when external library data is used, be sure to check the value of lib. Note: Setting a value longer then 21 characters will be shortened
|
tagA temporary tag that to flag data as being used within a loop. always set all tags to True or False before using since blender uses this flag for its own internal operations.
|
usersThe number of users this datablock has. (readonly) Zero user datablocks are de-allocated after reloading and saving.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 24 10:23:53 2008 | http://epydoc.sourceforge.net |