Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-21 00:31:31 +01:00
81a3c780bb Deps_builder: update OpenMP hash
6b653c29de deps_builder: remove USD patch
Compare 2 commits »
Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-20 19:29:21 +01:00
017b583248 Merge remote-tracking branch 'origin/main' into tmp_libupdate_41
edf8a776ac Cleanup: Use forward declarations to replace includes of BKE_attribute.hh
7f24972911 Cleanup: Use accessor functions for point cloud positions
19001c9e6c Cleanup: Move attribute domain enum to C++ header, use enum class
2618c1d71d Cleanup: Use utility to fill default attribute values
Compare 205 commits »
Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-18 23:23:53 +01:00
3347bfa8ab deps_builder: OIIO v2.5.6.0
Ray molenkamp commented on issue blender/blender#113157 2023-12-18 22:37:28 +01:00
Library changes for Blender 4.1

not a problem, on it!

Ray molenkamp commented on issue blender/blender#113157 2023-12-18 21:29:05 +01:00
Library changes for Blender 4.1

Applied the upstream patches for both openexr and imath, also bumped libxml2 as the version we had was leaking exports into the blender binary. which just leaves oiio to be dealt with.

@deadpi…

Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-18 21:24:46 +01:00
cf2f7d6e00 deps_builder: libxml2 2.12.3
Ray molenkamp commented on issue blender/blender#115935 2023-12-18 20:59:14 +01:00
Slow start of Blender 4.0.1 and 4.0.2

Presumably Explorer itself knows how to enumerate/list these entries without incurring a cost (enough to at least put their names in the quick access list). Otherwise the users would notice that…

Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-18 20:14:16 +01:00
35be25e318 deps_builder: add patches for openvdb/imath
Ray molenkamp commented on pull request blender/blender#116295 2023-12-18 14:38:15 +01:00
Fix #116280: bpy.ops.wm.url_open() cannot open file:///

this feels like a job a regex would excel at?

Ray molenkamp commented on pull request blender/blender#116278 2023-12-17 22:34:12 +01:00
Fix #116256: Unintentional override of node property

@blender-bot package

Ray molenkamp commented on issue blender/blender#113157 2023-12-16 17:53:21 +01:00
Library changes for Blender 4.1

The upstream conversation reminds me, we still haven't bumped our flags to target sse42 (mostly since i didn't get word of this, the admin meeting notes where this got decided use the words "it…

Ray molenkamp commented on issue blender/blender#113157 2023-12-15 20:37:10 +01:00
Library changes for Blender 4.1

Update: problem found!

https://github.com/AcademySoftwareFoundation/Imath/blob/main/src/Imath/half.h#L332

__lzcnt is haswell+ , on ivy it executes without an invalid instruction exception,…

Ray molenkamp commented on issue blender/blender#113157 2023-12-15 02:37:47 +01:00
Library changes for Blender 4.1

More of a status update than anything note worthy to report

  • Debug vs Release builds have the same behaviour
  • openvdb build with O2 vs O0 have the same behaviour
  • blender is in the clear,…
Ray molenkamp commented on issue blender/blender#113157 2023-12-14 16:16:06 +01:00
Library changes for Blender 4.1

To be sure, is it really the new libraries that are causing the problem, or maybe it happens main / daily builds too and had not be discovered yet?

I started my build validations by…

Ray molenkamp commented on issue blender/blender#113157 2023-12-14 02:53:05 +01:00
Library changes for Blender 4.1

I have hit a snag, I have a single failing test on a single architecture, the trouble maker is

image

this renders like this on my…

Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-13 20:45:36 +01:00
b2179032c9 deps_builder: fix imath URI
Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-13 17:43:22 +01:00
5a5561b3b5 cmake: msvc: look for both py 3.11 and 3.10
Ray molenkamp commented on issue blender/blender#113157 2023-12-13 17:40:44 +01:00
Library changes for Blender 4.1

I open a pull request for tmp_libupdate_41, verify it builds ok with current libs on buildbot, and land the changes in main

It won't, I think we were a bit too enthusiastic requiring py 3.11…

Ray molenkamp pushed to tmp_libupdate_41 at blender/blender 2023-12-13 17:28:23 +01:00
959ff2ea77 Merge remote-tracking branch 'origin/main' into tmp_libupdate_41
65252564ee Fix #116025: Uninitialized value when versioning old node trees
7e4c2b2649 Fix: EEVEE-Next: DeferredProbelLayer emissive materials
51bb3247b4 Fix #116144: Tag update relations for Active Camera node
96dff1d3ce Fix: Warnings and build error after previous forward declaration commit
Compare 12 commits »
Ray molenkamp commented on issue blender/blender#113157 2023-12-13 15:30:40 +01:00
Library changes for Blender 4.1

That's pretty clever, sounds good!

Do you still want to turn ffmpeg shared on linux/mac? or do you want to carry that over to 4.2? (has always been shared on windows, no change there)