Revision 2a7b4ad by Sergey Sharybin May 27, 2012, 14:17 (GMT) |
Fix mistmatch in usage of delete vs. delete [] in tiles reported by valgrind profiler. |
Revision 89cc1b2 by Ove Murberg Henriksen May 27, 2012, 14:17 (GMT) |
GUI added, but crashes becasuse: ob_act / ob_src ->DerivedDeform == 0x0 |
Revision 1a8d7f4 by Sergey Sharybin May 27, 2012, 13:44 (GMT) |
Patch #31563: Additional include directory for FFMPEG Fedora 16 is still using /usr/include/ffmpeg, not /usr/include to store FFmpeg's headers. Added it to search paths. Also remove FFmpeg include directory listed in FFMPEG_INCLUDE_DIRS twice Patch by Arno Mayrhofer (aka azrael3000), thanks! |
Revision a1091fb by Sergey Sharybin May 27, 2012, 13:33 (GMT) |
Fix #26876: Soft Body ignores Goal on Lattice Patch by Arno Mayrhofer (aka azrael3000) with only slight code style modifications, thanks! |
Revision 1e45042 by Campbell Barton May 27, 2012, 13:22 (GMT) |
code cleanup: remove mode comments, these were applied very un-evenly across a few files. |
Revision bc4f98b by Dan Eicher May 27, 2012, 13:17 (GMT) |
rna_def_composite_nodetree_api() getting passed the wrong prop |
Revision 1edf405 by Campbell Barton May 27, 2012, 12:59 (GMT) |
up-down arrow keys now jump between mask keyframes (when in the mask view). |
Revision e9fe7e7 by Campbell Barton May 27, 2012, 12:23 (GMT) |
svn merge ^/trunk/blender -r47067:47070 |
Revision 2ab62ce by Campbell Barton May 27, 2012, 12:21 (GMT) |
code cleanup: defines with braces - end with '(void)0' so callers must end with ';' like normal function. ... without this some editors dont parse the source so well. |
Revision aa63016 by Campbell Barton May 27, 2012, 11:22 (GMT) |
when SCREEN_OT_keyframe_jump fails dont send notifiers or call sound_seek_scene |
Revision d80333c by Campbell Barton May 27, 2012, 11:12 (GMT) |
svn merge ^/trunk/blender -r47058:47067 |
Revision 405f6a7 by Campbell Barton May 27, 2012, 11:10 (GMT) |
code cleanup: style and remove BM_face_find_longest/shortest_edge functions, ... instead use BM_face_find_longest/shortest_loop()->e |
Revision 5b48393 by Campbell Barton May 27, 2012, 11:08 (GMT) |
style cleanup: nodes, also rename chunksize -> chunk_size |
Revision e7ba010 by Campbell Barton May 27, 2012, 10:35 (GMT) |
tweaks to frame drawing from sebastian-k |
Revision 654ef11 by Sergey Sharybin May 27, 2012, 10:08 (GMT) |
Fix #31606: pg up/down does not work for changing falloff for proportional editing Initially issue was caused by non-proportional edge slide patch in rev46927 which had several wrong things: - It introduced new events TFM_WHEEL_DOWN_EVT/TFM_WHEEL_UP_EVT which were defined as per-bit OR between edge slide and proportional editing modal events, but the issue is that modal events are not bit masks and that meant that new events were defined as 20|24 and 21|25 which is a bit strange. - Another this was caused by the fact, that keymap wasn't creating for some specific transform modal keymap item -- it used to be tried to create single shortcut for two different modal events, which isn't supported by keymaps and resulted by artifacts in keymap editor interface (nodal event type was empty for wheel movements). That was caused by different events used by modal keymap and defining shortcuts. - Actual issue which prevented PgUP/PGDOWN to work was mixing using that new events for wheel scrolling in switch statements which doesn't do bitmask check. Solved by separating keymaps used for proportional editing and edge slide -- now it's mouse Wheel for proportional editing and Alt-Wheel for edge slide. If someone would want to have single shortcut for this two events it'll imply one of the follofing things: - Support poll function for shortcuts, so keymap would definitely know which modal event to send to operator. - Generalize TFM_MODAL_PROPSIZE_{UP, DOWN} and TFM_MODAL_EDGESLIDE_{UP, DOWN} so they can share the same shortcut with current design of keymaps. |
Revision 9978f97 by Campbell Barton May 27, 2012, 10:03 (GMT) |
cmake edits - only show mingw option when building with mingw - always run cmake configure with convenience build targets so failed configurations stop re-configuring. - disable WITH_GHOST_XDND in 'make lite' |
Revision 857dedb by Campbell Barton May 27, 2012, 00:36 (GMT) |
style cleanup |
Revision 3595db7 by Campbell Barton May 26, 2012, 23:18 (GMT) |
draw the mask keyframes in the clip view |
Revision 8223621 by Gaia Clary May 26, 2012, 22:46 (GMT) |
[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' Option |
Revision dd77076 by Campbell Barton May 26, 2012, 22:31 (GMT) |
svn merge ^/trunk/blender -r47047:47058 |
|