Rainer Trummer RainerTrummer
  • Joined on 2013-07-30
Rainer Trummer pushed to KISKA-v4.2 at RainerTrummer/lib-windows_x64 2024-08-08 10:15:34 +02:00
97e9e964ee Merge branch 'blender-v4.2-release' into KISKA-v4.2
62fbb55a83 Revert "OpenXR updated"
d750d007cc Revert "Change to static library"
41c5a2d255 Windows_X64: Opencollada dfc341ab0b3b23
Compare 4 commits »
Rainer Trummer opened issue blender/blender#125477 2024-07-26 11:02:00 +02:00
Wireframe Overlay crashes Blender on Windows in a very specific case
Rainer Trummer commented on issue blender/blender#111576 2024-07-15 11:40:28 +02:00
Unnecessary write operations on blender_assets.cats.txt

It's even worse for us, we share a library on a Windows network drive, and every few days the asset catalog file gets destroyed. I guess someone for whatever reason and completely unintentionally…

Rainer Trummer commented on pull request blender/blender#124204 2024-07-09 17:00:48 +02:00
XR: Add passthrough support for Meta Quest devices

can't really judge this, Fermin upgraded the libs during development to 1.0.34: #define XR_CURRENT_API_VERSION XR_MAKE_VERSION(1, 0, 34) If needed or not I cannot tell, @Fermin-Lozano might…

Rainer Trummer commented on pull request blender/blender#124204 2024-07-09 09:29:45 +02:00
XR: Add passthrough support for Meta Quest devices

guys, thanks for the great work! One question, have the changes to the OpenXR Libraries been merged back as well? Somehow I can't see those upgrades in the commit logs of windows_x64

Rainer Trummer opened issue blender/blender#124250 2024-07-05 18:00:38 +02:00
Enabling Add-ons from command line broken
Rainer Trummer pushed to KISKA-v4.2 at RainerTrummer/lib-windows_x64 2024-07-04 17:37:58 +02:00
c71254e801 Change to static library
cac1ad5bd5 OpenXR updated
feea9a7d10 update KISKA template
Compare 3 commits »
Rainer Trummer pushed to KISKA at RainerTrummer/lib-windows_x64 2024-07-04 17:37:57 +02:00
eb6f5830bb update KISKA template
Rainer Trummer created branch KISKA-v4.2 in RainerTrummer/lib-windows_x64 2024-07-04 17:37:57 +02:00
Rainer Trummer created branch KISKA in RainerTrummer/lib-windows_x64 2024-07-04 17:37:57 +02:00
Rainer Trummer created repository RainerTrummer/lib-windows_x64 2024-07-04 17:37:00 +02:00
Rainer Trummer commented on issue blender/blender#123994 2024-07-01 15:50:00 +02:00
Local Repository Initialisation uses wrong path on drag and drop

It's half-working I'd say. Now the repository at least displays the Add-on, but how this is done is beyond me, as the path is still pointing to the same location as before: ![path_still_odd.jpg](/…

Rainer Trummer opened issue blender/blender#123994 2024-07-01 15:25:07 +02:00
Local Repository Initialisation uses wrong path on drag and drop
Rainer Trummer created repository RainerTrummer/extensions-website 2024-06-27 10:04:12 +02:00
Rainer Trummer commented on issue blender/blender#114189 2023-11-09 09:47:50 +01:00
Workbench Next : VR Session crashes on exit

Quick follow-up, has someone been able to reproduce this bug, and is there a fix coming before release of Blender 4.0, or in a point release afterwards? This looks like a regression to me, one…

Rainer Trummer commented on issue blender/blender#114189 2023-10-31 08:43:34 +01:00
Workbench Next : VR Session crashes on exit

So finally narrowed it down to this commit 85b02b8 - Workbench Next was enabled there, and since that time I get that crash on exit. You will need to compile commit 45f3426 because of that padding…

Rainer Trummer commented on issue blender/blender#114189 2023-10-27 14:35:04 +02:00
Workbench Next : VR Session crashes on exit

hmmm, I might have been wrong about the commit above, crash seems to have been introduced earlier than that already. Still trying to narrow it down.

Rainer Trummer opened issue blender/blender#114189 2023-10-27 11:12:42 +02:00
VR Session crashes on exit
Rainer Trummer closed issue blender/blender#100689 2023-08-29 10:30:55 +02:00
Delete Geometry node does not preserve Vertex Crease data
Rainer Trummer commented on issue blender/blender#100689 2023-08-29 10:30:52 +02:00
Delete Geometry node does not preserve Vertex Crease data

As far as I can tell, this issue has been fixed in Blender 4.0 - at least with the version I compiled today, vertex creases are preserved now, and can also be read and stored as named attributes.…