getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
218 stars 48 forks source link

Fix #325 #348

Closed davidlatwe closed 5 years ago

davidlatwe commented 5 years ago

Implementation

Convert visualParent from ObjectID to assetName and back for .toml editing.

Discussion

I thought instead of handling ObjectID in .toml file, would be better if converting it to actual asset name for user to edit or view when loading from database, and convert back to ID when saving back to database.

This PR still need some polishing, but wanted to make sure this is a good way to fix.