mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-15 21:38:14 +00:00
update for changes in blender module layout, also add global axis conversion to FBX.
This commit is contained in:
@ -44,7 +44,7 @@ from bpy.props import *
|
||||
import mathutils, math, struct
|
||||
from os import remove
|
||||
import time
|
||||
from io_utils import ExportHelper
|
||||
from bpy_extras.io_utils import ExportHelper
|
||||
|
||||
def getSampling(start, end, sampling):
|
||||
samples = [start - sampling
|
||||
|
Reference in New Issue
Block a user