Aras Pranckevicius aras_p
Aras Pranckevicius commented on issue blender/blender#108948 2023-06-14 08:00:16 +02:00
PLY I/O: implement support for other attributes besides Color

@KeirCB: this improvement request does make sense, I'll see what I can do. For implementation and testing, some sort of PLY file with custom attributes would help -- can you attach an example…

Aras Pranckevicius pushed to main at blender/blender 2023-05-31 09:01:51 +02:00
3672f9c437 Tests: add PLY import test coverage for #107299
Aras Pranckevicius commented on issue blender/blender#107299 2023-05-31 08:47:34 +02:00
Experimental PLY Importer Imports Gargbage With Custom PLY Elements

Thanks. The issue was if any custom data elements were in the file before the "regular" (vertices, faces etc.) ones, the code was not skipping them properly. Fixed that in both 3.6 and 4.0 now.

Aras Pranckevicius pushed to main at blender/blender 2023-05-31 08:44:49 +02:00
86b54a3015 Merge branch 'blender-v3.6-release'
e097415c2c Fix #107299: new PLY importer does not skip unknown custom data elements
Compare 2 commits »
Aras Pranckevicius closed issue blender/blender#107299 2023-05-31 08:44:48 +02:00
Experimental PLY Importer Imports Gargbage With Custom PLY Elements
Aras Pranckevicius pushed to blender-v3.6-release at blender/blender 2023-05-31 08:44:05 +02:00
e097415c2c Fix #107299: new PLY importer does not skip unknown custom data elements
Aras Pranckevicius closed issue blender/blender-addons#104504 2023-05-30 21:45:36 +02:00
Blender 4.0 - Remove PLY I/O Addon
Aras Pranckevicius closed issue blender/blender-addons#104503 2023-05-30 21:45:26 +02:00
Blender 4.0 - Remove OBJ I/O Addon
Aras Pranckevicius pushed to main at blender/blender-addons 2023-05-30 21:42:43 +02:00
67a4aab0da IO: remove OBJ and PLY Python add-ons
Aras Pranckevicius pushed to main at blender/blender 2023-05-30 21:41:32 +02:00
23afc6161c IO: remove OBJ and PLY Python add-ons (#104503, #104504)
Aras Pranckevicius deleted branch remove-obj-ply-addons from aras_p/blender 2023-05-30 21:41:32 +02:00
Aras Pranckevicius merged pull request blender/blender#108440 2023-05-30 21:41:31 +02:00
IO: remove OBJ and PLY Python add-ons (#104503, #104504)
Aras Pranckevicius created pull request blender/blender#108440 2023-05-30 21:28:26 +02:00
WIP: IO: remove OBJ and PLY Python add-ons (#104503, #104504)
Aras Pranckevicius created branch remove-obj-ply-addons in aras_p/blender-addons 2023-05-30 21:25:13 +02:00
Aras Pranckevicius pushed to remove-obj-ply-addons at aras_p/blender-addons 2023-05-30 21:25:13 +02:00
5f90deeb69 IO: remove OBJ and PLY Python add-ons
Aras Pranckevicius created repository aras_p/blender-addons 2023-05-30 21:23:53 +02:00
Aras Pranckevicius pushed to remove-obj-ply-addons at aras_p/blender 2023-05-30 21:22:03 +02:00
880fa66081 IO: remove OBJ and PLY Python add-ons (#104503, #104504)
0d38fa2422 Externals: compile fmtlib as a library instead of using it with FMT_HEADER_ONLY
122c48aed0 Externals: update fmtlib to latest version (10.0.0)
1be9d9cb63 Externals: update fast_float to latest version (5.0.0) to fix some compile warnings
0272ab6cda Cleanup: avoid copy & unnecessary allocation creating temporary path
Compare 10 commits »
Aras Pranckevicius created branch remove-obj-ply-addons in aras_p/blender 2023-05-30 21:22:03 +02:00