Blender Git Loki
Git Commits -> Revision 87c39f1
Revision 87c39f1 by Sergey Sharybin (master) July 2, 2019, 14:51 (GMT) |
Fix T65798: Incorrect auto-tex space for Curves There are several aspects to the fix: - Always calculate bounding box for meshes and curves from dependency graph evaluation function. There is a reason why mesh was tagged for geometry update, so can not be spare here in attempts to avoid calculation. - Copy bounding box and texture space to original object for active dependency graph. This matches object-level bounding box and allows to remove bounding box evaluation from RNA. |
Commit Details:
Full Hash: 87c39f11231b165ce913673676f57d6a013c23c4
Parent Commit: 65bc59a
Lines Changed: +29, -5