Page MenuHome

LineArt: Remove LineartEdge::obindex.
ClosedPublic

Authored by YimingWu (NicksBest) on May 16 2022, 7:14 AM.

Details

Summary

This variable was mainly used to match duplicated edges (multiple types) in culling stage, But since we still need to record v1, v2 and their indexes are usable, we don't need to use this variable (not sure about the initial thought of this). Also, after changing the duplicated edge removal method in D14903, these two obindex variables are no longer needed. Thus update master to include this change.

Diff Detail

Repository
rB Blender

Event Timeline

YimingWu (NicksBest) requested review of this revision.May 16 2022, 7:14 AM
YimingWu (NicksBest) created this revision.
This revision is now accepted and ready to land.May 17 2022, 3:58 PM
This revision was automatically updated to reflect the committed changes.