Subordinated particles missing #40442

Closed
opened 2014-05-30 15:09:41 +02:00 by Willi · 7 comments

System Information
Win7/64

Blender Version
blender-2.70-06a05e4-win64

Short description of error
If a particle system renders group objects, and the group objects also have a particle system, the latter are not rendered with the first particle system.

Exact steps for others to reproduce the error
Open NestedParticles.blend

The selected object ("Trunk") has a particle system. Particles are rendered group objects from group "Group". The three mesh objects to the right belong to that group. Each of them has a particle system, too.
Problem: Looking at the tree only, the trunk's particles are rendered but the subordinated particles are missing.

Maybe you say it's "not supported" but I added the particle system for a reason, not for being ignored.

Thank you in advance.

**System Information** Win7/64 **Blender Version** blender-2.70-06a05e4-win64 **Short description of error** If a particle system renders group objects, and the group objects also have a particle system, the latter are not rendered with the first particle system. **Exact steps for others to reproduce the error** Open [NestedParticles.blend](https://archive.blender.org/developer/F91985/NestedParticles.blend) The selected object ("Trunk") has a particle system. Particles are rendered group objects from group "Group". The three mesh objects to the right belong to that group. Each of them has a particle system, too. Problem: Looking at the tree only, the trunk's particles are rendered but the subordinated particles are missing. Maybe you say it's "not supported" but I added the particle system for a reason, not for being ignored. Thank you in advance.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @willi-2

Added subscriber: @willi-2
Author

I just see warnings in the console about a dependency cycle. I will recheck this...

I just see warnings in the console about a dependency cycle. I will recheck this...
Author

Ok, after fixing this, the problem stays the same: The arm's in the middle emit the twigs to the right, and the trunk emits the arm's in the middle, but not the subordinated twigs. Not in the viewport and not for rendering.

corrected file: NestedParticles2.blend

Ok, after fixing this, the problem stays the same: The arm's in the middle emit the twigs to the right, and the trunk emits the arm's in the middle, but not the subordinated twigs. Not in the viewport and not for rendering. corrected file: [NestedParticles2.blend](https://archive.blender.org/developer/F91996/NestedParticles2.blend)
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Lukas Tönne self-assigned this 2014-06-01 15:11:46 +02:00
Member

This is not a bug, but a deliberate limitation: Only groups, vertex and face duplis support nested duplis.

There are a couple of reasons for this:

  • It's very easy to create rapidly exploding numbers of duplis with nesting. This alone would be a bad excuse, but it has to be considered (safety limits on instances would help).
  • The dependency graph has serious issues with duplis, anything beyond a single layer is risky. Detecting cyclic dependencies could be tricky.
  • Particle systems with duplis actually create an inverted dependency to work around a design mistake in Blender Internal (yes, it makes me want to scream too ...)
  • Blender Internal itself has a number of builtin assumptions about duplis that can easily fail with unforeseen consequences if anything is changed there.

Replacing particles, depsgraph and Blender Internal altogether would help here ;P
Sorry, sarcasm is the only answer i have at this point.

This is not a bug, but a deliberate limitation: Only groups, vertex and face duplis support nested duplis. There are a couple of reasons for this: * It's very easy to create rapidly exploding numbers of duplis with nesting. This alone would be a bad excuse, but it has to be considered (safety limits on instances would help). * The dependency graph has serious issues with duplis, anything beyond a single layer is risky. Detecting cyclic dependencies could be tricky. * Particle systems with duplis actually create an inverted dependency to work around a design mistake in Blender Internal (yes, it makes me want to scream too ...) * Blender Internal itself has a number of builtin assumptions about duplis that can easily fail with unforeseen consequences if anything is changed there. Replacing particles, depsgraph and Blender Internal altogether would help here ;P Sorry, sarcasm is the only answer i have at this point.
Author

In short: sigh .... Ok, I understand. :-)
Thank you for your time in any case - and good luck with redesign from scratch in all areas! ;)

In short: *sigh* .... Ok, I understand. :-) Thank you for your time in any case - and good luck with redesign from scratch in all areas! ;)
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#40442
No description provided.