Page MenuHome

Array Modifier Crashes by changing Constant Offset value to negative
Closed, ResolvedPublic

Description

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.19

Blender Version
Broken: version: 2.90.0 Alpha, branch: master, commit date: 2020-06-01 20:37, hash: rB1d4bae856690
Worked: version: 2.90 (sub 3), branch: master, commit date: 2020-05-22 20:59, hash: rB86fa8dc7f73a

Short description of error
Blender crashes after manually changing the value from positive to negative (e.g. from "1" to "-1") in any of the three axis slot of the Constant Offset in the Array Modifier.

Exact steps for others to reproduce the error

From the default Blender scene

  • Select Cube
  • Add Array Modifier
  • Enable Constant Offset
  • Change an axis value either by inputting a positive number or by just dragging the slider (positive or negative value, in this case, don't matter)
  • Insert the sign minus "-" in front of the value
  • Crash

If the offset values are zeroed out, X=0 Y=0 Z=0, you can manually input a negative value, if there's already a number different from 0 in one of the value fields, Blender crashes.
Copy and pasting a negative value makes it crash too, even if the values are 0.

Event Timeline

Philipp Oeser (lichtwerk) changed the task status from Needs Triage to Needs Information from User.Jun 2 2020, 5:51 PM

Cannot reproduce this (checked rB1d4bae856690 and master).

Just to make sure:

  • does this also happen with Factory Defaults? File > Defaults > Load Factory Settings

Cannot reproduce this (checked rB1d4bae856690 and master).

Just to make sure:

  • does this also happen with Factory Defaults? File > Defaults > Load Factory Settings

Yes, even trashing the preferences does that.

Philipp Oeser (lichtwerk) closed this task as Resolved.Jun 3 2020, 9:32 AM
Philipp Oeser (lichtwerk) claimed this task.

Looks like this is the same as T77289: Crash when typing negative numbers.?
As this was fixed by rBa5e9f024f21c: Fix T77289: Crash when typing negative numbers, I assume this is resolved and the fix should be in todays (or tomorrows) build from https://builder.blender.org/download/

I will close (but feel free to comment again if issues persist in these newer builds)