Skip to main content
Question

Unexpected behavior for resolvedVariableModes

  • October 11, 2024
  • 1 reply
  • 54 views

Lorenz_Wohr

resolvedVariableModes is empty if the node doesn’t have at least one variable defined. This is also the case if the parent node has an explicit mode.

Expected behavior: According to the documentation, nodes have default mode values, which should be returned regardless whether the node has a variable or not. resolvedVariableModes | Plugin API

This topic has been closed for replies.

1 reply

aleksanderd
  • New Member
  • 1 reply
  • October 23, 2024

I am having this exact issue as well. Seems like it’s not possible to do this logic myself either since I can’t seem to find any part of a node that just says whether or not a variable mode is attached.