Commit Graph

14 Commits

Author SHA1 Message Date
Campbell Barton 410dbe9037 python get/set material function for 3d text 2008-08-18 12:40:31 +00:00
Campbell Barton 0b0542c785 typo in Text3d, weightpaint_invert wasnt working properly 2007-11-19 10:49:12 +00:00
Campbell Barton ffab782e4c Added functions to Text3d that allow modifying of text frames
* .addFrame()
* .removeFrame(index)

getseters
* .activeFrame
* .totalFrames
* .frameWidth
* .frameHeight
* .frameX
* .frameY
2007-03-03 14:05:36 +00:00
Campbell Barton d067c11336 added id_attributes.py, this containes ID doc strings, all datablocks that have use ID props import this docstring. 2007-02-27 10:23:24 +00:00
Campbell Barton 853785782e Updated docs not to use Object.New() in examples, use scn.objects.*
Bugfix from ZanQdo, MOT files wouldent load in lightwave. also made some minor improvements.
2007-01-27 02:15:14 +00:00
Campbell Barton 80f5a232d9 modified Text3d.Font
* Renamed Text3d.Font.New() to Text3d.Font.Load() since New was acring like load anyway.
* Text3d.Font.Get() was just calling Text3d.Font.New(),
  made it get from a name or return a list of all fonts.
* implimenetd getsetattrs
* removed references to bones in the error messages
* added users variable
* renamed name to filename and added access to id.name
2006-08-06 07:34:25 +00:00
Stephen Swaney aa42dc28f1 more spell checking. 2006-07-12 14:27:13 +00:00
Stephen Swaney 401dfba305 Changes to Documentation Format ONLY.
no executable code.

Martin noticed many of our bpy instance variables were
incorrectly marked as class variables in the doc.  This
commit essentially changes the title of sections of the doc
from Class Variables to Instance Variables.  Now that we are
adding class or module dictionaries for constants, etc. this is
a distinction worth making.  Plus it is right.
2005-06-15 06:22:26 +00:00
Stephen Swaney 3eb2be3831 updates and corrections for BPy Text3d module from Ken Hughes.
Thanks, Ken!
2005-05-25 16:38:51 +00:00
Stephen Swaney 99bffa9cc0 correct bad reference to getDrawMode. 2005-03-20 12:34:36 +00:00
Johnny Matthews 66b8984cd8 Adding some docs for Text3d additions 2005-03-20 03:42:04 +00:00
Stephen Swaney 8c564af147 A little editing on the doc for the newest member of our Bpy module familily: Text3d. 2005-03-13 13:17:59 +00:00
Joilnen Leite 53b578d090 Text3d submodule document
.
2005-03-10 02:49:27 +00:00
Joilnen Leite 7968cf078e doc about Text3d module
.
2005-03-09 02:06:35 +00:00