Blender Git Commit Log
Git Commits -> Revision 6a8bff9
Revision 6a8bff9 by Nicholas Bishop (master) June 7, 2010, 18:20 (GMT) |
Fixed bug #21540, Array Modifier Capping refresh on open problem. * Problem was that the modifier directly accessed ob->derivedFinal, but that wasn't being built if the object was on a different layer. Changed to mesh_get_derived_final. Notes: * I fixed this for array and boolean, reported in the bug; there might be other places affected by this mistake. It's an easy fix if so. * The datamask being passed in isn't especially correct. Possibly we should be accessing the datamask being used to build the array modifier DerivedMesh? Anyway, at least this will get the mesh to show up in the viewport. |
Commit Details:
Full Hash: 6a8bff9570ca3325e286694586f77d8905e47ea7
SVN Revision: 29315
Parent Commit: e012fc8
Lines Changed: +3, -3