Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on issue blender/blender#108298 2023-05-26 02:54:38 +02:00
Sound

For feature requests please use https://blender.community/c/rightclickselect/

Ray molenkamp commented on issue blender/blender#108204 2023-05-26 00:40:05 +02:00
Viewport Selection is getting slow depending on Scene Hierarchy depth / amount of objects

took a quick look, on @deadpin 's suggestions made a test cast with lots of empties which indeed showed the problem.

Quick profile showed most of the time is being spend in some opengl…

Ray molenkamp commented on pull request blender/blender#108290 2023-05-25 23:08:43 +02:00
RNA: support compiling rna files as C++ code

has some linkage issues with MSVC

diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index f25833eb6b2..39e709a46e5 100644
--- a/source/ble…
Ray molenkamp commented on pull request blender/blender#108290 2023-05-25 21:49:25 +02:00
RNA: support compiling rna files as C++ code

Figure out how to get rid of cc1plus: warning: command-line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++. Somehow I have to tell cmake that it should use -Wno-missing-…

Ray molenkamp commented on pull request blender/blender#108281 2023-05-25 18:12:33 +02:00
Cleanup: Add a copyright notice to files and use SPDX format

Mass assignments like this are a bit of legal minefield, what is being done to ensure no copyright is claimed on work the BF has no claim to said copyright? Additionally given we do not have a…

Ray molenkamp commented on pull request blender/blender#108191 2023-05-23 16:08:14 +02:00
Add option to install copyright.txt

unintended whitespace change?

Ray molenkamp commented on pull request blender/blender#107013 2023-05-22 17:55:34 +02:00
UI: Updated Windows File Registration

My gut instincts are often wrong, i'm with @Harley on this now, explaining why it's disabled will generate less support tickets than flat out hiding it.

Ray molenkamp commented on pull request blender/blender#107013 2023-05-19 21:15:54 +02:00
UI: Updated Windows File Registration

I have to admit, i wasn't involved/consulted on the windows store, I'm not even sure if the secret sauce for that one is publicly available. There's some resource files in git over at `release\wind…

Ray molenkamp commented on pull request blender/blender#107013 2023-05-19 18:23:20 +02:00
UI: Updated Windows File Registration

that part of the installer lives in SVN (win64_vc15\package\installer_wix\WIX.template) so review of that bit will be a bit challenging. Probably easier to track updating all installers and…

Ray molenkamp commented on pull request blender/blender#107013 2023-05-19 17:44:13 +02:00
UI: Updated Windows File Registration

Unregistering seems pretty obscure, I can't think of a situation where I would do that from within Blender in practice. But I guess why not.

Used to be obscure, but not anymore, with blender…

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

would fprintf(stderr, be nicer here?

Ray molenkamp approved blender/blender#107013 2023-05-19 02:17:28 +02:00
UI: Updated Windows File Registration

mostly small nitpickings, lgtm for landing in 4.0 without another round of review from my end.

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

hkey_progid

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

Nitpicking, especially since i'm pretty sure this is my code, if we move the check for blender.exe before SHGetPropertyStoreForWindow we can save our selves a SHGetPropertyStoreForWindow/Release call when things "go bad"

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

This can move inside the if (SUCCEEDED(hr)) { branch no need to execute it if we're not gonna use it.

Ray molenkamp commented on pull request blender/blender#107858 2023-05-18 20:00:48 +02:00
CMake: plumbing for modern CMake usage

@blender-bot package

Ray molenkamp pushed to tmp_modern_cmake at LazyDodo/blender 2023-05-18 19:38:20 +02:00
63383d8ad7 CMake: allow scope keywords in INC section.
716613289b Merge remote-tracking branch 'origin/main' into tmp_modern_cmake
406cfd214a Refactor ImBuf buffer access
07058765b9 Merge branch 'blender-v3.6-release'
6dcebc68d6 Fix "~" expanding to the default document directory instead of HOME
Compare 204 commits »
Ray molenkamp pushed to main at blender/blender 2023-05-18 00:41:56 +02:00
4368b0e296 Merge branch 'blender-v3.6-release' into main
96867a713b CMake/Windows: Blacklist MSVC 17.6.x
Compare 2 commits »
Ray molenkamp pushed to blender-v3.6-release at blender/blender 2023-05-18 00:41:16 +02:00
96867a713b CMake/Windows: Blacklist MSVC 17.6.x
Ray molenkamp deleted branch tmp_small_change from LazyDodo/blender-manual 2023-05-17 20:16:40 +02:00