RodZill4 / material-maker

A procedural textures authoring and 3D model painting tool based on the Godot game engine
MIT License
3.52k stars 222 forks source link

Fontsize / 2 = crash #589

Open RomualdDub opened 1 year ago

RomualdDub commented 1 year ago

Material Maker version 1.2

Windows 10

Software crashes

-> Add a Text node -> Set "fontsize" to : 64/2 -> Press enter

Calinou commented 1 year ago

Does it crash if you set font size to 32 instead (the result of 64/2)? Do other divisions like 32/2 or 16/1 crash?

RomualdDub commented 1 year ago

"32" doesn't crash "64*2" and "32/1" crashes

RodZill4 commented 1 year ago

Expressions are not supported in this context. Should be easy, though...