Skip to content

Work/change loaded elements

Tomaz Canabrava requested to merge work/change_loaded_elements into master

Allow the user to bulk-change elements by providing a json. The changed elements will be just in the current scene so other scenes are unaffected saving a bookmark also saves the new elements.

json in the format:

{
    "elements":[
      {
          "name" : <string>,
          "color" : <hex-string>
      }
   ]
}

Currently only color is supported but it's easy to add more information in the future.

Screenshot_20240603_090315

Edited by Tomaz Canabrava

Merge request reports