Blender Git Commits

Blender Git "master" branch commits.

Page: 5367 / 5574

June 13, 2005, 20:33 (GMT)
Splash for 2.37a
June 13, 2005, 19:15 (GMT)
Patch from Martin Poirier.
Misc bpy Curve fixes and updates, includes bugs #1687 and #2637
June 13, 2005, 17:21 (GMT)
Scripts:
- Campbell Barton updated his obj exporter and skin (bridge/skin/loft) scripts. Thanks.
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.
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
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.
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.
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.
June 11, 2005, 17:57 (GMT)


Typo in fastshade() giving wrong colors for shadeless objects with
Vertex colours
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)
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.
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.
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.
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).
June 10, 2005, 13:55 (GMT)
* fix for bug #2733
June 10, 2005, 13:12 (GMT)
* fix for bug #2720
June 10, 2005, 12:33 (GMT)
Lamp Ipo blocktype was incorrect
June 10, 2005, 08:43 (GMT)
scons wininst includes now pluginsinclude in the installer
June 10, 2005, 08:00 (GMT)
Make sure plugin includes are added to a release
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021