Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to main at blender/lib-windows_x64 2024-10-10 20:08:43 +02:00
9cbf98edb0 WinX64: 4.3 Library update
Ray molenkamp pushed to blender-v4.3-release at blender/blender 2024-10-10 20:07:49 +02:00
1d11123da7 Deps: WinX64 - 4.3 Library update
Ray molenkamp pushed to blender-v4.3-release at blender/lib-windows_x64 2024-10-10 20:00:17 +02:00
9cbf98edb0 WinX64: 4.3 Library update
Ray molenkamp approved blender/blender#128792 2024-10-09 21:24:21 +02:00
Fix: assert parenting a legacy curve to an armature

While i can't confirm the validity of the fix since it's pretty far out of my comfort zone, i can confirm it fixes my failing test.

Ray molenkamp commented on issue blender/blender#127132 2024-10-09 15:21:33 +02:00
Using bpy and usd-core together causes seg fault in Blender 4.2 Linux

Not my module, so not my call to make, but it makes sense to me not ship any 3rd party python bindings on pypi, if i install package A i wouldn't expect it to silently install also bindings for…

Ray molenkamp commented on issue blender/blender#125241 2024-10-09 02:19:45 +02:00
Library changes for Blender 4.3

added tbb patch for win64, other platforms do not require a rebuild since none of them use tbbmalloc

Ray molenkamp commented on issue blender/blender#128502 2024-10-09 02:15:34 +02:00
TBBmalloc: skip allocation functions replacement in ucrtbase.dll: unknown prologue for function _msize

fixed the builder in e29cd8604f10db3f9b00581e5b870d0e061fe8e6 the actual fix for end users will come in a 4.3 lib update later this week

Ray molenkamp commented on issue blender/blender#128754 2024-10-09 02:14:07 +02:00
Blender doesn't Start

it likely be a red herring, tbbmalloc failing to initialize should not cause a stall

Ray molenkamp pushed to blender-v4.3-release at blender/blender 2024-10-09 02:12:23 +02:00
e29cd8604f deps: tbb_win64 fix tbbmalloc proxy on win11
Ray molenkamp commented on issue blender/blender#128502 2024-10-09 01:18:54 +02:00
TBBmalloc: skip allocation functions replacement in ucrtbase.dll: unknown prologue for function _msize

not a codepath i'd expect memory allocation to play a big role, but a nice speedup nonetheless

Ray molenkamp commented on issue blender/blender#128502 2024-10-08 22:53:48 +02:00
TBBmalloc: skip allocation functions replacement in ucrtbase.dll: unknown prologue for function _msize

can you try these? just replace the copies you currently have in your blender.shared folder

Ray molenkamp commented on pull request blender/blender#128588 2024-10-08 19:01:58 +02:00
Build: Move WIX installer files to release/windows/installer_wix

Thanks i was trying to imagine why page2+ would be unreadable, but it's just the banner by the looks of it makes sense now with the screenshots :)

Ray molenkamp approved blender/blender#128588 2024-10-07 14:51:43 +02:00
Build: Move WIX installer files to release/windows/installer_wix

accepted, tentative on someone testing it and making sure the installer looks ok (think it's picky on the bitmap resolution as long as those didn't change, we should be fine) but it'll likely be a bit before i have a time slot to look at this.

Ray molenkamp commented on pull request blender/blender#128588 2024-10-07 14:47:04 +02:00
Build: Move WIX installer files to release/windows/installer_wix

oh yeah, that's pure release management, there's no reason the platform module needs to be involved in any artistic choices

Ray molenkamp commented on issue blender/blender#128621 2024-10-05 15:32:33 +02:00
Design for popup after crash

it's whatever you want it to be, the client side will be the same as what chrome uses, which in their case is completely silent.

Ray molenkamp commented on issue blender/blender#128621 2024-10-05 08:27:39 +02:00
Design for popup after crash

Other features (E.g. Adding a button to open a file explorer that goes straight to the crash log file) may be more difficult.

I may have miscommunicated that ,adding a basic popup is easy no…

Ray molenkamp approved blender/blender#128600 2024-10-04 17:02:01 +02:00
Build: Fix x64 libraries used by lib_update.cmd on WoA

can't test this, but looks sane.

Ray molenkamp approved blender/blender#128485 2024-10-03 22:53:52 +02:00
Fix: Proper forward declaration for friend class

can confirm this gets rid of the warning.

Ray molenkamp approved blender/blender#128556 2024-10-03 21:07:02 +02:00
Build: Copy tests manifests instead of install

validated both the msbuild and ninja generators, seems to do the trick!