Blender Git Commit Log
Git Commits -> Revision d192d72
Revision d192d72 by Sergey Sharybin (master) July 5, 2018, 14:56 (GMT) |
Ensure dependency graph exists before initializing editors Will help entering sculpt mode on file load by making it possible to fully initialize sculpt session. The goal is to make sure PBVH exists since the very beginning of file open (missing PBVH is a reason why object is not visible before first stroke). This is not enough yet to fully solve the issue, since entering sculpt mode tags object for Copy-on-Write update, which frees PBVH. |
Commit Details:
Full Hash: d192d723123add1dde3e9f7e9458aefcafb7e7d2
Parent Commit: c1678a3
Lines Changed: +29, -26