Aras Pranckevicius aras_p
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…

Aras Pranckevicius commented on pull request blender/blender#106871 2023-04-14 09:27:31 +02:00
UI: Import obj files by drag and drop

Nice! I'm wondering though why only .OBJ and not all the formats that are native to blender (OBJ, USD, Alembic, Collada, PLY, STL)?

Aras Pranckevicius pushed to main at blender/blender 2023-03-31 10:36:28 +02:00
b73ae802fb Fix OBJ test expectations after fast_float.h update
Aras Pranckevicius pushed to main at blender/blender 2023-03-31 10:04:30 +02:00
e1426e6319 Externals/IO: update fast_float.h to latest version
Aras Pranckevicius pushed to main at blender/blender 2023-03-30 08:57:00 +02:00
d9de76f5d1 Cleanup: PLY exporter headers cleanup
Aras Pranckevicius pushed to main at blender/blender 2023-03-29 22:05:10 +02:00
7b94e86dd9 PLY: improve UV values merging in the exporter
Aras Pranckevicius commented on issue blender/blender-addons#104503 2023-03-29 10:19:36 +02:00
Blender 4.0 - Remove OBJ I/O Addon

Oh! I can volunteer to do this one and the PLY one (#104504).

Aras Pranckevicius pushed to main at blender/blender 2023-03-27 20:41:08 +02:00
05a63e3705 OBJ: improve UV values merging in the exporter
Aras Pranckevicius pushed to main at blender/blender 2023-03-27 18:35:16 +02:00
2bbb483b5c Merge branch 'blender-v3.5-release'
14efe70004 Fix #106128: OBJ exporter crash when a mesh only has loose vertices
Compare 2 commits »
Aras Pranckevicius closed issue blender/blender#106128 2023-03-27 18:32:06 +02:00
New wavefront OBJ exporter crashes if mesh contains only loose vertices
Aras Pranckevicius pushed to blender-v3.5-release at blender/blender 2023-03-27 18:32:04 +02:00
14efe70004 Fix #106128: OBJ exporter crash when a mesh only has loose vertices
Aras Pranckevicius merged pull request blender/blender#106185 2023-03-27 18:32:04 +02:00
Fix #106128: OBJ exporter crash when a mesh only has loose vertices
Aras Pranckevicius created pull request blender/blender#106185 2023-03-27 18:26:30 +02:00
Fix #106128: OBJ exporter crash when a mesh only has loose vertices
Aras Pranckevicius pushed to blender-v3.5-release at aras_p/blender 2023-03-27 18:24:57 +02:00
c6c268767f Fix #106128: OBJ exporter crash when a mesh only has loose vertices