Canvas properties: Difference between revisions

Jump to navigation Jump to search
Line 56: Line 56:


=== Adressing modes: by-index, by-name (property mounting) ===
=== Adressing modes: by-index, by-name (property mounting) ===
As a first step I've now moved /canvas/texture[x] to /canvas/by-index/texture[x]. Later we can than add links from eg. /canvas/gui/texture[x] to /canvas/by-index/texture[y]. I just don't know how to best link it yet. Either make /canvas/gui/texture[x] a string property which contains the path to the texture[y] node or an alias to a node inside the texture or even modify the property nodes to support real links (whith all its problems like loops and the like). Another possibililty is to add support for jumping to paths specified in properties in an enhanced property dialog.
Referring to [[Remote Properties]] and the mentioned "mounting" support:
Referring to [[Remote Properties]] and the mentioned "mounting" support:


Navigation menu