Blender Git Commit Log
Git Commits -> Revision 35a9a85
Revision 35a9a85 by Bastien Montagne (master) August 12, 2019, 09:47 (GMT) |
Fix T68542: ParticleSystem.uv_on_emitter returns always 0,0 while Particle.uv_on_emitter returns a value. 'cached' particles (for paths actually) are only generated for some kind (hair, keyed, and baked system afaik), not for all. Note that we could probably just use directly `totpart` and `totchild`, but keeping code as close to what it was as possible, for now... |
Commit Details:
Full Hash: 35a9a85b27087f253100e7c66e8878a3ab015449
Parent Commit: 2b5575c
Lines Changed: +4, -2
1 Modified Path:
/source/blender/makesrna/intern/rna_particle.c (+4, -2) (Diff)