Fixes T59069
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- T59069 (branched from blender2.8)
- Build Status
Buildable 2616 Build 2616: arc lint + arc unit
Event Timeline
| source/blender/python/bmesh/bmesh_py_types.c | ||
|---|---|---|
| 1007–1008 | It's not a new issue, but it seems cage mode is not supported regardless of the value of use_render, so this is a bit confusing. It should just say "cage arg is unsupported when deform=False", and the code could be simplified to: if (use_cage) else if (use_render) else | |