RecomputeLocker: fix for 0.16
This commit is contained in:
parent
02ac4b24d1
commit
4d4ac43497
|
@ -399,7 +399,7 @@ exportedCommands = [
|
|||
"Lattice2_RecomputeLocker_ForceRecompute",
|
||||
"Lattice2_RecomputeLocker_Touch"
|
||||
]
|
||||
if App.Version()[1] >= 17:
|
||||
if int(App.Version()[1]) >= 17:
|
||||
exportedCommands.remove("Lattice2_RecomputeLocker_MakeFeature")
|
||||
|
||||
class CommandRecomputeGroup:
|
||||
|
|
Loading…
Reference in New Issue
Block a user