LorisC93

Results 1 issues of LorisC93

In order to fix the incompatibility it is enough to edit AnimationImport, at line 85: ``` start = int(action.frame_range[0]) nla_strip = track.strips.new(action.name, start, action) ``` For some reasons I haven't...