- updated the files to use the new name for the voronoi package: foronoi
- using Python 3.9.4
This commit is contained in:
@@ -12,6 +12,8 @@ CHANGELOG for FlatCAM beta
|
|||||||
- fixed Film Plugin (Tool) negative generation to have the black background in sync with the actual geometry when transformations are applied
|
- fixed Film Plugin (Tool) negative generation to have the black background in sync with the actual geometry when transformations are applied
|
||||||
- fixed Film Plugin (Tool) to have mirroring done only with reference 'center' regardless of what is selected in the UI
|
- fixed Film Plugin (Tool) to have mirroring done only with reference 'center' regardless of what is selected in the UI
|
||||||
- in Film Plugin now multiple adjustments can be applied at the same time and correctly
|
- in Film Plugin now multiple adjustments can be applied at the same time and correctly
|
||||||
|
- updated the files to use the new name for the voronoi package: foronoi
|
||||||
|
- using Python 3.9.4
|
||||||
|
|
||||||
17.06.2021
|
17.06.2021
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ import shapely.affinity as affinity
|
|||||||
from matplotlib.backend_bases import KeyEvent as mpl_key_event
|
from matplotlib.backend_bases import KeyEvent as mpl_key_event
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from voronoi import Voronoi
|
from foronoi import Voronoi
|
||||||
from voronoi import Polygon as voronoi_poly
|
from foronoi import Polygon as voronoi_poly
|
||||||
VORONOI_ENABLED = True
|
VORONOI_ENABLED = True
|
||||||
except Exception:
|
except Exception:
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -31,3 +31,4 @@ pywin32>2.0
|
|||||||
pyqt5>=5.12.1
|
pyqt5>=5.12.1
|
||||||
vispy
|
vispy
|
||||||
rasterio
|
rasterio
|
||||||
|
foronoi>=1.0.3
|
||||||
@@ -47,6 +47,7 @@ sudo -H python3 -m pip install --upgrade \
|
|||||||
svglib \
|
svglib \
|
||||||
pyserial \
|
pyserial \
|
||||||
testresources \
|
testresources \
|
||||||
pikepdf
|
pikepdf \
|
||||||
|
foronoi
|
||||||
|
|
||||||
sudo -H easy_install -U distribute
|
sudo -H easy_install -U distribute
|
||||||
|
|||||||
Reference in New Issue
Block a user