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
47e313ec0cb367e3fcd8fa7aa8adeeb8a4580f13
test
/
source
/
blender
/
editors
/
util
History
Campbell Barton
97859e8709
add wm job types they are not used yet, so this just defines them for new jobs add add argument to search by job type.
2012-08-15 09:42:06 +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 [
#32086
] Missing bevel "hold shift" for better accuracy.
2012-07-14 14:03:36 +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
add wm job types they are not used yet, so this just defines them for new jobs add add argument to search by job type.
2012-08-15 09:42:06 +00:00
util_intern.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00