Blender Git Commit Log
Git Commits -> Revision a59df21
Revision a59df21 by Brecht Van Lommel (master) June 29, 2018, 12:53 (GMT) |
Fix T55645: broken particle Use Count option for instancing objects. There is now a manual refresh button on the panel to update the list of objects in case it changes, and it also gets refreshed when changing the collection or toggling the use count option. This is a bit more manual but the previous code of refreshing the list while evaluating the depsgraph was unreliable. This also fixes it to take properly take into account visibility, and to work with linked collections for which index writing was missing. |
Commit Details:
Full Hash: a59df21ad8282c20f33a216ba9e3ba739881577d
Parent Commit: ece72c9
Lines Changed: +146, -100
10 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/library_query.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+28, -15) (Diff)
/source/blender/blenkernel/intern/particle.c (+59, -48) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -34) (Diff)
/source/blender/editors/physics/particle_object.c (+33, -0) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+11, -3) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/library_query.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+28, -15) (Diff)
/source/blender/blenkernel/intern/particle.c (+59, -48) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -34) (Diff)
/source/blender/editors/physics/particle_object.c (+33, -0) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+11, -3) (Diff)