Maniphest T58576

Alembic Normal Map Crash
Closed, Duplicate

Assigned To
None
Authored By
Noah Catan (nncatan)
Dec 3 2018, 3:08 AM
Tags
  • BF Blender
Subscribers
Jacques Lucke (JacquesLucke)
Noah Catan (nncatan)
Philipp Oeser (lichtwerk)
Sergey Sharybin (sergey)

Description

System Information
Operating system: Windows 10
Graphics card: GTX1060

Blender Version
Broken: 2.80, cf18eb2de39, blender2.8, 2018-12-02

Short description of error
Blender crashes when trying to plug in a normal map into material. The object is an alembic import with animation, created in maya

Exact steps for others to reproduce the error
From Default Startup:

  1. import alembic data
  2. create material
  3. import diffuse image texture and plug into base color of principled bsdf node
  4. import normal map image texture and plug it into a normal map node.
  5. plug normal from normal map node into normal from pincipled bsdf node.
  6. set UV Map to "uv"
  7. Crash

From Blend File:

  1. plug normal from normal map node into normal from pincipled bsdf node.
  2. set UV Map to "uv"
  3. Crash

blend file

Related Objects

Mentioned Here
rBf880b603537e: Depsgraph: Add missing cache file handling in build_id()
T56545: Normal map node with named UV map crashes material preview
rBcf18eb2de39f: Fix T56996: MacOS: Lagging when rotating the view

Event Timeline

Noah Catan (nncatan) created this task.Dec 3 2018, 3:08 AM
Noah Catan (nncatan) updated the task description.
Noah Catan (nncatan) updated the task description.Dec 3 2018, 3:11 AM
Jacques Lucke (JacquesLucke) lowered the priority of this task from 90 to 50.Dec 3 2018, 1:53 PM
Jacques Lucke (JacquesLucke) added subscribers: Sergey Sharybin (sergey), Jacques Lucke (JacquesLucke).

I can reproduce the crash.

@Sergey Sharybin (sergey): When opening the file with asserts enabled, it crashes in DepsgraphNodeBuilder::build_id because ID_CF is not handled.

Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).Dec 3 2018, 2:17 PM

Pretty sure this is a duplicate of T56545?

For the unhandled ID_CF cachefile we might need a separate report?

Sergey Sharybin (sergey) added a comment.Dec 3 2018, 4:06 PM

No need for a separate report, fixed that in rBf880b603537.

The initial issue i did not look into.

Philipp Oeser (lichtwerk) closed this task as a duplicate of T56545: Normal map node with named UV map crashes material preview.Jan 7 2019, 9:24 AM