Skip to content

Commit d456d60

Browse files
committed
Disabled pen textures
They weren't working, but they do require Qt right now.
1 parent 29e708d commit d456d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rmrl/pens/textures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from PySide2.QtGui import QImage
1+
#from PySide2.QtGui import QImage
22
from pathlib import Path
33

44
class PencilTextures:
@@ -65,4 +65,4 @@ def get_log_paintbrush(self, val):
6565

6666
# Load pencil textures (shared for brushes, takes a lot of time
6767
# because there are many)
68-
PENCIL_TEXTURES = PencilTextures()
68+
PENCIL_TEXTURES = None #PencilTextures()

0 commit comments

Comments
 (0)