mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 16:42:08 +02:00
FIxing some stuff ?
This commit is contained in:
parent
a5ccd07347
commit
d714cc6da6
1 changed files with 16 additions and 2 deletions
|
@ -98,14 +98,28 @@ Rectangle {
|
|||
property: "opacity"
|
||||
readOnly: isReadOnly
|
||||
}
|
||||
Prop.PropEnum {
|
||||
Prop.PropString {
|
||||
visible: hasMaterial && ("opacityMap" in theMaterialAttributes)
|
||||
label: "opacityMap"
|
||||
object: theMaterialAttributes
|
||||
property: "opacityMap"
|
||||
readOnly: isReadOnly
|
||||
}
|
||||
Prop.PropString {
|
||||
visible: hasMaterial && ("opacityMapMode" in theMaterialAttributes)
|
||||
label: "opacityMapMode"
|
||||
object: theMaterialAttributes
|
||||
property: "opacityMapMode"
|
||||
readOnly: isReadOnly
|
||||
}
|
||||
/*Prop.PropEnum {
|
||||
visible: hasMaterial && ("opacityMapMode" in theMaterialAttributes)
|
||||
label: "opacityMapMode"
|
||||
object: theMaterialAttributes
|
||||
property: "opacityMapMode"
|
||||
readOnly: isReadOnly
|
||||
enums: ["None", "Mask", "Blend"]
|
||||
}
|
||||
} */
|
||||
Prop.PropScalar {
|
||||
visible: hasMaterial && ("opacityCutoff" in theMaterialAttributes)
|
||||
label: "opacity Cutoff"
|
||||
|
|
Loading…
Reference in a new issue