Revision 2289f3a by Willian Padovani Germano August 10, 2003, 23:18 (GMT) |
Exppython: - Adding argv to the builtin sys Python module: Currently only argv[0] is there. This fixes a weird error that can make correct scripts fail. |
Revision 3295b39 by Wouter van Heyst August 10, 2003, 13:55 (GMT) |
- Split build/install info out from README into INSTALL - Add information on the .blender dir - Add some helpful links |
Revision 7163867 by Michel Selten August 10, 2003, 10:03 (GMT) |
* Fix crash in the getParent() and getTracked() methods of the Python API. This crash was reported by Jean-Michel Soler (jms). Problem was that I was trying to be a little too intelligent. I kept a reference to created PyObjects which at some point apparently fails. Keeping the object references is not necessary. Now we just create a new PyObject when necessary and let Python handle the reference counts. |
Revision 84f2b08 by Ton Roosendaal August 9, 2003, 17:09 (GMT) |
- patch provided by Jiri, to prevent polygonizer not to do metaballs outside of the old boundbox of the Object. it's a small fix, the code is still commented in... need further work to find out why sometimes balls disappear |
Revision e2a702a by Ton Roosendaal August 7, 2003, 14:08 (GMT) |
- Fixed bug #440, an error resulting from work at optimizing 'glflush' calls. Added a comment in the code why it happens... its about safely escaping from buttons/blocks loops before loading a new file! |
August 7, 2003, 13:20 (GMT) |
changed a return value for Irix compiler |
Revision 1e433ae by Willian Padovani Germano August 7, 2003, 04:12 (GMT) |
Exppython: - Fixed crash in NMesh: When trying to rename newly created meshes, Blender would crash due to invalid id->lib in new_id(). |
Revision 0c1f9dd by Michel Selten August 6, 2003, 22:08 (GMT) |
* Updated the Python API module documentation for Object. Added a couple of examples for some functions. * Fixed some small documentation problems with regards to the implementation. |
Revision 577616b by Willian Padovani Germano August 6, 2003, 19:25 (GMT) |
Exppython: - Update method scene.update(): To accept an optional parameter for a "full" update (using set_scene_bg()). - Updated the docs accordingly. |
Revision 2db07e8 by Michel Selten August 6, 2003, 17:04 (GMT) |
* Updated the Python API module documentation for Object. This module now contains a complete description - finally. |
Revision 598da24 by Michel Selten August 6, 2003, 14:57 (GMT) |
* Fixed crash when editing Ipo curves on Linux. This problem only occurs on Linux with NVidia cards. Fixed by Timo Mihaljov (noid). |
Revision cf322b1 by Michel Selten August 6, 2003, 12:25 (GMT) |
* Fix problem that edge select hotkey doesn't work on Linux. Edge select is now _only_ working with ctrl-alt-RMB. Patch provided by Roel Spruit (Goofster). |
Revision d3e2e5e by Alexander Ewering August 5, 2003, 13:39 (GMT) |
Fix volume envelopes for audio strips, they now work in all spaces. |
Revision babd29f by Stefan Gartner August 5, 2003, 12:44 (GMT) |
don't use QuickTime to load tga, png, and jpg images, as this causes problems when trying to play a sequence of images (fixes bug #430) |
August 5, 2003, 10:19 (GMT) |
removed unuseful function calls in BezTriple.[ch] general cleaning of Ipocurve.c Ipocurve.h Ipo.h Ipo.c updated doc |
Revision 683c322 by Willian Padovani Germano August 5, 2003, 03:45 (GMT) |
Exppython: - Fixed bug #399: Old bug on NMesh: segfault on NMesh.Face(vertexlist). - Fixed bug #433: "Typo" on Armature: bone's setQuat method was changing bone->head, not bone->quat. |
Revision 7db4249 by Simon Clitherow August 4, 2003, 18:12 (GMT) |
- added include path for imbuf (MSVC 6) |
Revision 6d6936f by Ton Roosendaal August 4, 2003, 12:40 (GMT) |
- interface.c doc |
Revision 4796c85 by Chris Want August 4, 2003, 03:26 (GMT) |
Irix mips3 build, Part 2 Ensuring that the build uses the rebuilt mips3 libs. Please test! |
Revision 41211ed by Willian Padovani Germano August 2, 2003, 20:49 (GMT) |
Exppython: Text module: trying to get the filename attribute didn't check for NULL. Reported by Stani Michiels. Fixed now. |
|
|
|


Master Commits
MiikaHweb | 2003-2021