More lock document options
-
One more suggestion for a feature optimisation.
The document lock is great, but it would be perfect, if one could lock all real editing and keep the real save option for value and media changes.
At the moment we can only save to a backup file.
Allow adding scenes would be helpful as well.
It would help to build GUIs for noobs, but give 'em the opportunity to build a show without risking to break anything, with adding scenes and changing values. -
Ryan will log this, but I've done this kind of thing in the past Using the Data Array actor to write and read from an external file. This allows values to be adjusted, saved, and recalled, even if the file is locked or the program is running in Demo Mode without a license.
Best wishes,
Woland
-
@woland said:
but I've done this kind of thing in the past Using the Data Array actor
I tend to use the Javascript actor to load a JSON file full of settings.
I find this helpful due to the Key / Value pairs used in JSON, essentially providing names for every setting. -
@dillthekraut said:
if one could lock all real editing and keep the real save option for value and media changes
I am not sure I understand which features you want unlocked? This might require defining a number of features sets.
-
I guess, it is pretty simple. But maybe I'm missing something.
Let's describe it from the perspective of the user without knowledge regarding Isadora programming. They should see a GUI as simple as possible and as complex as needed to program a show, without deep knowledge of Isadora.
Kind of "Add a Sceene -> add content -> set play parameters -> set fade times -> repeat".
To keep what they got, it is needed to save the content library, and the play parameters (or what ever parameters are set/changed), as well as they need the possibility to add new scenes.
What they don't have to have is the access to the editing mode of the controls and the actor editing view. -
If you're letting them add Scenes, media, and save changes to parameters, what is still locked behind the password? Just editing the Control Panel and deleting Scenes in the Scene List/actors in the Scene Editor?
Not trying to be snarky, I genuinely want to understand the user story you're putting forth here so we can log it. I'd like to understand better because you're a longtime user with good ideas and so I know that there's something I must not be getting here.
-
isn't that what 'Save as run only' does?