Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp merged pull request blender/blender#107783 2023-05-10 16:20:23 +02:00
deps_builder: 3.6 library update
Ray molenkamp pushed to tmp_lib_update_36 at blender/blender 2023-05-10 15:16:43 +02:00
dbead226d6 deps_builder/win: Fix OSL build
Ray molenkamp pushed to tmp_lib_update_36 at blender/blender 2023-05-10 15:10:45 +02:00
50a42c54fc deps_builder: fix dpcpp harvest on windows
Ray molenkamp commented on issue blender/blender#107485 2023-05-10 14:40:26 +02:00
Blender crashes on win10

Seems to be crashing in the audio code, does the problem go away when you start blender with the with the no audio flag? blender --noaudio or does the problem just move elsewhere?

Ray molenkamp commented on issue blender/blender#107485 2023-05-10 08:01:21 +02:00
Blender crashes on win10

When you hit the exception in windbg can you give the kb command and give the output?

Ray molenkamp pushed to main at blender/blender 2023-05-09 18:21:52 +02:00
d65d9f4b97 CMake/Windows: Install materialX render dll's when available
Ray molenkamp pushed to tmp_lib_update_36 at blender/blender 2023-05-09 15:25:31 +02:00
9c8446e392 Merge branch 'main' into tmp_lib_update_36
263bf63509 Cleanup: Remove versioning for simulation zone socket identifiers
4436909c1d Workbench-Next: Fix shader compilation
a68c78a3ee Vulkan: Don't Use Tiled Drawing
f9b5b0efd2 Fix #107583: HSV node gives differ from CPU compositor
Compare 28 commits »
Ray molenkamp created pull request blender/blender#107783 2023-05-09 15:22:58 +02:00
deps_builder: 3.6 library update
Ray molenkamp pushed to tmp_lib_update_36 at blender/blender 2023-05-08 20:09:28 +02:00
44e7bdc10d Merge remote-tracking branch 'origin/main' into tmp_lib_update_36
d3c45a81c9 Deps: OIIO 2.4.11.0
50d49e24c4 Asset Views: Decrease default preview cache size
6a7ca67a98 Fix #107725: ray-offset was incorrectly applied on motion triangles
07ac8cb15a Fix #107506: Depsgraph: non-geometry component is treated as geometry component
Compare 129 commits »
Ray molenkamp commented on pull request blender/blender#106827 2023-05-07 15:47:10 +02:00
Add Fractal Voronoi Noise V.2

@blender-bot package

Ray molenkamp commented on issue blender/blender#107570 2023-05-05 01:41:41 +02:00
Regression: Can`t select ruler or click it to make andgular ruler.

This reproduces on VS 16.11.9 ONLY older is fine, newer is fine as well , it's easy to sidestep with something like this (but that does add a warn for ninja about /Ob2 and /Ob0 being supplied, i…

Ray molenkamp pushed to tmp_lib_update_36 at blender/blender 2023-05-03 20:50:52 +02:00
9a06170a1a Merge remote-tracking branch 'origin/main' into tmp_lib_update_36
367145209c Cleanup: Move attribute_math to proper blenkernel namespace
d9a7f1285f Cleanup: Rename field input classes to match UI names
7f040099e3 Cleanup: Deduplicate sampling at index in geometry nodes
09c1a93c21 Cleanup: Simplify CurvesGeometry deletion copying
Compare 296 commits »
Ray molenkamp commented on issue blender/blender#99766 2023-05-03 16:34:30 +02:00
Junction addon directories have their contents nuked when loadin preferences from previous version

Given this ticket is 10 months old, the issue is caused by a third party, and appears to be a bug in shutil.copytree lowering the prio on this, as there's not much to do on the blender side of…

Ray molenkamp commented on pull request blender/blender#107013 2023-05-03 02:39:02 +02:00
UI: Updated Windows File Registration

That doesn't look like the greatest UI? Then again, I'm not on the UI team, so take any criticism here with a grain of salt, and don't by shy telling me to mind my own business.

how about ....…

Ray molenkamp closed issue blender/blender#107518 2023-05-02 21:04:31 +02:00
Incorrect result in Shader Node Math.Fraction
Ray molenkamp commented on issue blender/blender#107518 2023-05-02 21:04:29 +02:00
Incorrect result in Shader Node Math.Fraction

It's not a random value, the value is explained in the link @PratikPB2123 gave, this definition of fract is quite common in shading languages ie [opengl](https://registry.khronos.org/OpenGL-Refpage

Ray molenkamp commented on issue blender/blender#99766 2023-05-01 17:32:38 +02:00
Junction addon directories have their contents nuked when loadin preferences from previous version

There is not much logic on our end, shutil.copytree is called, which doesn't handle junctions overly well, extracted a minimal repro, and reported upstream [cpython #104046](https://github.com/py

Ray molenkamp approved blender/blender#107343 2023-04-29 04:02:51 +02:00
Deps: Updating to Open PGL 0.5.0

If OpenPGL is done with postfixes such as -beta there is an opportunity to clean up OPENPGL_VERSION / OPENPGL_SHORT_VERSION that being said, if this lands as is, it's fine with me, we'll clean it up some other time.

Ray molenkamp commented on issue blender/blender#107412 2023-04-27 21:44:45 +02:00
Blender crashes Fedora 38

This appears to be a fedora build of blender is this reproducible with the builds from www.blender.org ?

Ray molenkamp commented on issue blender/blender#107352 2023-04-26 17:17:11 +02:00
3.5.1 installation hangs on Windows 10

You (perhaps accidentally?) started a text select action on the console window that is registering the file extension in the back ground (see select in it's title and a white block on the actual…