Cura/plugins/SimulationView
Ghostkeeper dc28370178
Remove implicit casts and comparisons of int to float
We can't change this index to an integer, because varying variables can't be integer, even though this variable will only really be tested on vertex level. Not sure if varying was the right choice, but I don't want to change that.
This prevents a crash, probably only occurring on certain GPUs.

Contributes to issue CURA-8657.
2021-11-15 15:19:57 +01:00
..
resources Convert icons to UTF-8 2021-06-28 18:28:50 +02:00
__init__.py No longer create two instances of the setting view. 2018-11-05 11:48:19 +01:00
layers.shader Remove implicit casts and comparisons of int to float 2021-11-15 15:19:57 +01:00
layers3d.shader Remove implicit casts and comparisons of int to float 2021-11-15 15:19:57 +01:00
layers3d_shadow.shader Remove implicit casts and comparisons of int to float 2021-11-15 15:19:57 +01:00
layers_shadow.shader Remove implicit casts and comparisons of int to float 2021-11-15 15:19:57 +01:00
LayerSlider.qml Fix source typos 2021-09-07 11:34:22 -04:00
NozzleNode.py Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
PathSlider.qml Update simulation slider handle position after width change 2019-10-28 09:59:30 +01:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
SimulationPass.py Add documentation. 2021-11-07 22:26:34 +01:00
SimulationSliderLabel.qml Fix various typos 2021-09-07 11:33:54 -04:00
SimulationView.py Updated message with message types 2021-07-28 08:45:42 +02:00
simulationview_composite.shader GLES shader fixes 2018-03-29 21:07:51 +02:00
SimulationViewMainComponent.qml Fix various typos 2021-09-07 11:33:54 -04:00
SimulationViewMenuComponent.qml Change icon in simulation view to rectangle 2021-07-13 15:20:41 +02:00
SimulationViewProxy.py Use properties instead of slots for min & max flow 2021-05-18 16:18:45 +02:00