Blender Git Commits

Blender Git "master" branch commits.

Page: 4347 / 5574

April 30, 2010, 05:45 (GMT)
fix for exporting a rig to a graph
April 30, 2010, 04:48 (GMT)
Highlight last selected point in curve/surface edit mode.

Curve->lastselbp field was renamed to Curve->lastsel and now not last
either BPoint or BezTriple is storing here. It's not easy to determine
type of selected point, but operator which depends on such point reviews
the full nurbs, so this shouldn't be a problem.

Made changes to curve undo stuff to restore last selected point on undo/redo.

Added new theme color for curve last selected point.
Revision 53dbc1e by Matt Ebb
April 30, 2010, 01:22 (GMT)
Fix [#22207] Selecting Roots also selects hidden
Revision 12a7c8f by Joshua Leung
April 29, 2010, 23:29 (GMT)
Bugfix #22201: NLA 'freeze' icon does not match box

When the channel list in the NLA Editor was resized, the 'freeze' icon on Action Lines stayed put due to a relic from older code.
Revision 87072f1 by Matt Ebb
April 29, 2010, 23:24 (GMT)
Removed unused code from yesterday
April 29, 2010, 23:15 (GMT)
Suggestion by Florian Meyer (testscreenings) to change default ramp to
RGBA 0000 - RGBA 1111 (no more cyan)
April 29, 2010, 21:46 (GMT)
use size_t for MEM_allocN_len as well as some of its callers
April 29, 2010, 19:41 (GMT)
Amendment to r28508 (Make Blender malloc be 64 bit ready)
- one function missed in header causes compile problems (intern/guardedalloc/intern/mallocn.c:352: error: conflicting types for â??MEM_mapallocNâ??)
April 29, 2010, 18:53 (GMT)
[#22133] File Browser Mismatches File Name and Thumbnail
* sorting of file list interfered with thumbnail order, stopping job while sorting now.
April 29, 2010, 18:46 (GMT)
== MSVC 9 projectfiles ==
small update
April 29, 2010, 18:40 (GMT)
missed this in recent api edits
April 29, 2010, 17:57 (GMT)
NULL check for pointcache. not sure this should be fixed elsewhere, commented this needs further checking.
Revision 1fc7ea7 by gsr b3d
April 29, 2010, 17:34 (GMT)
Make Blender malloc wrapper be 64 bit ready.
Revision f63de81 by gsr b3d
April 29, 2010, 17:07 (GMT)
SVN maintenance.
April 29, 2010, 15:31 (GMT)
option to copy constraints without making their ID references direct links.
needed because proxies are causing libs to be linked directly when they should be kept indirect (likely slowing load times though I didnt time this)
April 29, 2010, 14:44 (GMT)
select linked options, Library and Library ObData
April 29, 2010, 07:06 (GMT)
add missing header
Revision b008f04 by Matt Ebb
April 29, 2010, 07:01 (GMT)
Rewrite of Logic editor UI to use layout engine

This commit puts the ground work in place, swapping out the crusty old Logic Editor
UI code for the new RNA-based layout engine. It's disabled with ifdefs at the moment
because it's incomplete, but Dalai can now do the grunt work to fill it all out and get it running.

Also includes a bug fix to LINK buttons, and two new logic operators to add and delete sensors.

Dalai, just switch the #if 0 and #if 1 in logic_window.c:3412 and 3469
April 29, 2010, 06:42 (GMT)
Set all brushes default distance
Edit mode back geometry occlusion on
Render size to %100 (%25 default is confusing)
Allow negative frames disabled by default (the use cases of this are
very few for it to be on by default)
April 29, 2010, 05:20 (GMT)
Newly created brushes will have a lower spacing. Still need to fix some
of the default brushes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021