Property browser: Difference between revisions

Jump to navigation Jump to search
m (→‎Opening the property browser: Gitorious: link to "master" branch, not a specific commit)
Line 14: Line 14:


== Tied properties ==
== Tied properties ==
Some properties are so called ''tied'' properties which are directly mapped to internal C++ variables and they cannot be modified using the property browser.  
Some properties are so called ''tied'' properties which are directly mapped to internal C++ variables and they cannot be modified using the property browser, we are currently trying to get rid of tied properties, see [[Howto:Use_Property_Tree_Objects]] for details.


In addition, even some non-tied properties cannot be modified because they are by default constantly written/modified by another subsystem (in C++/Nasal space), possibly updating properties at frame rate, this applies for example to the frame rate counter, which is constantly updated by C++ code - so trying to set it from Nasal would be kind of pointless.
In addition, even some non-tied properties cannot be modified because they are by default constantly written/modified by another subsystem (in C++/Nasal space), possibly updating properties at frame rate, this applies for example to the frame rate counter, which is constantly updated by C++ code - so trying to set it from Nasal would be kind of pointless.

Navigation menu