- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
WIP: mesh: use faster acos() variant in normals calculation
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
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
Import PLY - ignores "nx" "ny" "nz" when importing point clouds.
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
d59c6d3e5c
PLY: fix unreported crash when exporting multiple objects with different presence of vertex colors
e98cc412ef
Fix #114346: PLY export crash with multiple objects that have different custom attributes
Crash when exporting PLY file with custom attributes
Crash when I import OBJ file
PLY I/O: implement support for other attributes besides Color
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
PLY: import/export custom vertex attributes (#108948)