Home | Trees | Index | Help |
|
---|
Module Text3d :: Class Text3d |
|
Method Summary | |
---|---|
None |
Adds a text frame. |
module constant |
Get the text3d's alignment value. |
float |
Get the Text3d's bevel resolution value. |
float |
Return Default text resolution. |
tuple of module constants |
Get the drawing mode (3d, front, and/or back) Gets the text3d's drawing modes. |
float |
Get the text3d's ext2 value. |
float |
Get the text3d's ext1 value. |
float |
Get the text3d's ext2 value. |
string |
Get the name of this Text3d object. |
float |
Get the text3d's shear value. |
float |
Get the text3d's size value. |
float |
Get the text3d's spacing value. |
string |
Get text string for this object |
Return whether UV coords are used for Texture mapping | |
float |
Get the Text3d's width value. |
float |
Get the text3d's Xoffset value. |
float |
Get the text3d's Yoffset value. |
None |
Removed the frame at this index |
None |
Set the text3d's Alignment value. |
None |
Set the Text3d's bevel resolution value. |
None |
Sets Default text Resolution. |
None |
Set the text3d's drawing mode. |
None |
Set the text3d's ext2 value. |
None |
Set the text3d's ext1 value. |
None |
Set the text3d's ext2 value. |
Set the name of this Text3d object. | |
None |
Set the text3d's shear value. |
None |
Set the text3d's size value. |
None |
Set the text3d's spacing value. |
Set the text string in this Text3d object | |
Set the font to use UV coords for Texture mapping | |
None |
Set the Text3d's width value. |
None |
Set the text3d's Xoffset value. |
None |
Set the text3d's Yoffset value. |
Instance Variable Summary | |
---|---|
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. |
Method Details |
---|
addFrame()Adds a text frame. maximum number of frames is 255.
|
getAlignment()Get the text3d's alignment value. Uses module constants
|
getBevelAmount()Get the Text3d's bevel resolution value.
|
getDefaultResolution()Return Default text resolution.
|
getDrawMode()Get the drawing mode (3d, front, and/or back) Gets the text3d's drawing modes. Uses module constants
|
getExtrudeBevelDepth()Get the text3d's ext2 value.
|
getgetExtrudeDepth()Get the text3d's ext1 value.
|
getLineSeparation()Get the text3d's ext2 value.
|
getName()Get the name of this Text3d object.
|
getShear()Get the text3d's shear value.
|
getSize()Get the text3d's size value.
|
getSpacing()Get the text3d's spacing value.
|
getText()Get text string for this object
|
getUVordco()Return whether UV coords are used for Texture mapping |
getWidth()Get the Text3d's width value.
|
getXoffset()Get the text3d's Xoffset value.
|
getYoffset()Get the text3d's Yoffset value.
|
removeFrame(index)Removed the frame at this index
|
setAlignment(align)Set the text3d's Alignment value. Uses module constants
|
setBevelAmount(bevelresol)Set the Text3d's bevel resolution value.
|
setDefaultResolution(resolu)Sets Default text Resolution.
|
setDrawMode(val)Set the text3d's drawing mode. Uses module constants
|
setExtrudeBevelDepth(ext2)Set the text3d's ext2 value.
|
setgetExtrudeDepth(ext1)Set the text3d's ext1 value.
|
setLineSeparation(sep)Set the text3d's ext2 value.
|
setName(name)Set the name of this Text3d object.
|
setShear(shear)Set the text3d's shear value.
|
setSize(size)Set the text3d's size value.
|
setSpacing(spacing)Set the text3d's spacing value.
|
setText(name)Set the text string in this Text3d object
|
setUVordco(val)Set the font to use UV coords for Texture mapping |
setWidth(width)Set the Text3d's width value.
|
setXoffset(xof)Set the text3d's Xoffset value.
|
setYoffset(yof)Set the text3d's Yoffset value.
|
Instance Variable Details |
---|
activeFrameThe active frame for this text data. |
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.
|
frameHeightThe height of the active frame [0.0 - 50.0] |
frameWidthThe width of the active frame [0.0 - 50.0] |
frameXThe X position of the active frame [0.0 - 50.0] |
frameYThe Y position of the active frame [0.0 - 50.0] |
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 useBlender.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
|
propertiesReturns anIDGroup reference to this datablocks's ID
Properties.
|
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.
|
totalFramesThe total number of text frames (read only) |
usersThe number of users this datablock has. (readonly) Zero user datablocks are de-allocated after reloading and saving.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 | http://epydoc.sf.net |