It's easily a treat if you don't have to be running SFM in case you want to add models to the tag values (nor the modelstack), and I think it's already possible if we know what to do, but can you set up the saving prodecure to make newlines after doing the tagValues? Namely, like this:
{"tags": [
{"tagValue": "favorites", "children": [], "tagName": "Favorites", "tagImage": "assetbrowser/images/assettags/favorites_sm.png"},
{"tagValue": "red", "children": [], "tagName": "Red", "tagImage": "assetbrowser/images/assettags/red_sm.png"},
{"tagValue": "green", "children": [], "tagName": "Green", "tagImage": "assetbrowser/images/assettags/green_sm.png"},
{"tagValue": "blue", "children": [], "tagName": "Blue", "tagImage": "assetbrowser/images/assettags/blue_sm.png"},
When done like this, it improves readability.
It's easily a treat if you don't have to be running SFM in case you want to add models to the tag values (nor the modelstack), and I think it's already possible if we know what to do, but can you set up the saving prodecure to make newlines after doing the tagValues? Namely, like this:
When done like this, it improves readability.