Maniphest T63523

Emission Particle Viewport Display Bugs
Closed, ResolvedBUG

Assigned To
Clément Foucault (fclem)
Authored By
Ingmar Franz (Uranus)
Apr 12 2019, 9:39 AM
Tags
  • BF Blender
Subscribers
Clément Foucault (fclem)
Ingmar Franz (Uranus)
Philipp Oeser (lichtwerk)

Description

System Information
Operating system: Windows 8.1, 64 Bit
Graphics card: AMD Radeon HD 7600M Series, Intel(R) HD Graphics 4000

Blender Version
Broken: 2.80Beta, 009dbc2bc9fb, Branch: blender2.7, 2019-04-09,
Worked: Blender 2.79

Emission Particle Viewport Display:
AXIS, CIRCLE and CROSS are displayed only once at the world origin (not at each particle)
and checking GUIDE HAIRS, SIZE, VELOCITY and NUMBER has no effect

Exact steps for others to reproduce the error
Simply add an emission particle system to a plane and select/check the options mentioned above

Related Objects

Mentioned In
T71461: Emitter particle system viewport display axis/cross/circle shows only first two particles
T66322: Object with particle system have wrong (expanded) selection region
Mentioned Here
rBc92cffb56d55: DRW: Instance: Makes it possible to have instances of a non-init batch
rB009dbc2bc9fb: Fix T63427: Annotations don'twork with 2.79 settings

Event Timeline

Ingmar Franz (Uranus) created this task.Apr 12 2019, 9:39 AM
Philipp Oeser (lichtwerk) claimed this task.Apr 12 2019, 9:58 AM
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 50.
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

Confirmed, checking...

Philipp Oeser (lichtwerk) reassigned this task from Philipp Oeser (lichtwerk) to Clément Foucault (fclem).Apr 15 2019, 3:48 PM
Philipp Oeser (lichtwerk) added a subscriber: Clément Foucault (fclem).

Problem seem twofold:

AXIS, CIRCLE and CROSS are displayed only once at the world origin (not at each particle)

looks like this broke with rBc92cffb56d5 Instance: Makes it possible to have instances of a non-init batch
@Clément Foucault (fclem): could you check on this? [couldnt figure out whats wrong here...]

GUIDE HAIRS, SIZE, VELOCITY and NUMBER has no effect:

These seem to be missing from the current implementation. I could try to do these soonish [looks like just the drawing code is missing]...

Anyways, will put on Clements desk for now [since the more 'important' part seems the broken transforms here]

Clément Foucault (fclem) raised the priority of this task from 50 to High.Jul 1 2019, 11:51 PM
Clément Foucault (fclem) changed the task status from Unknown Status to Resolved.Jul 2 2019, 12:56 PM

AXIS, CIRCLE and CROSS are displayed only once at the world origin (not at each particle)

The orignal issue seems to have been fixed.

GUIDE HAIRS, SIZE, VELOCITY and NUMBER has no effect:

These have been removed from the UI for now. They surely will be reimplemented in some way when everything node will be merged.