molde 0.1.9__py3-none-any.whl → 0.1.10__py3-none-any.whl

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.
@@ -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
- quality=90
162
+ optimize=True,
163
+ lossless=True,
164
164
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: molde
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary:
5
5
  Author: André Fernandes
6
6
  Author-email: fpf.andre@gmail.com
@@ -37,7 +37,7 @@ molde/poly_data/lines_data.py,sha256=Ar1KbQoJP3jelATH8zLrKqHm0788xRfPe9JnSOvxh7o
37
37
  molde/poly_data/simple_shapes.py,sha256=h43qE-PDxY9d3pZ6B0_XQ0hBFYGHxGppACQsJrJDGis,560
38
38
  molde/poly_data/vertices_data.py,sha256=jqmEhVdb3-qh_kIjCb0s0Cljx1FFY3NLUOuFa4sGA1Y,673
39
39
  molde/render_widgets/__init__.py,sha256=SOU9bax48D2bP_zhtF_o_Yh7HAK4clIPcjxfjYOnSVM,110
40
- molde/render_widgets/animated_render_widget.py,sha256=Ek9a9s4NTVonJJ3BVulI4bxKWRgd9mb9s1xZeImRMa0,5352
40
+ molde/render_widgets/animated_render_widget.py,sha256=Ka4h1Fvyy4Fs8U-gFKVUOoOMoWPRLoMtLPCszV9gYlM,5355
41
41
  molde/render_widgets/common_render_widget.py,sha256=cFHK-b6DHnNpZ3ZuAx2Zjy-W82UWScED7CM028vHtr0,15457
42
42
  molde/stylesheets/__init__.py,sha256=8F034fEXekqeF51sa_Qwu4o47h1bqYIp2bNCOtigsCs,5564
43
43
  molde/stylesheets/common.qss,sha256=9w0iI7UlYWL1ktrTe4suRsKcyDoB1cIkFjOt810Zkp8,303
@@ -63,6 +63,6 @@ molde/utils/format_sequences.py,sha256=RHxWGpWBRi89jTk3F4sdlGsKqeheRD49PZMeM36Rs
63
63
  molde/utils/poly_data_utils.py,sha256=WoeW46ciuSZB4KO9oh0ksPoxARUbheQDROcjwlpjL4c,2125
64
64
  molde/utils/tree_info.py,sha256=FxgT_uKjtgi0-NVcH41LBoqRmAKt26NJmsjBk1WTqt8,1760
65
65
  molde/windows/loading_window.py,sha256=3U1VEujSKWWWIu1aSqSkYCupTpstI0xks6csJhdKh5Y,6288
66
- molde-0.1.9.dist-info/METADATA,sha256=b0oI3__m9DBZolnQjX9aGkyGUF0RVA-GGB6PPGoZWas,2101
67
- molde-0.1.9.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
68
- molde-0.1.9.dist-info/RECORD,,
66
+ molde-0.1.10.dist-info/METADATA,sha256=kGMZoWj0RzdGUHnuGj085R84mUT02JTagewS4uPxnpQ,2102
67
+ molde-0.1.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
68
+ molde-0.1.10.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any