Yoran Huzen Yoran-Huzen
  • Joined on 2022-11-23
Yoran Huzen pushed to main at Yoran-Huzen/blender 2023-08-27 20:14:06 +02:00
6538a58725 Correct missing include from 7458d68b35
0e2f4046c6 Fix #111579: erratic viewport FPS at high frame rate
7458d68b35 Scene: increase the number of FPS samples, use fixed-point arithmetic
03071e8c02 Cleanup: remove unused test file
b274952694 Cleanup: move scene FPS calculation into it's own file
Compare 5860 commits »
Yoran Huzen commented on pull request blender/blender#104404 2023-02-09 16:29:47 +01:00
IO: New C++ PLY importer/exporter

With the fix to another issue I've found a way to resolve this.

Yoran Huzen commented on pull request blender/blender#104404 2023-02-08 10:35:07 +01:00
IO: New C++ PLY importer/exporter

Hi, I'm working on fixing this but I'm running into some trouble.

The issue is that I'm receiving the vertex_indices as a Span<uint32_t> but I want to write them as Span<char>. Reinterpret…

Yoran Huzen created repository Yoran-Huzen/blender 2023-02-07 16:17:07 +01:00