Cura/plugins
Ghostkeeper fd6dbd3ede
Draw simulation view lines with a constant colour for the entire line
All of our current layer view colour schemes are properties of a line, not of a vertex. The line has a single feedrate, a single line type, a single layer thickness, a single material colour and a single width. This is even limited by the g-code specification itself, which is unable to represent lines with varying line width. However, we store this information in the vertices, the vertex data being the only data sent to layer view since layer view is sent as polylines to the shader.

This change makes the entire line take on the colour scheme of the vertex where its representative data is stored. This data is intended for the line, not just for that vertex, so it makes sense that the entire line listens to the data of the correct vertex, not just the nearest vertex of the line's endpoint.
2021-04-03 15:40:14 +02:00
..
3MFReader Add cura: namespace before setting keys, and store the rest in um_node.metadata 2021-02-08 17:37:38 +01:00
3MFWriter Add cura: namespace before setting keys, and store the rest in um_node.metadata 2021-02-08 17:37:38 +01:00
AMFReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
CuraDrive Don't crash when cloud response is invalid JSON 2021-02-04 17:05:55 +01:00
CuraEngineBackend Don't take snapshot if no main window present. 2021-01-29 07:59:54 +01:00
CuraProfileReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
CuraProfileWriter Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
FirmwareUpdateChecker Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
FirmwareUpdater Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
GCodeGzReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
GCodeGzWriter Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
GCodeProfileReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
GCodeReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
GCodeWriter Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
ImageReader No need for leading 0 in load-image num-fields. 2020-12-11 17:18:23 +01:00
LegacyProfileReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
MachineSettingsAction Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
ModelChecker Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
MonitorStage Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
PerObjectSettingsTool Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
PostProcessingPlugin Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
PrepareStage Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
PreviewStage Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
RemovableDriveOutputDevice Merge branch 'master' into fix_filtering_output_mimetypes 2020-10-30 15:31:04 +01:00
SentryLogger Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
SimulationView Draw simulation view lines with a constant colour for the entire line 2021-04-03 15:40:14 +02:00
SliceInfoPlugin More readable. 2020-11-03 16:12:50 +01:00
SolidView Merge pull request #9358 from Ultimaker/CURA-7820_reword_nonmanifold 2021-03-04 09:49:19 +01:00
SupportEraser Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
Toolbox Strip whitespace around package name for display 2021-03-31 16:10:36 +02:00
TrimeshReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
UFPReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
UFPWriter Fix wrong import. 2021-01-21 09:04:39 +01:00
UltimakerMachineActions Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
UM3NetworkPrinting Merge branch 'fix_attr_addresses_not_found' of github.com:Ultimaker/Cura 2021-03-01 15:07:31 +01:00
USBPrinting Fix crash when adding USB device before global stack is created 2021-03-18 16:17:09 +01:00
VersionUpgrade Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
X3DReader Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00
XmlMaterialProfile Adapt to Python 3.9 API changes 2021-01-10 20:21:40 +01:00
XRayView Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00