[Libreoffice-bugs] [Bug 134141] We lost the 3D model when we save in OOxml (in pptx or ppsx)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 24 12:02:20 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=134141

--- Comment #7 from Regina Henschel <rb.henschel at t-online.de> ---
It is a large task. Therefore I have set it to "enhancement". 3D models in MS
Office consists of two parts:
One part is the view settings in <am3d:model3d> in slide#.xml. That is easy.
The other part is the model itself in folder media. MS Office uses glTF.
https://en.wikipedia.org/wiki/GlTF
That is the hard part. I don't know, whether a library with a license exists,
which LibreOffice can use directly.

A start would be, to make glTF-models corresponding to our preset 3D-objects
using a third party tool and use these for export. MS Office has no means to
change the 3D model itself, but only for changing the view. So the model would
likely be the same on import. 

Another thing, which should be done anyway, is to provide a fallback picture as
MS Office has it in its <mc:Fallback> element. AFAIK you need at least MS
Office 2019 to show 3D Models.

I don't know, whether PowerPoint keeps something in the media folder, which is
not actually used. If it keeps it, you could put an xml-fragment of our
3d-scene there and recover it on import.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200624/449ae175/attachment.htm>


More information about the Libreoffice-bugs mailing list