Blender Git Loki
Git Commits -> Revision c0c1b45
Revision c0c1b45 by Bastien Montagne (master) June 24, 2019, 18:46 (GMT) |
Fix T65996: metaballs converted to meshes appear to render at an incorrect isosurface. Not much to be done here really, besides adding yet another hack to that giant pile of hacks that are mballs... So to avoid newly created copy of basis of mball to influence to mball computation, we simply switch it to Empty object for the depsgraph update run. Not nice, but working (besides a weird change of basis obflag which should not happen), and presumably reasonably safe change. |
Commit Details:
Full Hash: c0c1b4542f391fbec18b7168d2d845212fb44ac3
Parent Commit: a5ff780
Lines Changed: +18, -2
1 Modified Path:
/source/blender/editors/object/object_add.c (+18, -2) (Diff)