Blender Git Commit Log

Git Commits -> Revision de30fda

Revision de30fda by Sergey Sharybin (master)
March 13, 2020, 15:15 (GMT)
Fix T74686: Loading btx file in multires modifier is not working

Was happening when object does not have CD_MDISPS allocated yet.
Need to make sure totdisp and level is specified on CD_MDISPS data
prior to loading (as the load expects them to be properly set).

Commit Details:

Full Hash: de30fda04e8d84a173e929a0f3d9d8c71bcc4bbf
Parent Commit: 67704cb
Lines Changed: +52, -10

5 Modified Paths:

/source/blender/blenkernel/BKE_multires.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/multires.c (+43, -5) (Diff)
/source/blender/blenkernel/intern/multires_reshape.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/subdiv_displacement_multires.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021