Blender Git Commit Log
Git Commits -> Revision 8c9e6f1
Revision 8c9e6f1 by Kevin Buhr (master) November 11, 2019, 18:30 (GMT) |
Fix T71461: Add IN_PLACE_INSTANCES to `part_prim` and `part_axis` object mode particle shaders For `Particle Properties -> Viewport Display -> Display As` set to circle/cross/axis, particle instances are associated with a single resource handle (and, in particular, a single model matrix), so define `IN_PLACE_INSTANCES` to get the right index for `ModelMatrix` and `ModelInverseMatrix` in the shader. Differential Revision: https://developer.blender.org/D6220 |
Commit Details:
Full Hash: 8c9e6f123a2b26cb6cc7585a49fb2a09bdeba09d
Parent Commit: a97cc53
Committed By: Dalai Felinto
Lines Changed: +2, -1
1 Modified Path:
/source/blender/draw/modes/object_mode.c (+2, -1) (Diff)