Page MenuHome

Crashes When Calling Texture Space Operators
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Ubuntu 18.04
Graphics card: Nvidia Titan Black

Blender Version
Broken: 2.81, master
Worked: (optional)

Short description of error
If I call Move Texture Space or Scale Texture Space operator via a shortcut or via Object->Transform menu : Blender crashes.
It does not happen if Location and Scale values are modified from Texture Space panel in Mesh properties tab of Properties editor.

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

In default startup.blend, open Object menu.
Open Transform sub-menu.
Click on Move Texture Space. -> crash

Event Timeline

Dalai Felinto (dfelinto) lowered the priority of this task from 90 to High.Nov 11 2019, 3:03 PM
Thread 1 "blender" received signal SIGSEGV, Segmentation fault.
0x000055555702e4d0 in zero_v3 (r=0x0) at //source/blender/blenlib/intern/math_vector_inline.c:42
42        r[0] = 0.0f;

Full backtrace: P1158

This was introduced in a cleanup commit rB69ad44d5b48a.
Reverting it (+ tweaks for DNA to build) fix it P1159.

I will try to find a real solution, but since we are that close to release I may revert the faulty commit.