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
86251329d0db4c331ecee144599b9cf5790dc310
test
/
source
/
blender
/
editors
/
util
History
Campbell Barton
2016791fee
add missing files from cmakes lists
2012-09-05 00:52:35 +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
code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines is now unused but keep incase we want to add defines there later.
2012-09-03 22:04:14 +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