When doing face selection in XRay with a subdiv modifier the subdiv
the selection happens on the cage, not on the subdivided model. This
made it not possible to select faces when Subdivision modifiers were not
enabled in edit mode.
Details
Details
- Reviewers
Clément Foucault (fclem) Sergey Sharybin (sergey) - Maniphest Tasks
- T66630: X-Ray + Subdivision surface Face select problem
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- T66630 (branched from master)
- Build Status
Buildable 4011 Build 4011: arc lint + arc unit
Event Timeline
Comment Actions
Wouldn't be something like this more reliable
?Then entire modifiers_usesSubsurfFacedots will become return mesh->runtime.is_subdiv_mesh.