Revision 188d1cc by Campbell Barton April 30, 2010, 05:45 (GMT) |
fix for exporting a rig to a graph |
Revision 16e7ed2 by Sergey Sharybin 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. |
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. |
April 29, 2010, 23:24 (GMT) |
Removed unused code from yesterday |
Revision 92dfb98 by Daniel Salazar April 29, 2010, 23:15 (GMT) |
Suggestion by Florian Meyer (testscreenings) to change default ramp to RGBA 0000 - RGBA 1111 (no more cyan) |
Revision 5e74542 by Campbell Barton April 29, 2010, 21:46 (GMT) |
use size_t for MEM_allocN_len as well as some of its callers |
Revision d2f5a60 by Nathan Letwory 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â??) |
Revision cbc2a71 by Andrea Weikert 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. |
Revision df2ed9f by Andrea Weikert April 29, 2010, 18:46 (GMT) |
== MSVC 9 projectfiles == small update |
Revision dfc1b84 by Campbell Barton April 29, 2010, 18:40 (GMT) |
missed this in recent api edits |
Revision 08c3bfd by Campbell Barton April 29, 2010, 17:57 (GMT) |
NULL check for pointcache. not sure this should be fixed elsewhere, commented this needs further checking. |
April 29, 2010, 17:34 (GMT) |
Make Blender malloc wrapper be 64 bit ready. |
April 29, 2010, 17:07 (GMT) |
SVN maintenance. |
Revision 610c4be by Campbell Barton 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) |
Revision 6662440 by Campbell Barton April 29, 2010, 14:44 (GMT) |
select linked options, Library and Library ObData |
Revision 7e0fc26 by Campbell Barton April 29, 2010, 07:06 (GMT) |
add missing header |
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 |
Revision 09f2b45 by Daniel Salazar 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) |
Revision 58cb999 by Daniel Salazar April 29, 2010, 05:20 (GMT) |
Newly created brushes will have a lower spacing. Still need to fix some of the default brushes |
|
|
|


Master Commits
MiikaHweb | 2003-2021