Go to file
Campbell Barton 1bcadda46b fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menu
comparing keymaps was too sloppy or too strict, now sloppy keymap comparison works by setting all the operator
properties to their default values if they are not already set, then compare this with the keymap item (ignoring values missing from either one).

... this way any non default keymap setting wont match with an operator menu item which doesnt set this operator at all (a problem sighted in this bug report).


developer notes:
- IDP_EqualsProperties_ex() function adds an argument to treat missing members of either group to act as if there is a match.
- WM_operator_properties_default() function to reset RNA values to their defaults.
- add IDP_spit(), debug only function to print out ID properties.
2012-10-31 20:29:32 +00:00
build_files Buildbot: hopefully fix for missed sound on glibc2.11 slaves 2012-10-29 18:03:32 +00:00
doc style cleanup 2012-10-27 10:42:28 +00:00
extern Patch Bullet to make it's convex hull implementation usable in BMesh 2012-10-23 23:54:02 +00:00
intern style cleanup and correct own invalid comment. 2012-10-31 11:45:41 +00:00
release no longer use 'check_existing' to see if we need to have a save popup, instead use 'exec' operator on a saved file and 2012-10-31 17:03:31 +00:00
source fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menu 2012-10-31 20:29:32 +00:00
CMakeLists.txt style cleanup: also quiet harmless compiler warning. 2012-10-29 15:43:54 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: add check spelling osl 2012-10-17 01:53:29 +00:00
SConstruct remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00