- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
Crash when exporting PLY file with custom attributes
Crash when I import OBJ file
PLY I/O: implement support for other attributes besides Color
PLY I/O: implement support for other attributes besides Color
@KeirCB @Jonathan-Brodsky just landed custom PLY attributes support for both import & export to main branch (so for blender 4.1)
Aras Pranckevicius
deleted branch ply_custom_attributes from aras_p/blender
2023-10-31 14:08:07 +01:00
PLY: import/export custom vertex attributes (#108948)
PLY: import/export custom vertex attributes (#108948)
That's the curious bit! I had them in separate lines, but make format
put them in there. Maybe my clang is too old or smth? I'll check.
PLY: import/export custom vertex attributes (#108948)
Hmm that would make the "scalar to scalar" paths slightly simpler, but would still not address the "vectors/quats/colors need to be split into multiple scalars" complexity, which is the main issue…
PLY: import/export custom vertex attributes (#108948)
69e5f5175b
Grease pencil (legacy): Remove redundant "Use" for checkboxes
dffee8b323
Revert "Revert "Fix #112441: Restore Key Map Item does not restore the active property""
88f63c36db
Merge branch 'blender-v4.0-release'
e8d532a9b6
Merge branch 'blender-v4.0-release'
1dc683e376
Fix #114223: Crash when undo in curves edit mode
7812728d69
PLY: import/export custom vertex attributes (#108948)
69e5f5175b
Grease pencil (legacy): Remove redundant "Use" for checkboxes
dffee8b323
Revert "Revert "Fix #112441: Restore Key Map Item does not restore the active property""
88f63c36db
Merge branch 'blender-v4.0-release'
e8d532a9b6
Merge branch 'blender-v4.0-release'
Aras Pranckevicius
created branch ply_custom_attributes in aras_p/blender
2023-10-31 12:19:42 +01:00