<div dir="ltr"><div dir="ltr">Greetings!<div><br></div><div>I can use the QGIS 3 vector dissolve function in the script console like this:</div><div><br></div><div>import processing</div><div>processing.run('qgis:dissolve', {'INPUT' : 'c:/temp/input.shp', 'OUTPUT' : 'c:/temp/dissolved.shp'})<br></div><div><br></div><div>But I don't understand how to replicate this from within a version 3 plugin. My basic problem is that I can't locate the 'processing' object - what do I import? Or do I have to go about this in a completely different way from within a plugin?</div><div><br></div><div>Rich</div></div></div>