State:Closed|icon_bug|icon_katana|database:public|Resolution:None|TargetRelease:3.0v2|BugID:128787|
Problem summary:
Non-root collections should use relative paths, but CollectionCreate creates them with absolute paths.
Steps to reproduce:
- In the Node Graph tab, add a PrimitiveCreate and a CollectionCreate node, and connect them.
- Set the view and edit flags on the CollectionCreate node, e.g. by double-clicking it.
- In the Parameters tab, set location to /root/world and name to myCollection.
- In the Scene Graph tab, expand all and drag /root/world/geo/primitive to the Add Statements button in the Parameters tab.
- In the Scene Graph tab, right-click the new collection and choose Collect and Select....
Expected result:
/root/world/geo/primitive is selected.
Actual result:
/root/world/geo/primitive is not selected.
Bonus issue:
CollectionCreate's location parameter should default to /root.