Adapt the visibility settings for all properties

This commit is contained in:
Alexander Bock
2023-04-15 09:33:31 +02:00
committed by GitHub
parent 1ef6cb0c02
commit ca916877b2
152 changed files with 2098 additions and 894 deletions
@@ -42,7 +42,9 @@ namespace {
"Texture",
"Texture",
"This value specifies an image that is loaded from disk and is used as a texture "
"that is applied to this plane. This image has to be square"
"that is applied to this plane. This image has to be square",
// @VISIBILITY(2.25)
openspace::properties::Property::Visibility::User
};
struct [[codegen::Dictionary(RenderablePlaneImageLocal)]] Parameters {