似乎processing.getObject()
在QGIS中不再可用。
from PyQt5.QtCore import *
from qgis.core import *
#...
layer = processing.getObject(layer)
# -> ...module 'processing' has no attribute 'getObject'
有没有新的使用方法get.Object
?
方法“ processing.getObject()”在QGIS中仍然可用。
—
xunilk
暂时不要移植到qgis 3-API尚未冻结,因此发布版本后,您将自己做更多工作!如果您想自己做点工作,则正在进行的工作处理移植指南位于github.com/qgis/QGIS/pull/4841/files
—
ndawson '17