Fix #107186: Curve assets don't generate preview images #107214

Merged
Philipp Oeser merged 3 commits from lichtwerk/blender:107186 into main 2023-04-25 11:25:27 +02:00

3 Commits

Author SHA1 Message Date
Philipp Oeser f4198ad63e improve english in comment 2023-04-25 10:35:23 +02:00
Philipp Oeser 76673c6383 clarify comment 2023-04-24 13:17:12 +02:00
Philipp Oeser fd0d4987c9 Fix #107186: Curve assets don't generate preview images
e7bea3fb6e disabled this.

I do believe excluding `OB_CURVES_LEGACY` is wrong though. While it
_might_ not have real geometry, it certainly _can_ have real geometry,
so now legacy curves are enabled again in `OB_TYPE_IS_GEOMETRY`.

A more elaborate check for real geo on legacy curves could be set up in
a following commit.

Since `OB_TYPE_IS_GEOMETRY` is also used in depsgraph driver handling,
will seek additional review from more devs.
2023-04-21 10:35:24 +02:00