CDPR-Modding-Documentation / CDPR-Modding-Documentation/REDkit-bugtracker

(Blender plugin) keyframes_len

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Blender plugin
Dominant language
No language data
Stars
7
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
after animation import, Blender frame count is set to +1 more than needed

`import_anims.py` temp fix:
```python
# bpy.context.scene.frame_end = keyframes_len
bpy.context.scene.frame_end = keyframes_len-1
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.