tornavis/source/blender
Aras Pranckevicius e98cc412ef Fix #114346: PLY export crash with multiple objects that have different custom attributes
Custom attribute export (#114320) code did not realize that
PLY exports everything as one single "mesh" with the same vertex
data for everything. So if exporting several input meshes and they
have different vertex attributes, the result needs to have a union
of all present attributes, with fake/zero data for the ones
that were not actually present. Fixes #114346.
2023-11-02 22:58:26 +02:00
..
animrig Cleanup: spelling in comments, use doxygen doc-strings 2023-11-02 16:43:04 +11:00
asset_system Fix #113201: Assets in same folder as current file ignored in All library 2023-10-18 16:10:42 +02:00
blendthumb Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
blenfont Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
blenkernel GPv3: Multi-frame editing 2023-11-02 17:10:59 +01:00
blenlib BLI: Add "scatter" array_utils function 2023-11-02 16:33:11 +01:00
blenloader EEVEE-Next: Make Ambient Occlusion Pass use Horizon Scan 2023-11-02 19:22:01 +01:00
blentranslation Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
bmesh Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
compositor Realtime Compositor: Immediately realize wrapped translations 2023-11-02 12:39:41 +01:00
datatoc Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
depsgraph Depsgraph: Hard-code visibility for "from IDs" builder 2023-10-30 10:45:30 +01:00
draw EEVEE-Next: Make Ambient Occlusion Pass use Horizon Scan 2023-11-02 19:22:01 +01:00
editors Merge branch 'blender-v4.0-release' into main 2023-11-02 19:02:35 +01:00
freestyle Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
functions Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
geometry Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
gpencil_modifiers_legacy Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
gpu EEVEE-Next: Make Ambient Occlusion Pass use Horizon Scan 2023-11-02 19:22:01 +01:00
ikplugin Fix #111553: Double IK constraint not working 2023-10-10 09:06:28 +02:00
imbuf IMB: Support rgba and V channels in single-layer EXR 2023-11-02 11:08:35 +01:00
io Fix #114346: PLY export crash with multiple objects that have different custom attributes 2023-11-02 22:58:26 +02:00
makesdna EEVEE-Next: Make Ambient Occlusion Pass use Horizon Scan 2023-11-02 19:22:01 +01:00
makesrna EEVEE-Next: Make Ambient Occlusion Pass use Horizon Scan 2023-11-02 19:22:01 +01:00
modifiers Merge branch 'blender-v4.0-release' 2023-10-31 17:29:41 +01:00
nodes Unbreak build from missing headers 2023-11-02 21:07:04 +02:00
python Merge branch 'blender-v4.0-release' 2023-11-01 11:40:49 +11:00
render Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
sequencer Merge branch 'blender-v4.0-release' 2023-11-01 13:19:06 +01:00
shader_fx Cleanup: Move BKE_object.hh to C++ 2023-10-09 23:41:53 +02:00
simulation Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
windowmanager Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
CMakeLists.txt Cleanup: sort cmake file lists 2023-08-24 11:38:41 +10:00