Revision 79d2ae1 by Ton Roosendaal June 13, 2005, 20:33 (GMT) |
Splash for 2.37a |
Revision 769fa62 by Stephen Swaney June 13, 2005, 19:15 (GMT) |
Patch from Martin Poirier. Misc bpy Curve fixes and updates, includes bugs #1687 and #2637 |
Revision de567cd by Willian Padovani Germano June 13, 2005, 17:21 (GMT) |
Scripts: - Campbell Barton updated his obj exporter and skin (bridge/skin/loft) scripts. Thanks. |
Revision e5b527c by Willian Padovani Germano June 12, 2005, 23:40 (GMT) |
Scripts: - Jean-Michel Soler updated his paths importer (svg part) -- ongoing work related to this bug report by intrr: http://projects.blender.org/tracker/?func=detail&atid=125&aid=2674&group_id=9 - small doc update in paths import about some imported curves needing "enter edit mode, select all points, toggle cyclic (press 'c')" to show up correctly; - old vrml 2 exporter's menu name and tooltip updated to clarify that it is the old version, soon to be removed (in favor of the already included vrml 97 update by Bart). Also prints a msg about it to the console when used. Thanks all. |
Revision 7e81664 by Stephen Swaney June 12, 2005, 16:20 (GMT) |
remove version number for doc directory name as discussed at today's meeting. Was BPY_API_237, now BPY_API |
Revision 161f8b3 by Ton Roosendaal June 12, 2005, 12:57 (GMT) |
Bug fix #2737 Extrude 1 edge, created with Fkey for 2 vertices, didn't give the correct options... lacked a countall() to update stats. |
Revision 0197fdc by Ton Roosendaal June 12, 2005, 12:44 (GMT) |
Bugfix #2734 Added update of normals and face center after using NKey properties or do-centre option in Mesh EditMode. |
Revision 3d4438d by Willian Padovani Germano June 12, 2005, 05:54 (GMT) |
Scripts: - Campbell Barton updated his Wavefront obj importer; - Jean-Michel Soler updated his paths import (eps part). BPython bug fixes: - oldie found by Ken Hughes: reference count of two pyobjects not being decremented in slider callback (Draw.c): http://projects.blender.org/tracker/index.php?func=detail&aid=2727&group_id=9&atid=127 - Gergely Erdelyi found that setText() in Text3d module was not updating str length var, leading to mem corruption and provided a patch: http://projects.blender.org/tracker/?func=detail&aid=2713&group_id=9&atid=127 - doc updates (suggested by Campbell) Thanks guys. |
Revision 70c9f9b by Alexander Ewering June 11, 2005, 17:57 (GMT) |
Typo in fastshade() giving wrong colors for shadeless objects with Vertex colours |
Revision c91355f by Nathan Letwory June 11, 2005, 16:30 (GMT) |
Rollback of http://projects.blender.org/pipermail/bf-blender-cvs/2005-June/003769.html (which I in my commithappyness did before properly checking) |
Revision 3d98339 by Ton Roosendaal June 11, 2005, 12:56 (GMT) |
Bug fix #2726 Adjustment in wire frame optimizer, it only removes edges with 'valence' 2, meaning 2 faces sharing edge. Bug was that it removed edges having 3 faces. |
Revision 6cec51b by Willian Padovani Germano June 11, 2005, 05:30 (GMT) |
BPython bug fixes: - #2646 reported by Campbell: Python/Fileselector (moving from fileselector called by script to another space caused script to hang around open but not accessible) http://projects.blender.org/tracker/?func=detail&atid=125&aid=2646&group_id=9 - #2676 reported by Wim Van Hoydonck: 2.37 python scripts gui: event 8 ignored (thanks Ton for discussing / pointing what to do, Ken Hughes for also working on a fix) http://projects.blender.org/tracker/?func=detail&atid=125&aid=2676&group_id=9 - gui-less scripts with calls to progress bar inside fileselector callbacks didn't return to the previous space on exit (staying on Scripts win), requiring an event to do so (mouse movement, for example). Quick fix for now, will rework a little after 2.37a for a better alternative, not needing to move to the Scripts win at all. - added syntax colors access to Window.Theme module. Scripts: - updates by Jean-Michel Soler: svg2obj (svg paths import), tex2uvbaker, fixfromarmature; - updates by Campbell Barton: obj import / export, console; - tiny: converted vrml97 export to unix line endings; - updates in ac3d exporter, help browser, save theme. Thanks all mentioned above. |
Revision 9c63b95 by Martin Poirier June 11, 2005, 02:17 (GMT) |
Follow up on the Numinput / PET conflict bugfix. Added Page Up and Page Down as hotkey to increase and decrease PET area of effect. |
Revision ac30fd8 by Martin Poirier June 11, 2005, 02:01 (GMT) |
Fixed crash on transform_conversion with PET and hidden CV in a curve. It now deals correctly with hidden CVs in Connected mode (creates a "segment" on each side of the hidden CV). |
Revision 07fb86d by Nathan Letwory June 10, 2005, 13:55 (GMT) |
* fix for bug #2733 |
Revision f73183a by Nathan Letwory June 10, 2005, 13:12 (GMT) |
* fix for bug #2720 |
Revision 19cb1ae by Stephen Swaney June 10, 2005, 12:33 (GMT) |
Lamp Ipo blocktype was incorrect |
Revision ac16f00 by Nathan Letwory June 10, 2005, 08:43 (GMT) |
scons wininst includes now pluginsinclude in the installer |
Revision 79ea5e9 by Nathan Letwory June 10, 2005, 08:00 (GMT) |
Make sure plugin includes are added to a release |
Revision 764e1a3 by Martin Poirier June 10, 2005, 00:23 (GMT) |
MSVC 6.0 projectfiles small cleaning. DNA_makesdna.dsp was missing DNA_meshdata_types.h BL_src.dsp was missing most of the BIF and BDR and BSE includes |
|
|
|


Master Commits
MiikaHweb | 2003-2021