Not sure if there is a rule about when ob->imat should be updated and
when I can expect it to be updated already.
Also this patch reminds me of what I did some time ago in D3459.
Differential D4285
Fix T60996: Dyntopo flood fill fails due to missing ob->imat Authored by Jacques Lucke (JacquesLucke) on Jan 30 2019, 5:51 PM. Tags None Subscribers None
Details
Not sure if there is a rule about when ob->imat should be updated and Also this patch reminds me of what I did some time ago in D3459.
Diff Detail
Event TimelineComment Actions Does adding imat copy to BKE_object_synchronize_to_original work? After rB2e3433c1f7b8: Fix T60127: Particles texture mapping coordinates objects I think the intent is for this to be always up to date. |