This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/api2_2x
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-03-26 02:10:24 +00:00
2007-04-01 03:58:42 +00:00
2007-04-28 05:09:09 +00:00
2007-04-18 14:40:01 +00:00
2007-04-18 14:40:01 +00:00
2007-04-18 14:40:01 +00:00
2007-04-18 22:53:20 +00:00
2007-04-18 14:40:01 +00:00
2007-04-28 18:20:43 +00:00
2007-04-02 05:10:32 +00:00
2006-12-26 21:12:34 +00:00
2007-03-15 01:47:53 +00:00
2007-03-26 02:10:24 +00:00
2007-04-28 05:09:09 +00:00
2006-05-20 15:44:14 +00:00
2007-04-18 15:30:33 +00:00
2007-03-26 02:10:24 +00:00
2007-03-26 02:10:24 +00:00
2007-03-26 02:10:24 +00:00
2007-03-15 01:47:53 +00:00
2006-12-16 23:54:45 +00:00
2007-04-19 23:45:33 +00:00
2007-03-26 02:10:24 +00:00
2007-04-05 04:34:41 +00:00
2007-03-29 03:47:50 +00:00
2007-02-25 01:07:28 +00:00
2007-03-26 02:10:24 +00:00
2007-03-26 02:10:24 +00:00
2007-03-26 02:10:24 +00:00
2007-04-15 15:33:17 +00:00
2006-05-25 16:45:24 +00:00
2007-03-26 02:10:24 +00:00
2007-04-20 23:33:56 +00:00
2007-04-04 11:27:43 +00:00
2006-08-21 14:36:11 +00:00
2007-03-15 01:47:53 +00:00
2007-03-26 02:10:24 +00:00
2007-03-26 02:10:24 +00:00
2005-07-18 03:50:37 +00:00
2007-03-26 02:10:24 +00:00
2007-03-26 02:10:24 +00:00
2007-02-25 01:07:28 +00:00
2007-03-26 02:10:24 +00:00
2007-04-02 21:04:53 +00:00
2007-04-02 02:45:57 +00:00
2007-03-31 15:31:37 +00:00