We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61f6479 + e9809de commit 3fdc3cfCopy full SHA for 3fdc3cf
extensions-builtin/hypertile/scripts/hypertile_xyz.py
@@ -1,7 +1,7 @@
1
from modules import scripts
2
from modules.shared import opts
3
4
-xyz_grid = [x for x in scripts.scripts_data if x.script_class.__module__ == "scripts.xyz_grid"][0].module
+xyz_grid = [x for x in scripts.scripts_data if x.script_class.__module__ == "xyz_grid.py"][0].module
5
6
def int_applier(value_name:str, min_range:int = -1, max_range:int = -1):
7
"""
0 commit comments