theatre-js / theatre

Motion design editor for the web
https://www.theatrejs.com
Apache License 2.0
10.82k stars 337 forks source link

Move a key to a new namespace #448

Open oallouch opened 8 months ago

oallouch commented 8 months ago

Hi,

I'm using theatre.js for R3F and React.DOM, and I'd like to know how I can organize my keys in namespaces after having worked on it in the studio, without loosing my work.

Thx a lot in advance,

Olivier

vimlesh1975 commented 7 months ago

At present there is no user interface for this. Replacing all keys in R3F elements and in exported animation json file works. For example 'mykey1' should be replaced by 'xyz / abcd / mykey1'

oallouch commented 7 months ago

Good idea I'll do that

oallouch commented 7 months ago

FYI, I modified the local storage directly. I found it simpler.