Aras Pranckevicius aras_p
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 deleted branch remove-obj-ply-addons from aras_p/blender 2023-05-30 21:41:32 +02:00
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 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 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 branch remove-obj-ply-addons in aras_p/blender-addons 2023-05-30 21:25:13 +02:00
Aras Pranckevicius created repository aras_p/blender-addons 2023-05-30 21:23:53 +02:00
Aras Pranckevicius created branch remove-obj-ply-addons in aras_p/blender 2023-05-30 21:22:03 +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 closed issue blender/blender#103649 2023-05-30 20:47:40 +02:00
Attached file imported with new OBJ importer later crashes on edge subdivision
Aras Pranckevicius commented on issue blender/blender#103649 2023-05-30 20:47:01 +02:00
Attached file imported with new OBJ importer later crashes on edge subdivision

From what I can tell, the repro OBJ file is invalid (duplicate faces etc.). The "validate option" is off in the new OBJ importer by default (following what is done with USD/Alembic), since…

Aras Pranckevicius pushed to main at blender/blender 2023-05-30 10:17:31 +02:00
0d38fa2422 Externals: compile fmtlib as a library instead of using it with FMT_HEADER_ONLY
Aras Pranckevicius pushed to main at blender/blender 2023-05-30 09:50:57 +02:00
122c48aed0 Externals: update fmtlib to latest version (10.0.0)
Aras Pranckevicius pushed to main at blender/blender 2023-05-30 09:01:57 +02:00
1be9d9cb63 Externals: update fast_float to latest version (5.0.0) to fix some compile warnings
Aras Pranckevicius commented on pull request blender/blender#106871 2023-04-19 11:55:03 +02:00
UI: Import obj files by drag and drop

From the file explorer you can select multiple .obj files and drag them onto Blender, but it looks like it imports just once of them. This feels like a different functionality from the regular…