Fix: Curve resolution input node missing default #104674

Merged
Hans Goudey merged 4 commits from HooglyBoogly/blender:fix-geometry-nodes-curve-resolution-default into main 2023-02-14 19:59:49 +01:00

4 Commits

Author SHA1 Message Date
Hans Goudey c77767255f Prefer curve domain for viewer node
buildbot/vexp-code-patch-coordinator Build done. Details
2023-02-12 18:58:07 -05:00
Hans Goudey f69bded901 Merge branch 'main' into fix-geometry-nodes-curve-resolution-default 2023-02-12 18:43:43 -05:00
Hans Goudey 2765f590c9 Fix: Curve resolution input node missing default
When the attribute doesn't exist, the node should give the default 12.
2023-02-08 11:16:25 -05:00
Hans Goudey 2f8db9c250 Cleanup: Remove unused/redundant includes from BKE_curves.hh
Avoid including headers that are obviously redundant, and don't
include BLI_task.hh in the header file, since it isn't really related.
2023-02-08 11:15:00 -05:00