Aras Pranckevicius aras_p
Aras Pranckevicius closed issue blender/blender#114346 2023-11-02 21:58:38 +01:00
Crash when exporting PLY file with custom attributes
Aras Pranckevicius pushed to main at blender/blender 2023-11-02 20:35:12 +01:00
afe297231d Fix #114304: OBJ import crash when some faces have normals, and others do not
Aras Pranckevicius closed issue blender/blender#114304 2023-11-02 20:35:11 +01:00
Crash when I import OBJ file
Aras Pranckevicius pushed to main at blender/blender 2023-11-02 20:07:19 +01:00
539b0fd4b5 Unbreak build from missing headers
Aras Pranckevicius commented on issue blender/blender#114304 2023-11-01 20:43:58 +01:00
Crash when I import OBJ file

Thanks for the report, will look into what's going on

Aras Pranckevicius closed issue blender/blender#108948 2023-10-31 14:10:17 +01:00
PLY I/O: implement support for other attributes besides Color
Aras Pranckevicius commented on issue blender/blender#108948 2023-10-31 14:09:34 +01:00
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
Aras Pranckevicius merged pull request blender/blender#114320 2023-10-31 14:08:05 +01:00
PLY: import/export custom vertex attributes (#108948)
Aras Pranckevicius pushed to main at blender/blender 2023-10-31 14:08:04 +01:00
0eb6aef3b0 PLY: import/export custom vertex attributes (#108948)
Aras Pranckevicius pushed to ply_custom_attributes at aras_p/blender 2023-10-31 14:05:31 +01:00
016372bd4c PLY: formatting
Aras Pranckevicius commented on pull request blender/blender#114320 2023-10-31 14:05:07 +01:00
PLY: import/export custom vertex attributes (#108948)

Aaaah! Ok. I should learn to read properly :)

Aras Pranckevicius commented on pull request blender/blender#114320 2023-10-31 13:54:09 +01:00
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.

Aras Pranckevicius pushed to ply_custom_attributes at aras_p/blender 2023-10-31 13:18:18 +01:00
1eb8b01c7a PLY: cleanup attribute API usage
Aras Pranckevicius commented on pull request blender/blender#114320 2023-10-31 13:05:56 +01:00
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…

Aras Pranckevicius created pull request blender/blender#114320 2023-10-31 12:21:46 +01:00
PLY: import/export custom vertex attributes (#108948)
Aras Pranckevicius pushed to main at aras_p/blender 2023-10-31 12:20:09 +01:00
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
Compare 2753 commits »
Aras Pranckevicius pushed to ply_custom_attributes at aras_p/blender 2023-10-31 12:19:43 +01:00
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'
Compare 10 commits »
Aras Pranckevicius created branch ply_custom_attributes in aras_p/blender 2023-10-31 12:19:42 +01:00