MDD exporter adds superfluous frame data #48153

Closed
opened 2016-04-15 13:34:25 +02:00 by Luke Robinson · 9 comments

Blender Version
Broken: 2.77a abf6f08

The MDD exporter inserts a dummy frame at the start of the exported data. This undesirably duplicates the first frame and pushes the actual ending frame data past the official end of the MDD file. You can spot this by comparing the actual exported MDD data size with the expected MDD data size of 4 bytes * (1 + 1 + framecount + 3 * framecount * pointcount).

The MDD exporter also does not allow exporting starting at frame 0, while the importer does allow so (that one even allows starting frame -300000).

**Blender Version** Broken: 2.77a abf6f08 The MDD exporter inserts a dummy frame at the start of the exported data. This undesirably duplicates the first frame and pushes the actual ending frame data past the official end of the MDD file. You can spot this by comparing the actual exported MDD data size with the expected MDD data size of 4 bytes * (1 + 1 + framecount + 3 * framecount * pointcount). The MDD exporter also does not allow exporting starting at frame 0, while the importer does allow so (that one even allows starting frame -300000).
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @unixcyclist

Added subscriber: @unixcyclist
Author

I have created patch D1923 that solves both problems. Not sure how to attach it to this task.

I have created patch [D1923](https://archive.blender.org/developer/D1923) that solves both problems. Not sure how to attach it to this task.

Added subscriber: @Sergey

Added subscriber: @Sergey
Campbell Barton was assigned by Sergey Sharybin 2016-04-26 12:51:23 +02:00

Campbell is looking into this :)

Campbell is looking into this :)
Campbell Barton removed their assignment 2016-08-11 06:34:57 +02:00

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brendon Murphy self-assigned this 2019-06-11 10:31:02 +02:00
Member

2017, closing as archived. Is this format still supported?

2017, closing as archived. Is this format still supported?
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#48153
No description provided.