You are not the first one to point this out and sadly, I believe, the original developer abandoned the project. It is because of this issue, that I had to revert back to the original scene dock.I do not get a remove context menu in the corresponding dock to remove a folder I have created previously.
Any hint how to remove a folder?
Is there a chance we'll see a mac port?
look the link above your post. The StreamUp Plugin have it toois there going to be an update for 32.xx?
look the link above your post. The StreamUp Plugin have it too
Would you share it?I've converted my Scene Tree to Scene Organiser format - thanks AI
My Scene Organiser config do not persist when changing "Scene Collections" in OBS.
Am I missing something obvious?
FURTHER UPDATE: Well that did not amount to anything either, the StreamUP plugin installer does not have this listed either, it does have the scene_tree_view listed but this is the same version that is not workingyes this is an awesome plugin and same updated to the OBS 32 and no longer works, I attempted to try with the StreamUP but scene_tree_view is no longer listed on there. There does not appear to be an alternate out there. So be good to have this up and working again on OBS version 32.
UPDATE: it appears to be called scene organiser in StreamUP will give that a try....
Aha Found it it is already in there go to Stream UP settings and then Scene Organiser and then you have to toggle it ON.FURTHER UPDATE: Well that did not amount to anything either, the StreamUP plugin installer does not have this listed either, it does have the scene_tree_view listed but this is the same version that is not working
I have ask if you could share your scene tree version, that you build with AI :)
{
"Testing": [
{
"folder": [
{
"name": "Scene 3"
}
],
"is_expanded": true,
"name": "FOLDER_01"
},
{
"folder": [
{
"name": "Scene 1"
},
{
"name": "Scene 2"
}
],
"is_expanded": true,
"name": "FOLDER_02"
}
],
"Testing 2": [
{
"folder": [
{
"name": "Scene 3"
}
],
"is_expanded": true,
"name": "FOLDER_01"
},
{
"folder": [
{
"name": "Scene 1"
},
{
"name": "Scene 2"
}
],
"is_expanded": true,
"name": "FOLDER_02"
}
],
}
{
"Testing": [
{
"name": "FOLDER_01",
"type": "folder",
"expanded": true,
"children": [
{
"name": "Scene 3",
"type": "scene"
}
]
},
{
"name": "FOLDER_02",
"type": "folder",
"expanded": true,
"children": [
{
"name": "Scene 1",
"type": "scene"
},
{
"name": "Scene 2",
"type": "scene"
}
]
}
]
}
I've converted my Scene Tree to Scene Organiser format - thanks AI
My Scene Organiser config do not persist when changing "Scene Collections" in OBS.
Am I missing something obvious?
{
"testing": [
{
"name": "Folder_01",
"type": "folder",
"expanded": true,
"children": [
{
"name": "SubFolder_01",
"type": "folder",
"expanded": true,
"children": [
{
"name": "scene_sf1_01",
"type": "scene"
}
]
},
{
"name": "scene_f1_01",
"type": "scene"
},
{
"name": "scene_f1_02",
"type": "scene"
}
]
},
{
"name": "Folder_02",
"type": "folder",
"expanded": true,
"children": [
{
"name": "scene_f2_01",
"type": "scene"
}
]
}
]
}