diff options
author | Raul Santos <raulsntos@gmail.com> | 2024-08-10 18:53:45 +0200 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2024-08-10 18:53:45 +0200 |
commit | 415331f474689e0613869451764c30ea69595c02 (patch) | |
tree | 0c34051b5cecefee1ac0cef93767d87090a1aef6 /thirdparty/basis_universal/transcoder/basisu_transcoder.cpp | |
parent | 4bef4d9808848c38c3f285edb300b4f3a843e543 (diff) | |
download | redot-engine-415331f474689e0613869451764c30ea69595c02.tar.gz |
Make `Animation::capture_included` read-only
The `PROPERTY_USAGE_READ_ONLY` flag only makes the property read-only in the inspector, but the property also has the `PROPERTY_USAGE_NO_EDITOR` flag which means it won't show up in the inspector. So it does nothing, while still making it editable from scripting.
To make it read-only for scripting too, this PR removes the setter from the `PropertyInfo`. And since the `set_capture_included` method is now unused, it was also removed.
Diffstat (limited to 'thirdparty/basis_universal/transcoder/basisu_transcoder.cpp')
0 files changed, 0 insertions, 0 deletions