This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
5cd85ed57ea649c58c7c19d709bfc4cae7fffcad
test2
/
source
/
blender
/
editors
/
util
History
Campbell Barton
2b7ca2304a
unify include guard defines, __$FILENAME__
...
without the underscores these clogged up the namespace for autocompleation which was annoying.
2012-02-17 18:59:41 +00:00
..
CMakeLists.txt
Camera tracking integration
2011-11-07 12:55:18 +00:00
crazyspace.c
replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functions for int & char.
2011-11-07 01:38:32 +00:00
ed_util.c
reduce operator lookups in the UI (could do 4 hash lookups per button).
2012-01-22 03:30:07 +00:00
editmode_undo.c
use (const char*) rather than (char*) where possible.
2011-11-05 11:04:28 +00:00
numinput.c
use BLI_strncpy and BLI_snprintf when the size of the string is known.
2012-01-11 12:33:51 +00:00
SConscript
Recast: fix bad level calls, Recast compiled out if BGE not enabled. SCons updated but not tested.
2011-09-11 14:13:04 +00:00
undo.c
rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation to add a second version of the function which takes the property rather then its name.
2012-01-11 16:32:12 +00:00
util_intern.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00