Collada: No Bi-Normal support #43298

Open
opened 2015-01-17 21:06:02 +01:00 by tsoccer93 · 27 comments
tsoccer93 commented 2015-01-17 21:06:02 +01:00 (Migrated from localhost:3001)

System Information
Windows 8.1
Ubuntu 14.10

Blender Version
2.7

Short description of error
Blender Collada exporter does not export vertex binormals within the Collada document.
This is mandated by the Collada specification (Page 17)

Exact steps for others to reproduce the error

  1. Create scene
  2. Select file -> export -> to Collada (.dae)
  3. Open exported file with any text editor
  4. Does not contain binormal data

Note: Merged in all Collada bug reports here. please check all merged reports & close as resolved when fixed.

**System Information** Windows 8.1 Ubuntu 14.10 **Blender Version** 2.7 **Short description of error** Blender Collada exporter does not export vertex binormals within the Collada document. This is mandated by the [Collada specification ](https://www.khronos.org/files/collada_spec_1_5.pdf) (Page 17) **Exact steps for others to reproduce the error** 1. Create scene 2. Select file -> export -> to Collada (.dae) 3. Open exported file with any text editor 4. Does not contain binormal data Note: Merged in all Collada bug reports here. please check all merged reports & close as resolved when fixed.
tsoccer93 commented 2015-01-17 21:06:02 +01:00 (Migrated from localhost:3001)
Author

Changed status to: 'Open'

Changed status to: 'Open'
tsoccer93 commented 2015-01-17 21:06:02 +01:00 (Migrated from localhost:3001)
Author

Added subscriber: @tsoccer93

Added subscriber: @tsoccer93
Author

#32834 was marked as duplicate of this issue

#32834 was marked as duplicate of this issue
Author

#31523 was marked as duplicate of this issue

#31523 was marked as duplicate of this issue
Author

#34062 was marked as duplicate of this issue

#34062 was marked as duplicate of this issue
Author

#43331 was marked as duplicate of this issue

#43331 was marked as duplicate of this issue
Author

#41460 was marked as duplicate of this issue

#41460 was marked as duplicate of this issue
Author

#43256 was marked as duplicate of this issue

#43256 was marked as duplicate of this issue
Author

#42197 was marked as duplicate of this issue

#42197 was marked as duplicate of this issue
Author

#30111 was marked as duplicate of this issue

#30111 was marked as duplicate of this issue
Author

#45687 was marked as duplicate of this issue

#45687 was marked as duplicate of this issue
Author

#29357 was marked as duplicate of this issue

#29357 was marked as duplicate of this issue
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Gaia Clary was assigned by Julian Eisel 2015-01-18 13:07:06 +01:00
Member

Added subscribers: @GaiaClary, @JulianEisel

Added subscribers: @GaiaClary, @JulianEisel
Member

And again, some more work for @GaiaClary ;) (might easily be a Todo though)

And again, some more work for @GaiaClary ;) (might easily be a Todo though)

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

Added subscriber: @Sergey

Added subscriber: @Sergey

Collada importer/exported does not currently have maintainer so all the issues goes to the TODO list there http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Import_Export

Thanks for the report anyway!

Collada importer/exported does not currently have maintainer so all the issues goes to the TODO list there http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Import_Export Thanks for the report anyway!
Member

Changed status from 'Archived' to: 'Open'

Changed status from 'Archived' to: 'Open'
Member

Added subscribers: @Sedenion42, @Promethe42, @charlie.hoey, @TomMusgrove, @mdias, @kazanbas, @jesterking, @anibalmorales, @kitamura, @wivlaro, @dbalster, @Aleric, @mont29, @ZendelO, @antoniut, @visualfox, @germ

Added subscribers: @Sedenion42, @Promethe42, @charlie.hoey, @TomMusgrove, @mdias, @kazanbas, @jesterking, @anibalmorales, @kitamura, @wivlaro, @dbalster, @Aleric, @mont29, @ZendelO, @antoniut, @visualfox, @germ
Brendon Murphy changed title from Collada Export does not include Vertex Binormals, to Collada: All Bug Reports 2015-09-08 04:52:38 +02:00
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

Merged in multiple reports on collada i/o, please use this task merging individual reports & close merged tasks as resolved as they are individually fixed. future reports should have new task & will be merged here once received.

Merged in multiple reports on collada i/o, please use this task merging individual reports & close merged tasks as resolved as they are individually fixed. future reports should have new task & will be merged here once received.

Added subscriber: @ideasman42

Added subscriber: @ideasman42

@BrendonMurphy, these reports aren't "duplicates" of each other.

We have a Collada project to collect these (see: https://developer.blender.org/tag/collada/).

Moved all collada reports into the "Collada" project, removed "Addons" and "Blender" projects.

@BrendonMurphy, these reports aren't "duplicates" of each other. We have a Collada project to collect these (see: https://developer.blender.org/tag/collada/). Moved all collada reports into the "Collada" project, removed "Addons" and "Blender" projects.
Campbell Barton changed title from Collada: All Bug Reports to Collada: No Bi-Normal support 2015-09-08 05:33:37 +02:00
Member

Removed subscriber: @Blendify

Removed subscriber: @Blendify
Member

note to self:
It looks like the export can be done in a straight forward way, see rna_Mesh_calc_tangents().
The FBX exporter does it similar to this:

me=bpy.context.edit_object.data
uvname = me.uv_layers.keys()[0]
bitangents=[0]*len(me.loops)*3
e.calc_tangents(uvname)
me.loops.foreach_get("bitangent", bitangents)

I add this task to my feature request list for now.

note to self: It looks like the export can be done in a straight forward way, see rna_Mesh_calc_tangents(). The FBX exporter does it similar to this: ``` me=bpy.context.edit_object.data uvname = me.uv_layers.keys()[0] bitangents=[0]*len(me.loops)*3 e.calc_tangents(uvname) me.loops.foreach_get("bitangent", bitangents) ``` I add this task to my feature request list for now.
Gaia Clary was unassigned by Dalai Felinto 2019-12-23 16:37:54 +01:00

Added subscriber: @myroncarey

Added subscriber: @myroncarey
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
8 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#43298
No description provided.