Commit Graph

21 Commits

Author SHA1 Message Date
Campbell Barton
f479235f8e added tipRadius and headRadius bone properties 2006-08-26 05:40:58 +00:00
Ken Hughes
18ab4ff62d ===Python API===
Fix various typos in Modifier, IpoCurve and Armature docs.
2006-08-21 19:11:43 +00:00
Campbell Barton
314fbb4ff5 Added Armature.New() 2006-08-17 07:14:29 +00:00
Stephen Swaney
fec1ebaca3 A little spell-checkage.
Some return types changed from PyNone ( a C name ) to None.
2006-07-12 01:36:07 +00:00
Campbell Barton
2174b90307 added an example of getting the worldspace matrix of a bone 2006-07-01 12:03:44 +00:00
Joseph Gilbert
2aa6d4fc11 *bone.children fix
- fixes bone.children to return direct bone children
- added bone.getAllChildren() to allow previous behavior
2006-01-13 15:27:23 +00:00
Joseph Gilbert
31518a374b *pose docs
- some pose python documentation
2006-01-11 20:44:24 +00:00
Joseph Gilbert
540e5bb77d *Armature api documentation 2005-12-12 20:12:50 +00:00
Joseph Gilbert
280375ab2c - editng options for armature added to AramtureType 2005-11-21 22:21:46 +00:00
Joseph Gilbert
838fb77159 - drawtypes added to ArmatureType
* uses module constants added to Armature.c
2005-11-21 21:26:09 +00:00
Joseph Gilbert
ac80b4ba11 * added some display options to the ArmatureType class 2005-11-21 20:54:29 +00:00
Joseph Gilbert
4d7ca2931c * adds deformation properties to armatureType 2005-11-21 20:22:08 +00:00
Joseph Gilbert
9607fac3a5 A few more doc updates 2005-11-21 15:44:59 +00:00
Joseph Gilbert
0e62c58b08 Some updates to armature documentation. 2005-11-21 15:36:36 +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
Joseph Gilbert
5a4e574b81 - Documentation for the new python API 2004-05-02 14:29:31 +00:00
Joseph Gilbert
3c28f2f917 - Armature documentation update 2004-04-06 01:01:34 +00:00
Joseph Gilbert
381605be7d - documentation for armature/bone methods update 2004-04-05 04:17:46 +00:00
Stephen Swaney
db9f9215cf Fix for Bug 1045.
Added more detail for method return types in various doc files.
Changed version number in epy_docgen.sh to BPY_API_232.
2004-03-05 05:50:50 +00:00
Willian Padovani Germano
fe07b232b7 * got rid of a warning in editipo.c:
changed "get_ipo(key, ..." to "get_ipo((ID *)key, ..." in line 107.
* changed insert_meshkey(Mesh *me) to insert_meshkey(Mesh *me, short offline):
   To call this function from a script, so that it doesn't pop the
   "relative / absolute" dialog window when the "offline" arg is non-zero.

Exppython:

* NMesh module:
   - Added method NMesh.addMaterial(mat) to the NMesh module:
   alternative safer (aka slower) way to add materials.
   - Added optional arg to NMesh_update():
   if given and equal to 1, the mesh normals are recalculated.
   - Fixed NMesh.getVertexInfluences: it was segfaulting when a NULL bone was
   linked to the vertex.  Thanks to Jiba on the bf-python mailing list for
   bug report and sample .blend file.  Also made this method give an IndexError
   when the vertex index is out of range.
* Material module:
   Added specR, specG, specB vars for compatibility with the 2.25 API.
   Pointed by Manuel Bastioni.
* Image module:
    Exposed image width, height and depth parameters.
    From a suggestion by jms.
* BPython Ref Doc:
  - Small updates to reflect the above additions.
  - Added info for the Bone type in the Armature doc.
2003-07-30 21:15:41 +00:00
Willian Padovani Germano
c467b19c75 Exppython:
- More documentation files for epydoc.
- Few minor changes in other files.
2003-07-12 18:02:54 +00:00