aaeberharter

Results 7 comments of aaeberharter

Thanks you for your contribution @DietrichDaniel. Some of the features you mentioned are already planned. I plan to add categories similar to those you proposed, including a 'Favorites' category. I...

Using ffprobe on one of the video files tells us that it is bink video format: Input #0, bink, from '.\Addon_Title.bik': Duration: 00:00:09.36, start: 0.000000, bitrate: 1268 kb/s Stream #0:0[0x0]:...

I am not sure whether the Views are suitable for this. I thought about a hierarchy of context classes. If the parent context gets enabled (e.g. menu shows up) all...

Okay I'm in favor of your solution because you can avoid the redundancy of defining the view tree twice. I just wonder how you would handle the 3D scene. Somehow...

The following does NOT work reliably, instead the fix by @BohdanBuinich should be used. > I changed some code in CPM which fixes this issue for me. The main idea...

I pulled `CPM.cmake` from the PR and it works for me. cmake version 3.31.6-msvc6 (bundled with Visual Studio 2022) Thank you

PATCH_OPTIONS are mentioned in `README.md` but are not used in CPM.cmake. After this PR is merged we should discuss how to add meaningful patch options.