Fix: Partially revert #128281

Avoid the asserts until we figure out a better design.
This commit is contained in:
Miguel Pozo
2024-10-01 19:55:36 +02:00
parent b4881f6b0a
commit 54ad693486

View File

@@ -101,7 +101,10 @@ void ShaderCreateInfo::finalize()
}
finalized_ = true;
#if 0
/* TODO(Miguel Pozo): This triggers for image renders. */
BLI_assert(BLI_thread_is_main());
#endif
Set<StringRefNull> deps_merged;