Allow for relationship type on exposed variables for BehaviorScripts
#217
christianfsstudio
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Relationship could be a useful feature to expose for Behavior Scripts, even more for easy to use randomizer scripts that could make assets randomize with respect to another
Relprim.This feature would require:
behavior_utils.py:L30:CreateRelationshipinstead ofCreateAttributeif the type isRel. Additionally, no default should be set.exposed_variables_widget.py:L74:"default"metadata ONLY ifprop_typeis notRelWith just those two changes, a cool new feature could be added.
Beta Was this translation helpful? Give feedback.
All reactions