File tree 2 files changed +8
-0
lines changed
python/plugins/processing/algs
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ class nviz(GeoAlgorithm):
52
52
GRASS_REGION_EXTENT_PARAMETER = 'GRASS_REGION_PARAMETER'
53
53
GRASS_REGION_CELLSIZE_PARAMETER = 'GRASS_REGION_CELLSIZE_PARAMETER'
54
54
55
+ def __init__ (self ):
56
+ GeoAlgorithm .__init__ (self )
57
+ self .showInModeler = False
58
+
55
59
def getIcon (self ):
56
60
return QIcon (os .path .join (pluginPath , 'images' , 'grass.png' ))
57
61
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ class nviz7(GeoAlgorithm):
52
52
GRASS_REGION_EXTENT_PARAMETER = 'GRASS_REGION_PARAMETER'
53
53
GRASS_REGION_CELLSIZE_PARAMETER = 'GRASS_REGION_CELLSIZE_PARAMETER'
54
54
55
+ def __init__ (self ):
56
+ GeoAlgorithm .__init__ (self )
57
+ self .showInModeler = False
58
+
55
59
def getIcon (self ):
56
60
return QtGui .QIcon (os .path .join (pluginPath , 'images' , 'grass.png' ))
57
61
You can’t perform that action at this time.
0 commit comments