Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to tmp_simd_flags at LazyDodo/blender 2024-03-23 22:13:37 +01:00
85ba1d92db fix linux submodule?
382cc19fde fix tests submodule?
1a883e80aa Merge remote-tracking branch 'origin/main' into pr118468003
3805974b6f Refactor: Use C++ array for edit mesh looptris
3ce8c74a57 Cleanup: Fix outdated comments about Mesh data
Compare 63 commits »
Ray molenkamp commented on issue blender/blender#119809 2024-03-23 18:45:24 +01:00
Switch to pcre2

it's technically an issue for upstream opencollada, we are planning already to mitigate though dropping the collada all together since it's also [unmaintained](https://github.com/KhronosGroup/OpenC

Ray molenkamp commented on issue blender/blender#119809 2024-03-23 00:10:12 +01:00
Switch to pcre2

pcre is a dep for opencollada, which is also unmaintained, we're looking to drop it once the last big user of it transitions to a different IO format but the time table for that is a bit... vague..

Ray molenkamp pushed to tmp_simd_flags at LazyDodo/blender 2024-03-21 21:50:08 +01:00
b8ff85a3a1 Merge branch 'main' into tmp_simd_flags
575a5c0502 Fix #119744: Regression: Geometry Nodes: Default input not working
d8a89aa972 Compositor: Add MemoryBuffer constructor from size
f6657db713 Compositor: Add utility for nearest interpolation
Compare 4 commits »
Ray molenkamp pushed to tmp_simd_flags at LazyDodo/blender 2024-03-21 16:55:50 +01:00
2cbbf104b5 restore intel compiler support
e1e4a45b6b Merge remote-tracking branch 'origin/main' into pr118468-001
20b614ab8e GPv3: Fill texture coordinates system
d5cf430a54 Compositor: Update tests for Hue Correct node
8812be59a4 Compositor: Make Hue Correct node wrap
Compare 664 commits »
Ray molenkamp commented on issue blender/blender#119560 2024-03-19 20:32:54 +01:00
Wanderer Demo Crash in 4.1 and 4.2

While OCIO may indeed be struggling with the $, the actual crash is our fault, in colormanagement_transform_ex after creating cm_processor it doesn't check for null and doesn't exit early. but…

Ray molenkamp pushed to main at blender/lib-source 2024-03-17 19:51:53 +01:00
a3ed1adc29 Package updates for: OSL, IGC, SPIRV, OCLOC, OIDN, GMMLIB, OPENPGL
Ray molenkamp commented on issue blender/blender#118455 2024-03-17 19:44:17 +01:00
Library changes for Blender 4.2

is there a module ticket/request for libx265 support or is it more of a if we will add it, someone will integrate it?

Ray molenkamp pushed to blender-v4.1-release at blender/lib-source 2024-03-17 19:07:25 +01:00
03aee469f3 Package updates for: OSL, IGC, SPIRV, OCLOC, OIDN, GMMLIB
Ray molenkamp pushed to main at blender/blender 2024-03-16 19:29:46 +01:00
f780c1e52e Windows: OpenImageDenoise-2.2.2
Ray molenkamp pushed to main at blender/lib-windows_x64 2024-03-16 19:27:19 +01:00
a5521c85e0 Windows: OpenImageDenoise-2.2.2
Ray molenkamp pushed to main at blender/blender 2024-03-16 00:31:31 +01:00
6329ac2f7d Merge remote-tracking branch 'origin/blender-v4.1-release'
6310c7b986 Windows: OpenImageDenoise 2.2.2
Compare 2 commits »
Ray molenkamp pushed to blender-v4.1-release at blender/blender 2024-03-16 00:29:30 +01:00
6310c7b986 Windows: OpenImageDenoise 2.2.2
Ray molenkamp pushed to blender-v4.1-release at blender/lib-windows_x64 2024-03-16 00:22:32 +01:00
1a8571ac51 Windows: OpenImageDenoise 2.2.2
Ray molenkamp commented on pull request blender/blender#119459 2024-03-14 18:00:40 +01:00
Windows: Add ARM64 lib submodule

looks like you're correct, it's already in place!

Ray molenkamp approved blender/blender#119459 2024-03-14 17:22:07 +01:00
Windows: Add ARM64 lib submodule

Needs some additional wiring up in make.bat and the update .py script, but i assume this will be in a future PR?

Ray molenkamp opened issue blender/blender#119461 2024-03-14 14:08:08 +01:00
Extensions: adding a new repo gives python errors.