This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bc6929fcdd87a1eaa721459cd57a25ecfa8bf0d4
test
/
source
/
blender
/
editors
/
util
History
Joshua Leung
7941ebf66e
Style and typo fixes
2012-06-01 11:46:25 +00:00
..
CMakeLists.txt
Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), among which:
2012-04-14 15:06:41 +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
code cleanup: comment unused functions (removed one which isnt useful anymore).
2012-04-23 07:32:13 +00:00
editmode_undo.c
style cleanup
2012-05-25 09:51:53 +00:00
numinput.c
fix [
#31382
] Loop Cut and Slide numpad (-)
2012-05-10 07:10:39 +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
Style and typo fixes
2012-06-01 11:46:25 +00:00
util_intern.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00