Blender Git Loki
Git Commits -> Revision 0933418
Revision 0933418 by Campbell Barton (master) October 9, 2006, 06:19 (GMT) |
Lattice.c was looping through all lattice data to check that it wasnt removed. No other BPyModules do this and zero user lattices are kept so this check is not needed. removed lattice.applyDeform(), this called object_apply_deform, which only gave a message to use modifiers. changed the example in epydocs to apply the lattice using modifiers. |
Commit Details:
Full Hash: 093341861727fdd2c2da5c865ab2c0eb921ae96d
SVN Revision: 8604
Parent Commit: 27dc45b
Lines Changed: +34, -150