Revision 1a0fc24 by Willian Padovani Germano August 2, 2003, 03:37 (GMT) |
Exppython: Expanding NMesh_update() to accept a parameter to tell it to recalculate normals, I introduced an error: new meshes would segfault Blender. Fixed. |
August 1, 2003, 19:47 (GMT) |
Added a new function (member of the Ipo object) EvaluateCurveOn(int pos, float time) which returns the value of the ipo curve number pos at the given time. Updated doc accordingly. |
Revision 4ebd7f6 by Stefan Gartner July 31, 2003, 18:34 (GMT) |
added path to IMB_imbuf_types.h to include path (needed by Image.c) |
Revision fe07b23 by Willian Padovani Germano July 30, 2003, 21:15 (GMT) |
* 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. |
Revision 35c4c32 by Michel Selten July 30, 2003, 21:02 (GMT) |
* Linking a Mesh object to the base object was not possible. Fixed. * Clean up of some comments. |
Revision a284d65 by Michel Selten July 30, 2003, 20:52 (GMT) |
* Updated the Object.py documentation. Not all is finished, but we're getting there. |
Revision 8a558f2 by Michel Selten July 30, 2003, 18:47 (GMT) |
* Fixed crash in Object.getTracked() method It tried to create a new Object from the tracked variable, when the variable was NULL. Ouch. |
Revision cef2676 by Rob Haarsma July 29, 2003, 14:22 (GMT) |
cvs maillist test. pls ignore. |
Revision 9aef0ba by Rob Haarsma July 29, 2003, 13:36 (GMT) |
Modified Text alignment, it now aligns from the origin (centre) of the Text object. |
Revision d58a5fa by Chris Want July 27, 2003, 17:09 (GMT) |
Added the variable NAN_NO_OPENAL to force building without openal. Set NAN_NO_OPENAL to true for this behavior. Also removed a comment about EXPYTHON, which is obsolete. |
Revision 916f527 by Michel Selten July 27, 2003, 15:56 (GMT) |
* Fixed problems in with script linking. I had to update many files to get this to work. |
July 27, 2003, 13:53 (GMT) |
added functions World_CheckPyObject World_FromPyObject World_CreatePyObject and World_compare |
Revision c886b5a by Willian Padovani Germano July 26, 2003, 20:19 (GMT) |
Exppython docs: Fixing a small comment in the nmesh doc, to avoid confusion. |
Revision f84d02e by Simon Clitherow July 26, 2003, 18:05 (GMT) |
MSVC 6 debug target finally fixed! (yes, really!) :) |
Revision 92ff8e2 by Simon Clitherow July 26, 2003, 16:26 (GMT) |
- fixed include paths for SoundSystem (MSVC 6). |
July 25, 2003, 19:53 (GMT) |
added function buildParts |
July 25, 2003, 19:52 (GMT) |
bug fixes in functions getLocation and similar. added buildParts() methods, which forces the computation of the partivcle system. |
July 25, 2003, 09:00 (GMT) |
removed a debug message |
Revision bde4d40 by Simon Clitherow July 23, 2003, 18:06 (GMT) |
- added sdl.dll to the release makefiles for windows |
Revision 00ef5ad by Simon Clitherow July 23, 2003, 17:59 (GMT) |
Updated win self-installer script. Still uses the 16-color icon images (sorry broken!) :) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021