export_obj issue when exporting .blend or unsaved project #45184

Closed
opened 2015-06-25 00:26:25 +02:00 by Josh · 10 comments

System Information
Windows 8.1, rest not relevent.

Blender Version
Broken: 2.7.4

Short description of error
Exporting an object from a loaded .blend file (or without a save) will result in a lack of "vt"

Exact steps for others to reproduce the error
hoverbike.blend
With my blend file, export the object as an obj with default object exporter.
Look at the "player_atch" object, in the resulting .obj file, and you will notice a lack of "vt".
Then, close blender. Open blender. Import the .obj you exported, and export it in the same manner.
"vt" now exists!

Should also note, due to loops, importing and exporting reverses coordinate order. I'm doubt that affects anything, but worth mentioning.

**System Information** Windows 8.1, rest not relevent. **Blender Version** Broken: 2.7.4 **Short description of error** Exporting an object from a loaded .blend file (or without a save) will result in a lack of "vt" **Exact steps for others to reproduce the error** [hoverbike.blend](https://archive.blender.org/developer/F197160/hoverbike.blend) With my blend file, export the object as an obj with default object exporter. Look at the "player_atch" object, in the resulting .obj file, and you will notice a lack of "vt". Then, close blender. Open blender. Import the .obj you exported, and export it in the same manner. "vt" now exists! Should also note, due to loops, importing and exporting reverses coordinate order. I'm doubt that affects anything, but worth mentioning.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Nocare

Added subscriber: @Nocare

Added subscriber: @sindra1961

Added subscriber: @sindra1961

@mont29 explains it in this report(#45012 ) before.

@mont29 explains it in this report([#45012 ](https://developer.blender.org/T45012)) before.

Added subscriber: @mont29

Added subscriber: @mont29

This issue was referenced by 4c1e066129

This issue was referenced by 4c1e06612962e4dcd36c77582f2da258f6760680
Bastien Montagne self-assigned this 2015-06-25 14:57:10 +02:00

Issue is actually with .obj importer, which adds (useless empty) lnor and/or UV layers to split part from .OBJ that have none… Fix incoming.

Issue is actually with .obj importer, which adds (useless empty) lnor and/or UV layers to split part from .OBJ that have none… Fix incoming.

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author

If I understand correctly Bastien, vt will no longer be inserted when exporting an imported .obj file?

If I understand correctly Bastien, vt will no longer be inserted when exporting an imported .obj file?

Again, problem was not with exporting, but with importing (was generating UV layers when not needed).

Again, problem was not with exporting, but with importing (was generating UV layers when not needed).
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#45184
No description provided.