[Collada Animation Exporter] Consider armature's world matrix as identity #40410

Closed
opened 2014-05-28 17:43:41 +02:00 by ju val · 7 comments
Member

System Information
All

Blender Version
Broken: GIT commit 4d1ec4d9c7 Wed May 28 16:20:12 2014 +0200

Short description of error
During animation export collada exporter forget to mul by armature world matrix

Exact steps for others to reproduce the error
Load an animated rig whose armature has matrix_world different than identity
Export to collada
New File
Import From Collada
Play animation
untitled.blend

**System Information** All **Blender Version** Broken: GIT commit 4d1ec4d9c705fefafc0e46721c405f2f2c5ff1ba Wed May 28 16:20:12 2014 +0200 **Short description of error** During animation export collada exporter forget to mul by armature world matrix **Exact steps for others to reproduce the error** Load an animated rig whose armature has matrix_world different than identity Export to collada New File Import From Collada Play animation [untitled.blend](https://archive.blender.org/developer/F91724/untitled.blend)
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
ju val self-assigned this 2014-05-28 17:43:41 +02:00
Author
Member

Added subscriber: @julienvalentin

Added subscriber: @julienvalentin
Author
Member

I made a patch for this bug but don't know if it's enough:

In blender/collada/AnimationExporter.cpp, replace line 964 with:

   mul_m4_m4m4(mat, ob->obmat , pchan->pose_mat); **copy_m4_m4(mat, pchan->pose_mat);
I made a patch for this bug but don't know if it's enough: In blender/collada/AnimationExporter.cpp, replace line 964 with: ``` mul_m4_m4m4(mat, ob->obmat , pchan->pose_mat); **copy_m4_m4(mat, pchan->pose_mat); ```

Added subscriber: @mont29

Added subscriber: @mont29
ju val was unassigned by Bastien Montagne 2014-05-28 20:53:41 +02:00
Nathan Letwory was assigned by Bastien Montagne 2014-05-28 20:53:41 +02:00

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

Added subscriber: @Sergey

Added subscriber: @Sergey

Moving to TODO for until we've got official maintainer in this area http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Import_Export#Export:_Bugs

Moving to TODO for until we've got official maintainer in this area http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Import_Export#Export:_Bugs
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
3 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#40410
No description provided.