NewTek MDD format not working #105282
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105282
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 551.86
Blender Version
Broken: version: 4.1.0, branch: blender-v4.1-release, commit date: 2024-03-25 20:42, hash:
40a5e739e270
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: NewTek MDD format (1, 0, 1)
Author: Bill L.Nieuwendorp
Short description of error
[Please fill out a short description of the error here]
Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]
This addon is not working
Hi, thanks for the report. MDD I/O seems to work correctly here in 4.1 release build.
If particular file is failing during import/export, could you attach it?
Hi! I have the same problem. Import and export appears in ligth grey so I can´t use this format. Please find an example attached.
Yes, can confirm. This seems related to the poll function only allowing I/O if mesh is active object
Indeed the poll function looks faulty, see: https://projects.blender.org/blender/blender-addons/src/branch/main/io_shape_mdd/init.py#L120-L122
Add-on looks very outdated.
@PratikPB2123 This is unsurprising that it only works on meshes given that the add-on is meant to export animations as a shape key animation and import the shape key animation to a mesh. The description of the add-on states: Import-Export MDD as mesh shape keys. I just did a quick test on Blender 4.1.0 on Linux and it works as expected for me.
Thanks @Imaginer . Yes, make sense. Did not check add-on is specifically exporting "shape keys" :)
Closing.