Alembic uv export/load issue #50227

Closed
opened 2016-12-11 06:44:19 +01:00 by Nahuel Belich · 23 comments

System Information
win 7 x64

Blender Version
Broken: hash: 62a2ed9

Short description of error
Loading an alembic exported from blender(especcially those objects) doesnt loads uvs, in blender or 3dsmax (didnt test other softwares)
in blender in order to load the uvs a need to do a weird procedure, in 3dsmax im looking for a solution to proper load them.

Exact steps for others to reproduce the error

taparabo.blend
Export those two objects to an .abc file

2-open other blender instance and import the alembic file.
3- check for uvs
pasted_file
4- add a mesh secuencer chache and select the proper object to load
pasted_file
5-apply the modifier
pasted_file
6- select objects to check if any has uvs. .
7-Undo - now the uvs are load but not the modifier that we apply two steps ago
pasted_file

**System Information** win 7 x64 **Blender Version** Broken: hash: 62a2ed9 **Short description of error** Loading an alembic exported from blender(especcially those objects) doesn`t loads uvs, in blender or 3dsmax (didn`t test other softwares) in blender in order to load the uvs a need to do a weird procedure, in 3dsmax im looking for a solution to proper load them. **Exact steps for others to reproduce the error** [taparabo.blend](https://archive.blender.org/developer/F416583/taparabo.blend) Export those two objects to an .abc file 2-open other blender instance and import the alembic file. 3- check for uvs ![pasted_file](https://archive.blender.org/developer/F416575/pasted_file) 4- add a mesh secuencer chache and select the proper object to load ![pasted_file](https://archive.blender.org/developer/F416577/pasted_file) 5-apply the modifier ![pasted_file](https://archive.blender.org/developer/F416579/pasted_file) 6- select objects to check if any has uvs. . 7-Undo - now the uvs are load but not the modifier that we apply two steps ago ![pasted_file](https://archive.blender.org/developer/F416581/pasted_file)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @NahuelBelich

Added subscriber: @NahuelBelich

Added subscriber: @kevindietrich

Added subscriber: @kevindietrich
Kévin Dietrich self-assigned this 2016-12-11 22:16:07 +01:00

Will check on it a bit later.

Will check on it a bit later.

Added subscriber: @dfelinto

Added subscriber: @dfelinto

@kevindietrich this was introduced on 753edafc . The problem seems to be at read time only, not on writing.

@kevindietrich this was introduced on 753edafc . The problem seems to be at read time only, not on writing.
Author

i did more tests on a 3dsmax, importing from file import does not read the uvs, but importing object by object creating the primitive (alembic can be created as a primitive like a cube, click alembic on prim select the path the object click on the scene) it does read the uvs, also created rotated 90º but that its a max thing ^^
So it seem that yep the uvs are there, didn't try to export and import alembic on max to max, to check if its a soft thing or an alembic thing

i did more tests on a 3dsmax, importing from file import does not read the uvs, but importing object by object creating the primitive (alembic can be created as a primitive like a cube, click alembic on prim select the path the object click on the scene) it does read the uvs, also created rotated 90º but that its a max thing ^^ So it seem that yep the uvs are there, didn't try to export and import alembic on max to max, to check if its a soft thing or an alembic thing

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren
Kévin Dietrich was unassigned by Sybren A. Stüvel 2017-04-12 16:26:23 +02:00
Sybren A. Stüvel self-assigned this 2017-04-12 16:26:23 +02:00

This issue was referenced by 699a3e2498

This issue was referenced by 699a3e2498112375f8ef8d74724c4589fac05765

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @knekke

Added subscriber: @knekke

Changed status from 'Resolved' to: 'Open'

Changed status from 'Resolved' to: 'Open'

Checking 2.79RC1 I still can't get the UVs for my example files to load. #51820 Alembic sequence Crash

Checking 2.79RC1 I still can't get the UVs for my example files to load. [#51820 Alembic sequence Crash ](https://developer.blender.org/T51820)

With 2.79RC1 it works just fine on my machine (Ubuntu Linux). In step 7 you may need to undo twice to get the modifier back, though, but after step 3 the UVs are loaded and stay loaded.

With 2.79RC1 it works just fine on my machine (Ubuntu Linux). In step 7 you may need to undo twice to get the modifier back, though, but after step 3 the UVs are loaded and stay loaded.

mmmhh, doesn't work for me, but probably I'm just doing it wrong. But if that's the final workflow for the Blender 2.7x branch I'd better go and try again...

mmmhh, doesn't work for me, but probably I'm just doing it wrong. But if that's the final workflow for the Blender 2.7x branch I'd better go and try again...

b1a036861d changed the way we read UVs, so this may be fixed too. Can you re-check?

b1a036861ddd changed the way we read UVs, so this may be fixed too. Can you re-check?

I just tried with the latest buildbot version (c66983c). It's not working for me :/

I just tried with the latest buildbot version (c66983c). It's not working for me :/

alembic-export-import-uv.png

Works just fine here. These are the UVs after exporting the mesh and importing into a new Blender file. I'm simply using Space → Export Alembic and Space → Import Alembic, nothing fancy.

Which steps are you using that don't work? How do you define "not working"?

![alembic-export-import-uv.png](https://archive.blender.org/developer/F1493773/alembic-export-import-uv.png) Works just fine here. These are the UVs after exporting the mesh and importing into a new Blender file. I'm simply using Space → Export Alembic and Space → Import Alembic, nothing fancy. Which steps are you using that don't work? How do you define "not working"?

I tried my testfiles that I mentioned earlier in this thread. You can get them from here: https://developer.blender.org/T51820
They come from Houdini and load fine with UVs into other applications (e. g. gaffer)

I tried my testfiles that I mentioned earlier in this thread. You can get them from here: https://developer.blender.org/T51820 They come from Houdini and load fine with UVs into other applications (e. g. gaffer)
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

@dr.sybren : I can confirm that files from this report work as expected now, but also seeing that the ones @knekke mentioned in #51820 (Alembic sequence Crash) dont load UVs (note: these have changing topology - fluids - not sure this is a known limitation?)
Also: should we open another report for this? (tagging as confirmed again for the time being...)

@dr.sybren : I can confirm that files from **this** report work as expected now, but also seeing that the ones @knekke mentioned in #51820 (Alembic sequence Crash) dont load UVs (note: these have changing topology - fluids - not sure this is a known limitation?) Also: should we open another report for this? (tagging as confirmed again for the time being...)

@lichtwerk if the problem in this ticket is solved for the files used to demonstrate the problem, let's close this report. Loading UVs for files with changing topology is indeed something else; could you write a report for that and assign it to me?

@lichtwerk if the problem in this ticket is solved for the files used to demonstrate the problem, let's close this report. Loading UVs for files with changing topology is indeed something else; could you write a report for that and assign it to me?

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
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
7 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#50227
No description provided.