Go to file
Campbell Barton 599bd1cbda patch from Martin, call classes register/unregister functions.
Modified to only do one lookup.

from Martin: 
 "Basically, what it does is allow you to add register and unregister class methods to rna types, this way you don't have to rely on module register/unregister methods to setup your types properly (and it makes them easier to move around when reorganizing code and easier to understand what a type does when reading code). This is especially nice for PropertyGroup classes that are added as properties to existing types, you can easily see in their register methods where they are added and removed in their unregister method. Obviously, those two methods are optional, so current code still works fine."
2011-03-21 06:22:09 +00:00
build_files Mac OS X cmake changes and bundle fixes 2011-03-16 15:44:17 +00:00
doc add sphinx api reference note that menu's layout.operator_context defaults to EXEC_REGION_WIN rather then INVOKE_DEFAULT. 2011-03-17 22:49:46 +00:00
extern workaround for problem compiling with glu 1.5.8 on windows 2011-03-15 01:31:07 +00:00
intern remove some redundant vars, assignments & checks. 2011-03-19 05:06:06 +00:00
release patch from Martin, call classes register/unregister functions. 2011-03-21 06:22:09 +00:00
source fix for use of un-initialized pointers in file_sfile_to_operator(...) & remove unused vars. 2011-03-21 03:22:33 +00:00
CMakeLists.txt CMake, check for clang++ compiler and disable WITH_IK_ITASC and WITH_MOD_FLUID until there supported. 2011-03-20 01:49:15 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Mac OS X cmake changes and bundle fixes 2011-03-16 15:44:17 +00:00
SConstruct Check the os.environ at the start of the build process. 2011-02-18 09:39:15 +00:00