0eb6aef3b0009fc7fc0c1588097e09df8cf6aaaf
Implements #108948 - support for custom point domain attributes for PLY import and export. Notes: - Custom attributes are always represented as scalar floats. PLY itself has some data types that blender can't fully represent, e.g. double or uint32, or some that fit into a float just fine but blender does not have them as separate types (e.g. int16). - When importing, any PLY vertex attribute that is not one of "standard" names (position, normal, etc.) gets turned into a custom attribute. - For exporting, more complex custom attributes (e.g. 2D/3D floats, quaternions, colors) get turned into several PLY attributes, with "_x" like suffix. Custom attribute import/export is on by default in the UI. Pull Request: https://projects.blender.org/blender/blender/pulls/114320 Reviewed By: Hans Goudey
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
