Merge branch 'master' into blender2.8

This commit is contained in:
2018-09-13 18:19:24 +10:00
5 changed files with 24 additions and 5 deletions

View File

@@ -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 = []