Blender Git Commits

Blender Git "master" branch commits.

Page: 4368 / 5574

April 1, 2010, 12:53 (GMT)
Some minor python UI script fixes.

April 1, 2010, 12:51 (GMT)
Attempted fixes for render crashes on windows, still can't redo them here
in a virtual machine, maybe that has some different threading behavior.
Also should fix a problem with displaying render passes and multiple slots.

April 1, 2010, 12:10 (GMT)
scene.timeline_markers.add/remove() support.
Revision c6952f0 by Joshua Leung
April 1, 2010, 11:59 (GMT)
Bugfix #21763: extremly zooming into graph editor via ctrl+mmb locks up blender

Curve sampling minimum 'sampling frequency' for display could get too low causing a hang (with really-slow convergence). Clamping with a coarses limit now.
April 1, 2010, 09:29 (GMT)
missed in merging from render branch
April 1, 2010, 08:55 (GMT)
Added missing Bottom, Left, Back view modes in the "View" menu on 3D area
April 1, 2010, 08:49 (GMT)
commit 27896 : merge render branch into trunk reverted changes in rna_curve.c
April 1, 2010, 08:39 (GMT)
allow action groups with "" name, (just uses "Group" instead)
Revision 86a112e by Matt Ebb
April 1, 2010, 06:37 (GMT)
Fix [#21860] Quads/Triangles Selection miss to mark some Edges.
Revision 2f1385c by Matt Ebb
April 1, 2010, 06:30 (GMT)
Fix [#21347] no image at node editor

Node preview render wasn't getting the correct test_break callback
Revision c46a955 by Joshua Leung
April 1, 2010, 06:26 (GMT)
Assorted animsys fixes/tweaks:

* Fixed all the dangerous code added in 27907. Using the code there, scripters could corrupt animation files in ways which would render them useless, with channels not appearing in any animation editors, and others not getting evaluated at all.

* Partial fix of bug 21818, by disabling destructive replacement of keyframes. Will followup this commit with a more comprehensive commit which gets rid of the rest of the problems, by incorporating some requests from Durian team.

* Fixed problems with users being able to see+edit the name of the active Keying Set in the Scene buttons. There is still a bug though with the list widget given how the indices are now interpreted...
Revision ceebd18 by Matt Ebb
April 1, 2010, 03:58 (GMT)
Fix [#21298] Colour Management: Convert To Float & Use Colour Balance Linearising VSE Strip

Removed all colour management from sequencer, need better design/plan for this.
Revision f49a82b by Matt Ebb
April 1, 2010, 02:28 (GMT)
Fix [#20711] Loop selection not working with Emulate MMB + Left mouse select

Emulate 3 button mouse is now disabled when Left mouse select is used, to
prevent keymap conflicts. Configs for single button macs etc we can do with
keymap presets.
Revision 8f5438d by Matt Ebb
April 1, 2010, 01:27 (GMT)
Fix [#21775] Double-clicking icons in the file browser doesn't open files

Complicated issue, but this should be correct, and testing goes fine. fingers crossed.
April 1, 2010, 01:15 (GMT)
Fixed a compiler error in AppCanvas.h (thanks paulhart2). Also fixed
a compiler warning in pipeline.c with regard to the missing prototype
definition of free_libblock().
March 31, 2010, 22:49 (GMT)
BGE fix: Parenting the object to itself crashes BGE + stubs update
it may happen if you start doing exec, setParent, ... in Python
not a big deal, but to crash Blender is always bad
March 31, 2010, 20:39 (GMT)
March 31, 2010, 18:02 (GMT)
cleanup
* removed code that could lead to Blender writing in the Windows directory - is very old cruft and doesn't work on recent versions of Windows anymore and rightly so :)
March 31, 2010, 17:46 (GMT)
MSVC 9 projectfiles
* maintenance - removed BLI_dynamiclist.c
March 31, 2010, 15:04 (GMT)
Merge -c 27903 from COLLADA branch into trunk.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021