Revision 71a0fb5 by Campbell Barton October 27, 2012, 15:24 (GMT) |
fix for extruding single edges from faces giving flipped loop data - UV's/VCols |
Revision 9c2d72a by Campbell Barton October 27, 2012, 15:08 (GMT) |
comment testing typechecking code, was causing issues on gcc 4.4 for some reason. |
Revision c9e5b1e by Campbell Barton October 27, 2012, 15:05 (GMT) |
add --debug-handlers so --debug-events isnt so noisy. |
Revision 7413adc by Campbell Barton October 27, 2012, 14:55 (GMT) |
add back debug prints for event handlers. not sure why they were removed in r51683 |
Revision 4959c87 by Ton Roosendaal October 27, 2012, 14:10 (GMT) |
Bugfix: Menu accellerator now accepts fast clicking again. (ctrl-q + q) |
Revision 1e56d0b by Gaia Clary October 27, 2012, 13:41 (GMT) |
wrong definition of parameterlist |
Revision 4682e7c by Ton Roosendaal October 27, 2012, 13:35 (GMT) |
Another tweak in event code to get KM_CLICK work. It was copying 'prevval' and 'prevtype' too often - can cause issues with different event systems or perifirals. |
Revision 9b2a0f3 by Joshua Leung October 27, 2012, 13:22 (GMT) |
Comment + whitespace tweaks for constraints * Radiant -> Radians * Noted down revision number for when Jahka removed the old constraint blending logic. I spent some time hunting this down while trying to check if it might've caused any obvious changes leading to one of the (now closed) bugreports. Better to note this in the code then. |
Revision b9e652a by Sergey Sharybin October 27, 2012, 13:22 (GMT) |
SCons: more libraries could be specified to be static now Jack, jpeg, png, openmp, opencollada libraris now could be forced to be static |
Revision 16544fb by Ton Roosendaal October 27, 2012, 13:15 (GMT) |
Putting back mysterious lines that check KM_CLICK keymap conflicts It's a real puzzle this click bizz! |
Revision 601cd02 by Ton Roosendaal October 27, 2012, 12:31 (GMT) |
Removed leftover debug print. |
Revision 9c2eaad by Lukas Toenne October 27, 2012, 11:56 (GMT) |
Fix #32982, Segault when trying to show a node material. This was caused by incomplete pointer mapping of the node->internal_links list in r51630, my bad. In intermediate revisions this could lead to corrupted .blend data. This patch adds a do_versions check to remove such bad links. The correct internal_links list will get restored on node update. |
Revision 9fc95bd by Campbell Barton October 27, 2012, 11:18 (GMT) |
use min/max inline functions where MIN2/MAX2 were doing type conversion. |
Revision ec67334 by Bastien Montagne October 27, 2012, 11:12 (GMT) |
A few more BMesh errors messages translated, and "automated" translation for modifers too! |
Revision 91584b0 by Lukas Toenne October 27, 2012, 11:10 (GMT) |
Fix for missing bracket in r51674. |
Revision aeba4950 by Campbell Barton October 27, 2012, 10:42 (GMT) |
style cleanup |
Revision 25f2439 by Ton Roosendaal October 27, 2012, 10:22 (GMT) |
Transform: didn't set "event handled" to zero on undhandled events. (like double click) |
Revision 5d9d76e by Bastien Montagne October 27, 2012, 10:05 (GMT) |
Finally fix the "double operators labels" in current po's: Operator sub-classes do not have custom "Operator" translation_context (while OperatorProperties subclasses do), so skip parsing the first! Also refactored the "skip dummy messages like "1024" or ": %d", now using a regex! All this removes about 160 doubles/unneeded messages! |
Revision 3189dac by Ton Roosendaal October 27, 2012, 09:52 (GMT) |
The UI wasn't capable of handling Double Click events; causing fast typing to not work. This is a temporary fix to make button type work. I'll check on other cases now too. Best would be to have UI code return correct flags for whether it has done something or not. This hasn't been coded really - so that's a todo for a later cleanup there. |
Revision d6d8de0 by Campbell Barton October 27, 2012, 02:47 (GMT) |
change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8 |
|