molde 0.1.10__py3-none-any.whl → 0.1.11__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.

Potentially problematic release.


This version of molde might be problematic. Click here for more details.

@@ -88,7 +88,7 @@ class CommonSymbolsActor(vtkActor):
88
88
  scales.SetName("scales")
89
89
 
90
90
  colors = vtkUnsignedCharArray()
91
- colors.SetNumberOfComponents(3)
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.to_rgb())
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: molde
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary:
5
5
  Author: André Fernandes
6
6
  Author-email: fpf.andre@gmail.com
@@ -1,7 +1,7 @@
1
1
  molde/__init__.py,sha256=0iu27Lpdn0XBDRjRuRqhZHT7zoHNNMqf3E1zDJjuXX8,417
2
2
  molde/__main__.py,sha256=A3nZwfdOB-DjKOI_NVPl7EUYBsLq5_Yg8pP4GDI2mTQ,2811
3
3
  molde/actors/__init__.py,sha256=hIWbRlKTYleqyVWtcGE7X8Nu9oiZoc2ceRdQ5gZfe3c,266
4
- molde/actors/common_symbols_actor.py,sha256=gv6swuV8pje7JyQjGDaRVi8r7Clc7mz6qNN-DRbMY9o,5067
4
+ molde/actors/common_symbols_actor.py,sha256=vZAtoBaIZKuRZPBNpR7PTjy2uStaRe9eQPXBlGLk5NU,5068
5
5
  molde/actors/ghost_actor.py,sha256=m7fu_bhIZM1kWhObZ_c8t_w9ZsAdDo9SlAT-pYUu_Lg,493
6
6
  molde/actors/lines_actor.py,sha256=EI2jnaHMVIa7Ru6rDWRnei8_UlRbYz9rMbu4Z0pcjJk,1091
7
7
  molde/actors/round_points_actor.py,sha256=z2-xAS70LAupK2ZNjgSDI7jtylGqljwp1RUQJv0Rn5U,222
@@ -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.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,,
66
+ molde-0.1.11.dist-info/METADATA,sha256=nBxKsQGTia74IxF4NJOI_CfnJFt_L6W2gTvjNTgK3eE,2102
67
+ molde-0.1.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
68
+ molde-0.1.11.dist-info/RECORD,,
File without changes