Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to blender-v3.5-release at blender/blender 2023-03-17 00:51:28 +01:00
e63f84de29 make.bat: adjust for recent submodule changes
Ray molenkamp commented on pull request blender/blender#105502 2023-03-14 01:15:49 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

use ${LIBDIR_FLAG} rather than -L

Ray molenkamp commented on pull request blender/blender#105502 2023-03-14 01:15:13 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

-Lblahblah doesn't work, and emits an "unknown flag" warn

Ray molenkamp commented on pull request blender/blender#104712 2023-03-12 06:41:10 +01:00
Hydra render engine

windows_find_package is a no-op out of the box, we offer an option to make it work, but that's off by default, the construct here is to be expected, don't think it needs a comment?

including…

Ray molenkamp commented on pull request blender/blender#105502 2023-03-11 18:36:27 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC
  • pacman still does a whole bunch of stuff every time I build , once installed i want to see no more pacman shennenigans
Checking for msys2 base
Refreshing pacman
:: Synchronizing…
Ray molenkamp commented on pull request blender/blender#105608 2023-03-09 17:05:07 +01:00
WIP: MSVC: lower C4457 warning level from 4 to 3

Little weirded out by some of the actual code changes fixing the shadowed variables, we're doing this to get close to the GCC/Clang set of warnings, and we end up fixing a bunch of stuff they…

Ray molenkamp pushed to main at blender/blender 2023-03-09 16:41:25 +01:00
b7679addd2 cmake/win32: Fix building with WITH_VULKAN_BACKEND
Ray molenkamp approved blender/blender#105534 2023-03-09 15:25:49 +01:00
MSVC: lower C4100 warning level from 4 to 3

LGTM, in the commit message I would start by providing the text description of the warn, so people do not have to figure it out from context what this is about.

Ray molenkamp commented on pull request blender/blender#105534 2023-03-08 14:38:51 +01:00
MSVC: lower C4100 warning level from 4 to 3

Is the usd change still needed? didn't 4cc94679ddb0d538493ead9e360ca38da0d58b3c fix that?

Ray molenkamp commented on issue blender/blender#105543 2023-03-07 22:35:36 +01:00
Console don't go away when opening the program

The installer makes shortcuts to blender-launcher.exe ever since we introduced it, as do the steam and the ms store installers. Pinning blender on the taskbar is getting fixed, but that code isn't…

Ray molenkamp commented on pull request blender/blender#105502 2023-03-07 19:30:11 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

and one more

Ray molenkamp commented on pull request blender/blender#105502 2023-03-07 19:29:41 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

missed one :)

Ray molenkamp commented on pull request blender/blender#105502 2023-03-07 19:28:12 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

missing endif()

CMake Error at cmake/setup_msys2.cmake:97 (if):
  Flow control statements are not properly nested.
Call Stack (most recent call first):
  CMakeLists.txt:43 (include)

…
Ray molenkamp merged pull request blender/blender#105513 2023-03-07 17:38:47 +01:00
Ignore build files for VS and VS Code
Ray molenkamp pushed to main at blender/blender 2023-03-07 17:38:46 +01:00
393d5aac59 Ignore build files for VS and VS Code
Ray molenkamp pushed to ignore-vs-and-vsc-build-files at bonj/blender 2023-03-07 17:22:49 +01:00
5873ca6c7f Merge branch 'main' into ignore-vs-and-vsc-build-files
5ff959a056 Fix BLI_assert 'attr->comp_len == 2' failed in cage 2d gizmo
48944e7a8e Gizmo: slightly increase cage2d corner margins
275d69467b Gizmo: show hovering regions of cage2d gizmo to indicate constraint axis
7bf20e93d6 Cleanup: silence unused local variable warning
Compare 10 commits »
Ray molenkamp commented on pull request blender/blender#105513 2023-03-07 17:04:03 +01:00
Ignore build files for VS and VS Code

Testing locally i'm only seeing an /out directory and and out/build folder, can you validate where your /build folder is coming from?

Ray molenkamp commented on pull request blender/blender#105502 2023-03-07 16:52:09 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

If it's not critical, there is no need to update them no?

You can probably nick the nasm install from the old mingw code.

Ray molenkamp commented on pull request blender/blender#105502 2023-03-07 16:45:26 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

If its a fixed URI, we could just grab it in setup_msys2.cmake and place it in a convenient location (ie somewhere the msys2 tree) for all deps to use if they need it.

Ray molenkamp commented on pull request blender/blender#105513 2023-03-07 16:09:09 +01:00
Ignore build files for VS and VS Code

I'm not sure if it's a good practice to put the build files inside the repository whose files are affected by CMake.

VS is just bad in this regard, out of tree builds just aren't a concept…