Page MenuHome

Fix T98454: Subdivision doesn't propagate int attributes.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on May 31 2022, 6:50 PM.

Details

Summary

Subdivision surface code uses custom data layer interpolation. That wasn't implemented for int attributes yet.

Diff Detail

Repository
rB Blender
Branch
int-propagate (branched from master)
Build Status
Buildable 22358
Build 22358: arc lint + arc unit

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.May 31 2022, 6:50 PM
Jacques Lucke (JacquesLucke) created this revision.

Assuming the test passes (makes sense that it would), this looks good to me.

source/blender/blenkernel/intern/customdata.cc
527

What about adding a using blender::IndexRange at the top of the file here?
I've wanted to use IndexRange elsewhere in this file in various patches ;)

This revision is now accepted and ready to land.May 31 2022, 7:04 PM