Make the string-nodes' in-/outputs not look
like the can handle a field (which they can't)
by removing the call to is_function_node().
Details
Details
- Reviewers
Hans Goudey (HooglyBoogly) - Maniphest Tasks
- T91979: Make String Length Output not a field
- Commits
- rBc1d138dd926c: Fix T91979: Don't mark string nodes as supporting fields
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
In this case I just take issue with the patch description, specifically "which they can't", because the nodes _can_ handle fields, there just don't happen to be any string field inputs currently. Hopefully there will be in the future.
But as a temporary fix to stop people from having to wonder about that, this looks good.