Files
test/source/blender/blenkernel/intern
Willian Padovani Germano c40997656e Really minor updates related to code I wrote for the Cast modifier:
- modifier.c: moved a check out of a loop, removed an unneeded var, made a couple cosmetic changes.

- DNA_modifier_types.h: added parentheses to cast and smooth modifier defines that used bit-shifting (like 1<<1, etc.).

Note: realized they were needed when I tried to use "flag &= ~MOD_CAST_Z" in modifier.c. Since MOD_CAST_Z is #defined as 1<<3, ~MOD_CAST_Z ended up as ~1<<3 while I wanted ~(1<<3). There are other places in that header file and others in Blender where it'd be safer to add the parentheses...

- Updated the epydoc documentation for the features added by Ben Batt to the cast modifier; fixed small typo in API_intro.py.

BTW, thanks Ben Batt (artificer) for checking, improving with a couple features and committing these modifiers :).
2007-04-30 19:20:43 +00:00
..
2007-04-12 08:19:28 +00:00
2007-03-12 10:30:39 +00:00
2007-03-31 18:18:30 +00:00
2002-11-25 12:02:15 +00:00
2006-01-10 11:36:57 +00:00
2007-01-17 14:12:48 +00:00
2007-04-11 12:44:03 +00:00
2007-04-27 11:16:35 +00:00
2007-04-12 17:22:08 +00:00
2007-04-26 09:01:37 +00:00
2007-03-29 10:09:44 +00:00
2007-04-19 22:49:48 +00:00
2007-03-11 12:14:50 +00:00
2007-03-24 21:06:23 +00:00
2007-04-20 12:56:51 +00:00
2007-04-13 04:22:32 +00:00
2007-04-14 13:18:24 +00:00
2005-01-23 01:36:29 +00:00
2007-01-31 10:59:39 +00:00
2007-03-12 06:21:58 +00:00
2007-04-16 10:55:59 +00:00
2007-01-28 18:45:53 +00:00