Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp deleted branch tmp_natvis from LazyDodo/blender 2024-02-27 01:02:55 +01:00
Ray molenkamp merged pull request blender/blender#118576 2024-02-27 01:02:53 +01:00
CMake: msvc: Add natvis file for blender's native types
Ray molenkamp pushed to main at blender/blender 2024-02-27 01:02:52 +01:00
cfb60c98be CMake: MSVC: Add natvis file for blender's native types
Ray molenkamp pushed to tmp_natvis at LazyDodo/blender 2024-02-27 01:00:22 +01:00
6944aa19cc update with feedback
4b9078a449 Merge remote-tracking branch 'origin/main' into tmp_natvis
7c0a22cdaf Merge remote-tracking branch 'origin/blender-v4.1-release'
2330e2564f make.bat: give status updates during initial lib clone
0c29afe214 make.bat: only warn about python if lib folder is cloned
Compare 229 commits »
Ray molenkamp pushed to main at blender/blender 2024-02-27 00:50:31 +01:00
7c0a22cdaf Merge remote-tracking branch 'origin/blender-v4.1-release'
2330e2564f make.bat: give status updates during initial lib clone
0c29afe214 make.bat: only warn about python if lib folder is cloned
Compare 3 commits »
Ray molenkamp pushed to blender-v4.1-release at blender/blender 2024-02-27 00:49:16 +01:00
2330e2564f make.bat: give status updates during initial lib clone
Ray molenkamp pushed to blender-v4.1-release at blender/blender 2024-02-27 00:46:11 +01:00
0c29afe214 make.bat: only warn about python if lib folder is cloned
Ray molenkamp commented on pull request blender/blender#118673 2024-02-23 17:19:00 +01:00
Make update: Show Git LFS download progress

Not a problem, I can do the work on windows once this lands

Ray molenkamp commented on pull request blender/blender#118673 2024-02-23 16:59:05 +01:00
Make update: Show Git LFS download progress

this will also need to be done in build_files\windows\check_libraries.cmd as python isn't used for the initial checkout on windows.

Ray molenkamp pushed to main at blender/blender 2024-02-23 01:56:17 +01:00
b20f29bd04 Merge remote-tracking branch 'origin/blender-v4.1-release'
ced066e0c8 make.bat: add additional messaging for the libs download
Compare 2 commits »
Ray molenkamp commented on pull request blender/blender#118576 2024-02-22 21:39:42 +01:00
CMake: msvc: Add natvis file for blender's native types

They should be able to use the same file, VS integration is easy, since it'll just pick up on the file, while VS code i think needs a hint in some json file somewhere.

Unsure why Jacques's…

Ray molenkamp pushed to blender-v4.1-release at blender/blender 2024-02-22 21:09:45 +01:00
ced066e0c8 make.bat: add additional messaging for the libs download
Ray molenkamp pushed to main at blender/blender 2024-02-22 18:42:23 +01:00
95baf98745 Merge remote-tracking branch 'origin/blender-v4.1-release'
f0bbb0266a make.bat: fix make update not working properly
5810b6bcde Icons: Update for now toolbar icons blend file location
Compare 3 commits »
Ray molenkamp pushed to blender-v4.1-release at blender/blender 2024-02-22 18:40:39 +01:00
f0bbb0266a make.bat: fix make update not working properly
Ray molenkamp commented on pull request blender/blender#118468 2024-02-22 15:09:02 +01:00
CMake: Change build flags to use SSE42 if available

whoha! nice find! thanks!

Ray molenkamp pushed to tmp_simd_flags at LazyDodo/blender 2024-02-22 15:06:37 +01:00
0e5d729463 fix sse flags on windows
d45de449ec Merge remote-tracking branch 'origin/main' into tmp_simd_flags
f15f57c5ea GPv3: Add layer 'pass_index' attribute.
e3b9ccc7b2 Merge branch 'blender-v4.1-release'
bcbd62a57e Clang-Format: Ensure single new line at the end of files
Compare 91 commits »
Ray molenkamp commented on pull request blender/blender#118468 2024-02-21 20:35:07 +01:00
CMake: Change build flags to use SSE42 if available

I have no idea what's up with the OBJImportTest.import_faces_invalid_or_with_holes test failing all of a sudden on this diff, i can repro it on a debug build in main, so unsure why this is…

Ray molenkamp commented on pull request blender/blender#118576 2024-02-21 19:11:03 +01:00
CMake: msvc: Add natvis file for blender's native types

You're not any more correct then i am here, think it's best to get a basic file in place then let @HooglyBoogly / @JacquesLucke tweak/expand them to their liking, they work most with these classes.