[Bf-blender-cvs] [5e6487e1f2d] master: UI: Particles

Pablo Vazquez noreply at git.blender.org
Fri Jan 25 15:30:42 CET 2019


Commit: 5e6487e1f2db93456ae7a4e3c1438bc5a1dabd13
Author: Pablo Vazquez
Date:   Fri Jan 25 15:30:04 2019 +0100
Branches: master
https://developer.blender.org/rB5e6487e1f2db93456ae7a4e3c1438bc5a1dabd13

UI: Particles

Dupli Collection -> Instance Collection

===================================================================

M	release/scripts/startup/bl_ui/properties_particle.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index 128c15dcc69..97767888e43 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -1384,7 +1384,7 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, Panel):
 
         col = layout.column()
 
-        col.prop(part, "instance_collection")
+        col.prop(part, "instance_collection", text="Instance Collection")
 
         col.prop(part, "use_whole_collection")
         sub = col.column()



More information about the Bf-blender-cvs mailing list