projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Particle system parenting
[blender-staging.git]
/
release
/
ui
/
buttons_particle.py
diff --git
a/release/ui/buttons_particle.py
b/release/ui/buttons_particle.py
index 3970f7069200379a0f3b6decb6c914ea11efe246..e03db78b7e44c44dda959c135e4ec74e7e8ee977 100644
(file)
--- a/
release/ui/buttons_particle.py
+++ b/
release/ui/buttons_particle.py
@@
-288,7
+288,9
@@
class PARTICLE_PT_render(ParticleButtonsPanel):
psys = context.particle_system
part = psys.settings
- layout.itemR(part, "material")
+ row = layout.row()
+ row.itemR(part, "material")
+ row.itemR(psys, "parent");
split = layout.split()