CraterCrash/godot-orchestrator

Promoting a pin to a variable does not allow setting default values

Naros opened this issue · 0 comments

Describe the bug

When using Promote to Variable on a pin, the OScriptVariable does not permit setting a default value when the pin's type is one that permits default values, such as Integer, Float, String, etc.

Expected behavior

Promoted variables should allow setting default values for default-value enabled types.

Actual behavior

Cannot set a default value

How to Reproduce?

No response

Godot full version

No response

Orchestrator version

2.2.dev1

Additional information

No response