-
Notifications
You must be signed in to change notification settings - Fork 6
Properties
RivinHD edited this page Aug 10, 2020
·
13 revisions
The syntax is simple, write over the variable you want to add a new comment with the syntax:
#STB-Input-{Space}-{Datatype}
symbolizes the Add-on name Sctip To Button
Define that this comment is registered as an input
- Panel
To show the property in the "Properties" Panel- Dialog
To show the property in a popup window when the button is pressed
#STB-Input-Panel-String MyString = "This is my text"#STB-Input-Panel-Int MyInt = 3#STB-Input-Panel-Float MyFloat = 7.8#STB-Input-Panel-Bool MyBool = True#STB-Input-Panel-Enum MyEnum = ["dog",["dog", "cat", "bird"]]#STB-Input-Panel-IntVector MyIntVector = [7, 1, 30]#STB-Input-Panel-FloatVector MyFloatVector = [10.0, 2.0, 3.0]#STB-Input-Panel-BoolVector MyBoolVector = [True, False, False, True]
Release-Notes
If you have any questions, ask them here