Page MenuHome

Fix T93159: Particles don't emit text.
AbandonedPublic

Authored by Jacques Lucke (JacquesLucke) on Nov 25 2021, 12:24 AM.

Details

Summary

I should mention that this is really a band-aid. The text object instances don't know about the particle system anymore. So particle specific information will be lost in the shader for those instances. At least that makes the instances show up in 3.0. Not sure if that's worth it. No idea how likely it is that this breaks other things.. As long as the instanced object doesn't didn't contain even more instances in 2.93 (which wouldn't be rendered anyway), it's probably safe.

Diff Detail

Repository
rB Blender
Branch
particle-instance-text (branched from master)
Build Status
Buildable 18960
Build 18960: arc lint + arc unit

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Nov 25 2021, 12:24 AM
Jacques Lucke (JacquesLucke) created this revision.

I guess we can close this now, in favor of T93400 (since the report is now a known issue).