Blender Git Loki
Git Commits -> Revision d885635
Revision d885635 by Sergey Sharybin (master) May 13, 2010, 19:23 (GMT) |
Fix #22137: Shrink wrap modifer with curves, projection bug Always pack DispList into one block for deformation modifiers and create DerivedMesh for all curve objects passed to get_dm. This would fix problems with modifiers when they're creating dm for additional information (as it's made in shrinkwrap for normals). Small additional code cleanup in curve_calc_modifiers_post(). |
Commit Details:
Full Hash: d8856352164d1118f46eae59a60bf1c0abb36516
SVN Revision: 28753
Parent Commit: dffa42e
Lines Changed: +72, -85