Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to tmp_bundled_libraries at LazyDodo/blender 2023-04-03 16:23:03 +02:00
0986dfc4ef Merge branch 'main' into tmp_bundled_libraries
d1fe11c79f DRW: remove edges hidden by Optimal Display in IBO creation
d1ec8a2ae5 I18n: translate popover descriptions
da764ee357 I18n: translate viewport grid unit
Compare 4 commits »
Ray molenkamp pushed to tmp_bundled_libraries at LazyDodo/blender 2023-04-03 15:26:30 +02:00
d272fa5cea Merge branch 'main' into tmp_bundled_libraries
e4cd7d2fed Updated translations from SVN trunk (r6419).
e05010b2f2 Cleanup: make format on new install_linux_packages py script.
f692010ae1 Cleanup: remove redundant call to #free() for light tree arrays
b81472d20f Cleanup: remove useless comments
Compare 9 commits »
Ray molenkamp commented on pull request blender/blender#106475 2023-04-03 04:39:45 +02:00
WIP: updated code-layout diagram

I did some work mapping out the deps between libs for D12122

It's probably better to make this new updated graph logical or how we want it to be…

Ray molenkamp pushed to tmp_bundled_libraries at LazyDodo/blender 2023-04-03 00:13:41 +02:00
ef70d557ed Merge remote-tracking branch 'origin/main' into tmp_bundled_libraries
170cfeccb2 cmake: Remote superfluous debugging print
dc63f75837 Fix #106414: Handle mat==None case in GPencil Change Active Material operator
45104ddd14 Cleanup: Remove code asserted as unreachable,
8a364ef72c Fix (unreported) misisng handling of XR data object pointer in foreach_id.
Compare 58 commits »
Ray molenkamp closed issue blender/blender#106433 2023-04-01 17:11:46 +02:00
Blender won't open on Linux Mint
Ray molenkamp commented on issue blender/blender#106433 2023-04-01 17:11:44 +02:00
Blender won't open on Linux Mint

Blender requires glibc 2.28 Linux Mint 19.1 ships with glibc 2.27 so that will indeed have an unhappy time, only way to…

Ray molenkamp commented on pull request blender/blender#106348 2023-03-31 02:16:38 +02:00
CMake/Win: use manifest for PLATFORM_BUNDLED_LIBRARIES

@blender-bot package windows

Ray molenkamp created pull request blender/blender#106348 2023-03-31 02:16:03 +02:00
WIP: CMake/Win: use manifest for PLATFORM_BUNDLED_LIBRARIES
Ray molenkamp pushed to tmp_bundled_libraries at LazyDodo/blender 2023-03-31 02:11:35 +02:00
5818137c0e WIP: CMake/Win: use manifest for PLATFORM_BUNDLED_LIBRARIES
7b94e86dd9 PLY: improve UV values merging in the exporter
5f61eca7af Cycles: Exploit non-uniform threadgroup sizes on Metal
8eb9d5342f Fix build error on Ubuntu 20.04 with Wayland after recent changes
944a5854c6 Cycles: Fix MetalRT shadow all hit bug
Compare 10 commits »
Ray molenkamp created branch tmp_bundled_libraries in LazyDodo/blender 2023-03-31 02:11:34 +02:00
Ray molenkamp commented on issue blender/blender#106310 2023-03-30 21:17:48 +02:00
Addons contained in "addons-contrib" folder are not visible anymore.

contrib does not ship with official releases only test builds

https://wiki.blender.org/wiki/Process/Addons#Repositories

Ray molenkamp commented on pull request blender/blender#105498 2023-03-30 19:57:53 +02:00
DRW: Selection Occlusion

@blender-bot package

Ray molenkamp commented on issue blender/blender#104895 2023-03-30 16:51:03 +02:00
Library changes for Blender 3.6

@brecht I got a request from the hydra people to enable the render module in USD, i vaguely remember linux having some opengl related lib issues there? Is this still a problem?

Ray molenkamp opened issue blender/blender#106287 2023-03-30 01:31:24 +02:00
Windows/msi installer: Blender casing in the installer is lower case
Ray molenkamp suggested changes for blender/blender#105974 2023-03-29 23:26:50 +02:00
Cycles: upgrade Embree to version 4.0

part of the review only, i still need to check out the blender side of things but that build is still running and i'm heading home for the day.

Ray molenkamp commented on pull request blender/blender#105974 2023-03-29 23:26:49 +02:00
Cycles: upgrade Embree to version 4.0
  • The dll lives in /bin, not /lib
Ray molenkamp commented on pull request blender/blender#105974 2023-03-29 18:54:22 +02:00
Cycles: upgrade Embree to version 4.0

I'd like a closer look before landing

Ray molenkamp commented on issue blender/blender#106223 2023-03-28 19:31:47 +02:00
Blender crashes randomly when trying to render. This started after a win 11 update.

Is there a way to fix said driver ?

Last update i know of is AMD is looking at it

So you'll likely just have to…

Ray molenkamp commented on issue blender/blender#106223 2023-03-28 19:03:31 +02:00
Blender crashes randomly when trying to render. This started after a win 11 update.

AMD/Hip is currently disabled for cycles in 3.6 due to driver bugs, that specific dll is part of the AMD drivers so it's likely something in that direction.

Ray molenkamp commented on pull request blender/blender#106222 2023-03-28 18:08:05 +02:00
WIP: Spectral Cycles

@blender-bot package