Merge branch 'master' into blender2.8
This commit is contained in:
@@ -21,7 +21,10 @@ import bpy
|
||||
import os
|
||||
from bpy.types import Operator
|
||||
from bpy.props import FloatProperty
|
||||
from mathutils import Vector, Matrix
|
||||
from mathutils import (
|
||||
Vector,
|
||||
Matrix,
|
||||
)
|
||||
|
||||
|
||||
def CLIP_spaces_walk(context, all_screens, tarea, tspace, callback, *args):
|
||||
@@ -1084,4 +1087,4 @@ classes = (
|
||||
CLIP_OT_track_settings_as_default,
|
||||
CLIP_OT_track_settings_to_track,
|
||||
CLIP_OT_track_to_empty,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user