Merge branch 'master' into blender2.8
This commit is contained in:
@@ -20,8 +20,10 @@
|
||||
|
||||
import bpy
|
||||
from bpy.types import Operator
|
||||
from bpy.props import IntProperty
|
||||
from bpy.props import EnumProperty
|
||||
from bpy.props import (
|
||||
EnumProperty,
|
||||
IntProperty,
|
||||
)
|
||||
|
||||
|
||||
class CopyRigidbodySettings(Operator):
|
||||
@@ -315,4 +317,4 @@ classes = (
|
||||
BakeToKeyframes,
|
||||
ConnectRigidBodies,
|
||||
CopyRigidbodySettings,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user