Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp suggested changes for blender/blender#120317 2024-04-18 17:07:28 +02:00
x86-clang-support

I've landed #111683 which should resolve the manifest issues which can be removed from this PR

Ray molenkamp commented on pull request blender/blender#120317 2024-04-18 17:07:27 +02:00
x86-clang-support

same as above

Ray molenkamp commented on pull request blender/blender#120317 2024-04-18 17:07:26 +02:00
x86-clang-support

I'm not sure what the parenthesis adds here, MSVC_CLANG should be an on/off style variable evaluating it first shouldn't change the results, if it's for readability AND (NOT MSVC_CLANG) is likely better? but even there i'm not convinced it's needed as it's not followed up by any additional conditions, what was the rational for adding them?

Ray molenkamp deleted branch tmp_external_manifest from LazyDodo/blender 2024-04-18 16:57:18 +02:00
Ray molenkamp pushed to main at blender/blender 2024-04-18 16:57:15 +02:00
39c901407e MSVC: Add cmake option for external manifests
Ray molenkamp merged pull request blender/blender#111683 2024-04-18 16:57:15 +02:00
MSVC: Add cmake option for external manifests
Ray molenkamp commented on pull request blender/blender#111683 2024-04-18 01:22:15 +02:00
MSVC: Add cmake option for external manifests

@blender-bot build windows

Ray molenkamp pushed to tmp_external_manifest at LazyDodo/blender 2024-04-18 01:21:33 +02:00
94b1020f09 Merge branch 'main' into tmp_external_manifest
4666af64a6 Cleanup: Geometry Nodes: Use accessor function for bmain
18c5e99f92 Cleanup: Geometry Nodes: Use accessor function for self object
29ac593363 Cleanup: Use C++ Vector for color band samples
f39c30dc60 Cleanup: Move eyedropper_colorband.cc to proper C++ namespace
Compare 37 commits »
Ray molenkamp pushed to tmp_external_manifest at LazyDodo/blender 2024-04-18 01:19:08 +02:00
c2145f2aea Allow external manifests though cmake toggle.
d3fb68f518 Icons: Add Sculpt gesture icons
6091127a29 UI: Remove Redundant Hidden File Check for Linux/Mac
38f70e9cf2 Cleanup: Use Span for despgraph build argument
3d59514729 EEVEE-Next: Fix discrepancy between lookdev and forward
Compare 7865 commits »
Ray molenkamp commented on pull request blender/blender#120317 2024-04-17 01:52:04 +02:00
x86-clang-support

I'll do another cleanup pass #111683 so we can toggle it on/off on demand, in the mean time small improvement for your patch:

diff --git a/build_files/windows/configure_msbuild.cmd…
Ray molenkamp commented on issue blender/blender#120181 2024-04-16 20:06:55 +02:00
Error on pip install bpy 4.1

not a mac user, but what i got from the ticket i posted is that the problem is the tag being missing on the pip side, not the tag being incorrect on the package.

Ray molenkamp pushed to tmp_deps_manifold at LazyDodo/blender 2024-04-16 18:26:14 +02:00
a6804af0c8 minor fixes
Ray molenkamp pushed to tmp_deps_manifold at LazyDodo/blender 2024-04-16 18:07:18 +02:00
a60d916433 Merge remote-tracking branch 'origin/main' into tmp_deps_manifold
cec57e9138 Fix: Draw: EEVEE-Next shadow flickering and other uninitialized bounds fixes
19dbcf5fc1 Assets: Speed up iterating over asset libraries
9962c50b54 BLI: factor out BLI_path_has_hidden_component, fix it and speed it up
5b7bc88571 Revert "Refactor: Select Engine: Draw actual indices instead of 'Original Indices'"
Compare 452 commits »
Ray molenkamp created pull request blender/blender#120712 2024-04-16 18:06:42 +02:00
WIP: Deps manifold 2.4.5
Ray molenkamp created branch tmp_deps_manifold in LazyDodo/blender 2024-04-16 18:05:57 +02:00
Ray molenkamp pushed to tmp_deps_manifold at LazyDodo/blender 2024-04-16 18:05:57 +02:00
b3114b6375 WIP: Deps manifold 2.4.5
Ray molenkamp deleted branch tmp_simd_flags from LazyDodo/blender 2024-04-11 20:46:26 +02:00
Ray molenkamp merged pull request blender/blender#118468 2024-04-11 20:46:24 +02:00
CMake: Change build flags to use SSE42 if available
Ray molenkamp pushed to main at blender/blender 2024-04-11 20:46:23 +02:00
8b9743eb40 CMake: Change build flags to use SSE42 if available