molde 0.1.9__tar.gz → 0.1.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {molde-0.1.9 → molde-0.1.11}/PKG-INFO +1 -1
- {molde-0.1.9 → molde-0.1.11}/molde/actors/common_symbols_actor.py +2 -2
- {molde-0.1.9 → molde-0.1.11}/molde/render_widgets/animated_render_widget.py +2 -2
- {molde-0.1.9 → molde-0.1.11}/pyproject.toml +1 -1
- {molde-0.1.9 → molde-0.1.11}/README.md +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/__main__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/actors/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/actors/ghost_actor.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/actors/lines_actor.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/actors/round_points_actor.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/actors/square_points_actor.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/colors/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/colors/color.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/colors/color_names.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/fonts/IBMPlexMono-Bold.ttf +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/fonts/IBMPlexMono-Regular.ttf +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_down_dark_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_down_disabled_dark_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_down_disabled_light_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_down_light_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_left_dark_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_left_light_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_right_dark_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_right_light_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_up_dark_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_up_disabled_dark_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_up_disabled_light_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/arrow_up_light_theme.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/icons/check_box_image.svg +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/interactor_styles/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/interactor_styles/arcball_camera_style.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/interactor_styles/box_selection_style.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/main_window.ui +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/pickers/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/pickers/cell_area_picker.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/pickers/cell_property_area_picker.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/poly_data/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/poly_data/arrows.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/poly_data/lines_data.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/poly_data/simple_shapes.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/poly_data/vertices_data.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/render_widgets/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/render_widgets/common_render_widget.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/common.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/create_color_page.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/mainwindow.ui +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qcheckbox.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qinputs.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qlayouts.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qmenubar.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qprogressbar.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qpushbutton.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qradiobutton.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qscrollbar.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qslider.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qtablewidget.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qtabwidget.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qtoolbar.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qtoolbuttons.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/stylesheets/qtreewidget.qss +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/ui_files/messages/new_loading_window.ui +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/utils/__init__.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/utils/format_sequences.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/utils/poly_data_utils.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/utils/tree_info.py +0 -0
- {molde-0.1.9 → molde-0.1.11}/molde/windows/loading_window.py +0 -0
@@ -88,7 +88,7 @@ class CommonSymbolsActor(vtkActor):
|
|
88
88
|
scales.SetName("scales")
|
89
89
|
|
90
90
|
colors = vtkUnsignedCharArray()
|
91
|
-
colors.SetNumberOfComponents(
|
91
|
+
colors.SetNumberOfComponents(4)
|
92
92
|
colors.SetName("colors")
|
93
93
|
|
94
94
|
shape_name_to_index = dict()
|
@@ -99,7 +99,7 @@ class CommonSymbolsActor(vtkActor):
|
|
99
99
|
for symbol in self._symbols:
|
100
100
|
points.InsertNextPoint(symbol.position)
|
101
101
|
rotations.InsertNextTuple(symbol.orientation)
|
102
|
-
colors.InsertNextTuple(symbol.color.
|
102
|
+
colors.InsertNextTuple(symbol.color.to_rgba())
|
103
103
|
scales.InsertNextValue(symbol.scale)
|
104
104
|
sources.InsertNextValue(shape_name_to_index[symbol.shape_name])
|
105
105
|
|
@@ -157,8 +157,8 @@ class AnimatedRenderWidget(CommonRenderWidget):
|
|
157
157
|
path,
|
158
158
|
save_all=True,
|
159
159
|
append_images=images[1:],
|
160
|
-
optimize=False,
|
161
160
|
duration=self._animation_total_frames / self._animation_fps,
|
162
161
|
loop=0,
|
163
|
-
|
162
|
+
optimize=True,
|
163
|
+
lossless=True,
|
164
164
|
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|