Revision 26c8d8f by Joseph Gilbert April 24, 2006, 16:17 (GMT) |
For some reason the render docs didn't mention the fact that you the RenderData stuct has the 'currentFrame' method for proper frame access. |
Revision 87949e5 by Joseph Gilbert April 24, 2006, 15:09 (GMT) |
warnings cleanup for the python project on windows |
Revision 4bfb0e3 by Joseph Gilbert April 24, 2006, 14:33 (GMT) |
*msvc7 projectfiles update* - post-build steps improved - properly moves all the python scripts into the .blender directory on build - only moves pthreadVSE2.dll from the pthreads libs - moves release text into the build directory |
Revision a77ab03 by Joseph Gilbert April 24, 2006, 14:07 (GMT) |
*projectfiles update* - added Modifier.c to python project |
Revision 52d50b3 by Campbell Barton April 24, 2006, 11:34 (GMT) |
fix removal of groups for non selected verts. removed debug prints |
Revision 1158683 by Campbell Barton April 24, 2006, 11:26 (GMT) |
Added utility functions to BPyMesh.py - dictWeightFlipGroups, return a vert weight with flipped group names. - dictWeightMerge, takes a list of dictWeights and merges them mesh_mirror_tool.py Added vertex weight support for the mirror tool, its able to mirror arbitary meshes weights with optional name flipping and creation of name flipped groups. This also uses the mode for l<>r, l>r, r>l so you can copy from left to right only for eg. |
Revision 94ebee8 by Ken Hughes April 24, 2006, 05:24 (GMT) |
Some Ipo getseters calling setter methods; added the necessary wrapper functions to make this work correctly. |
Revision 8291024 by Erwin Coumans April 24, 2006, 04:58 (GMT) |
fixes in raycasting |
Revision c781a84 by Erwin Coumans April 24, 2006, 02:03 (GMT) |
fixed collision sensor for dynamically created objects using Bullet physics |
Revision d1c0a4e by Erwin Coumans April 23, 2006, 18:42 (GMT) |
use ContinuousConvexCollision for raycaster, fixes raycast problems |
Revision a26ef58 by Ken Hughes April 23, 2006, 18:19 (GMT) |
===Tools=== Patch #4119, submitted by Lukas Steiblys (imbusy1). Mesh objects (created through the toolbox) which take user input such as number of verts, are not created if the user cancels input. Thanks for the patch! |
Revision e6db82e by Ken Hughes April 23, 2006, 17:15 (GMT) |
===Python API=== Fix for Cygwin/GCC compile errors: doesn't like PyObject_Del() in the PyTypeObject declarations :-P |
Revision 6f94c5e by Ken Hughes April 23, 2006, 17:01 (GMT) |
===Python API=== More Modifier API changes: * add Blender.Modifier.Settings dict with constants for modifier types * add mod.type attribute, which returns type of the Modifier * add some internal consistency checks in ModSeq_remove |
Revision fe1495c by Ken Hughes April 23, 2006, 14:17 (GMT) |
Little bit of code clean-up and commenting. |
Revision e8b2d0d by Stephen Swaney April 23, 2006, 12:56 (GMT) |
fix compiler warnings. The 'excess elements in struct initializer' is fatal on some platforms. |
Revision b3bd7c8 by Campbell Barton April 23, 2006, 08:01 (GMT) |
added remove to the modifier seq (when pymodifier->md is NULL then its been removed) added name to the docs |
Revision 8001a8b by Ken Hughes April 23, 2006, 02:34 (GMT) |
===Python API=== Initial commit for new Modifier API. Probably does about 70-75% of what it should, but it's a start. |
Revision a7863ef by Campbell Barton April 22, 2006, 09:23 (GMT) |
JMS's updated script. Must try to work out which one to remove, this one or apply_def |
Revision 1e1e908 by Ken Hughes April 21, 2006, 20:31 (GMT) |
Miscellaneous fixes to documentation. |
Revision 4aa28f1 by Ken Hughes April 21, 2006, 20:27 (GMT) |
===Python API=== New Ipo and IpoCurve API. Ipo and IpoCurve objects support the [] operator, for accessing the curves of a particular Ipo and for accessing the value of an IpoCurve at a specific time. Both modules were also "tp_getset"-ified. Also, code for an alternative method (Antont wanted this) of accessing curves via Ipo attributes is included for now, for people to try and see if it's actually preferable to the Ipo [] operator. These are all new additions; nothing was intentionally removed from the API. If you find the something in the existing API has changed, let me know. |
|
|
|


Master Commits
MiikaHweb | 2003-2021