Merge branch 'master' into blender2.8
This commit is contained in:
@@ -614,7 +614,7 @@ class AddPresetOperator(AddPresetBase, Operator):
|
||||
|
||||
prefix, suffix = self.operator.split("_OT_", 1)
|
||||
op = getattr(getattr(bpy.ops, prefix.lower()), suffix)
|
||||
operator_rna = op.get_rna().bl_rna
|
||||
operator_rna = op.get_rna_type()
|
||||
del op
|
||||
|
||||
ret = []
|
||||
|
||||
Reference in New Issue
Block a user