mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Mark project node as instigating source for instances from project
This commit is contained in:
@@ -16,6 +16,14 @@ children:
|
||||
- snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
ProjectNode:
|
||||
- Child
|
||||
- class_name: Model
|
||||
children: {}
|
||||
properties: {}
|
||||
ignore_unknown_instances: ~
|
||||
path: ~
|
||||
relevant_paths: []
|
||||
name: Child
|
||||
class_name: Model
|
||||
|
||||
@@ -17,6 +17,14 @@ children:
|
||||
- snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
ProjectNode:
|
||||
- SomeChild
|
||||
- class_name: Model
|
||||
children: {}
|
||||
properties: {}
|
||||
ignore_unknown_instances: ~
|
||||
path: ~
|
||||
relevant_paths: []
|
||||
name: SomeChild
|
||||
class_name: Model
|
||||
|
||||
Reference in New Issue
Block a user