You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy pasting the actor_layer definition into where it was being referenced will default as expected, leading me to believe this has to be caused by nested defs.
The text was updated successfully, but these errors were encountered:
Working on #369 I encountered this issue trying to write schema for actor layers:
This defaulted
layer
as expected, butactor_layer
ended up receiving no value (tested with actor patcher):Copy pasting the
actor_layer
definition into where it was being referenced will default as expected, leading me to believe this has to be caused by nested defs.The text was updated successfully, but these errors were encountered: