Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#114501 2023-11-05 12:54:32 +01:00
WIP: mesh: use faster acos() variant in normals calculation
Aras Pranckevicius pushed to acos_approx at aras_p/blender 2023-11-05 12:47:55 +01:00
0896c8a0d2 mesh: use saacosf_approx in normal calculations
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-05 10:43:57 +01:00
02f0abe331 Cleanup: use full sentences as comments, blocks around case statements
1b3cfcc74f Cleanup: use enum types and improve argument naming for walk mode
c62009a6ac 3D View: add local up/down movement to walk navigation
b177f27e6f Cleanup: compile the match for reuse in UI_UL_list.filter_items_by_name
944905c394 CMake: mark X11 & openpgl variables as advanced
Compare 202 commits »
Aras Pranckevicius pushed to acos_approx at aras_p/blender 2023-11-05 10:43:45 +01:00
2d75ba478e mesh: use saacosf_approx in normal calculations
ff086304ba math: add saacosf_approx / saasinf_approx
acc40b6833 cleanup: saacos/saacosf, saasin/saasinf, sasqrt/sasqrtf have been identical for a decade
02f0abe331 Cleanup: use full sentences as comments, blocks around case statements
1b3cfcc74f Cleanup: use enum types and improve argument naming for walk mode
Compare 10 commits »
Aras Pranckevicius created branch acos_approx in aras_p/blender 2023-11-05 10:43:45 +01:00
Aras Pranckevicius closed issue blender/blender#114371 2023-11-03 16:42:48 +01:00
Import PLY - ignores "nx" "ny" "nz" when importing point clouds.
Aras Pranckevicius commented on issue blender/blender#114371 2023-11-03 16:42:24 +01:00
Import PLY - ignores "nx" "ny" "nz" when importing point clouds.

Point cloud custom vertex normals are added as a float3 "normal" attribute on pure point clouds in 6833202ab3f8

Aras Pranckevicius pushed to main at blender/blender 2023-11-03 16:41:39 +01:00
6833202ab3 PLY: improve import of custom vertex normals
Aras Pranckevicius pushed to main at blender/blender 2023-11-03 07:52:46 +01:00
d59c6d3e5c PLY: fix unreported crash when exporting multiple objects with different presence of vertex colors
Aras Pranckevicius pushed to main at blender/blender 2023-11-02 21:58:39 +01:00
e98cc412ef Fix #114346: PLY export crash with multiple objects that have different custom attributes
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)