Particle don't update rotation settings #58632

Closed
opened 2018-12-03 18:35:52 +01:00 by user1 · 7 comments

System Information
Operating system: Linux Mint 19 Tara
Graphics card: Nvidia GeForce GT 630

Blender Version
Broken: 2.80 (sub 35), branch: blender2.8, commit date: 2018-12-02 23:40, hash: 63ac7c799c, type: Release

Short description of error

Particle don't update rotation settings in real time. One has to e.g. switch seed back and forth in order for the rotation settings to update.

Exact steps for others to reproduce the error

Create a particle system and try to change the rotation settings of the object particle.

Bildschirmfoto zu 2018-12-03 18-26-01.png

and if you then disable rotation...

Bildschirmfoto zu 2018-12-03 18-49-42.png

...blender ignores you for good.

**System Information** Operating system: Linux Mint 19 Tara Graphics card: Nvidia GeForce GT 630 **Blender Version** Broken: 2.80 (sub 35), branch: blender2.8, commit date: 2018-12-02 23:40, hash: 63ac7c799c8, type: Release **Short description of error** Particle don't update rotation settings in real time. One has to e.g. switch seed back and forth in order for the rotation settings to update. **Exact steps for others to reproduce the error** Create a particle system and try to change the rotation settings of the object particle. ![Bildschirmfoto zu 2018-12-03 18-26-01.png](https://archive.blender.org/developer/F5802197/Bildschirmfoto_zu_2018-12-03_18-26-01.png) and if you then disable rotation... ![Bildschirmfoto zu 2018-12-03 18-49-42.png](https://archive.blender.org/developer/F5802311/Bildschirmfoto_zu_2018-12-03_18-49-42.png) ...blender ignores you for good.
Author

Added subscriber: @user1

Added subscriber: @user1
Author

...but if you switch to halo rendering and back to object rendering, then the rotation is gone as expected.

Bildschirmfoto zu 2018-12-03 19-04-14.png

...but if you switch to halo rendering and back to object rendering, then the rotation is gone as expected. ![Bildschirmfoto zu 2018-12-03 19-04-14.png](https://archive.blender.org/developer/F5802416/Bildschirmfoto_zu_2018-12-03_19-04-14.png)
Author

wow, i just found out that it's even more weird: With rotation turned off, after the halo-trick, try to change the seed. You will see that blender still assumes that you want rotation.

wow, i just found out that it's even more weird: With rotation turned off, after the halo-trick, try to change the seed. You will see that blender still assumes that you want rotation.

Added subscribers: @Sergey, @mont29

Added subscribers: @Sergey, @mont29
Sergey Sharybin was assigned by Bastien Montagne 2018-12-03 20:44:23 +01:00

Thing is, rotation belongs to particleSettings data-block, while seed belongs to Object data-block (through ParticleSystem data). Those do different things in particle_recalc() update callback, and depsgraph also uses different components (see depsgraph_tag_to_component_opcode() in depsgraph_tag.cc).

@Sergey things are a bit confusing here, maybe you can understand what is missing here?

Thing is, rotation belongs to particleSettings data-block, while seed belongs to Object data-block (through ParticleSystem data). Those do different things in `particle_recalc()` update callback, and depsgraph also uses different components (see `depsgraph_tag_to_component_opcode()` in `depsgraph_tag.cc`). @Sergey things are a bit confusing here, maybe you can understand what is missing here?

This issue was referenced by 79312c1912

This issue was referenced by 79312c1912b4fdb830e38a856cf88bfca8e4703d

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
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
4 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#58632
No description provided.