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
07b52efa205d79e210a3d6bb6440407489a72439
test2
/
source
/
blender
/
editors
/
util
History
Campbell Barton
4eb8bceaf8
quiet some warnings.
2012-10-01 15:27:50 +00:00
..
CMakeLists.txt
add missing files from cmakes lists
2012-09-05 00:52:35 +00:00
crazyspace.c
Refactor of modifiers' apply function: now use a single bit-flag parameter to pass options, instead of having one parameter per boolean flag (i.e. replaces current useRenderParams and isFinalCalc by a single ModifierApplyFlag flag. ModifierApplyFlag is an enum defined in BKE_modifier.h). This way we won't anymore have to edit all modifier files when e.g. adding a new control flag!
2012-05-09 15:00:26 +00:00
ed_util.c
fixes for NULL checks, remove some redundant checks and add some in that have been removed by accident as code has been updated.
2012-09-14 06:17:14 +00:00
editmode_undo.c
code cleanup: use single define for undo string size, was 64 mostly, but 512 in the UI.
2012-09-10 01:55:58 +00:00
numinput.c
quiet some warnings.
2012-10-01 15:27:50 +00:00
SConscript
Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), among which:
2012-04-14 15:06:41 +00:00
undo.c
fix [
#31019
] [Minor] Freshly added nodes aren't getting undo push
2012-09-12 11:09:27 +00:00
util_intern.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00