Jorijn de Graaf bonj
  • Joined on 2023-02-10
Jorijn de Graaf pushed to ignore-vs-and-vsc-build-files at bonj/blender 2023-03-07 14:17:00 +01:00
f8bec91888 Simplify VS/VSC gitignore
Jorijn de Graaf commented on pull request blender/blender#105513 2023-03-07 14:13:40 +01:00
Ignore build files for VS and VS Code

My vscode config files are always in the .vscode which is ignore for me already. I never ran into the problem that vscode adds files to the repo. You should demonstrate how to reproduce how…

Jorijn de Graaf commented on pull request blender/blender#105513 2023-03-07 03:22:37 +01:00
Ignore build files for VS and VS Code

I'll need to double check where those C/C++ json files go actually, because if they go in a .vs* folder, there's no need the ignore them explicitly.

Jorijn de Graaf commented on pull request blender/blender#105513 2023-03-07 00:21:51 +01:00
Ignore build files for VS and VS Code

Maybe I should move CMakeProperties.json into its own section, because it's supported by CMake natively. I'm fine with the current placement too though.

Jorijn de Graaf created pull request blender/blender#105513 2023-03-07 00:19:05 +01:00
Ignore build files for VS and VS Code
Jorijn de Graaf pushed to ignore-vs-and-vsc-build-files at bonj/blender 2023-03-07 00:17:21 +01:00
ff910d48e9 Ignore build files for VS and VS Code
175b1b449e Fix #105433: Offset Tracking Shortcut no longer working
91e191bd21 Transform: split tracking conversion
1658de6769 Merge branch 'blender-v3.5-release'
83f28793c0 Fix missing data role in color management fallback
Compare 10 commits »
Jorijn de Graaf created branch ignore-vs-and-vsc-build-files in bonj/blender 2023-03-07 00:17:20 +01:00
Jorijn de Graaf commented on issue blender/blender#105425 2023-03-06 17:42:05 +01:00
Add out directory and CMakeSettings file to gitignore

My bad, I'm not well versed in Blender issues. I only found out my last PR had a related issue after I submitted it haha. I'll make a PR for this later today.

Jorijn de Graaf created pull request blender/blender#105498 2023-03-06 16:59:29 +01:00
WIP: Selection Occlusion
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-06 16:46:57 +01:00
3934f11eec Selection occlusion initial implementation
c26566ad27 Drivers: Introduce the Context Properties
4fb6e45b37 Curves: change default font offset from 1.0 to 0.0
4dc59c7311 I18n: add per-socket translation contexts for nodes
61b457d390 Vulkan: Push constants
Compare 10 commits »
Jorijn de Graaf created branch retopology-select in bonj/blender 2023-03-06 16:46:56 +01:00
Jorijn de Graaf commented on issue blender/blender#105425 2023-03-04 04:06:17 +01:00
Add out directory and CMakeSettings file to gitignore

Note to self: CMakePresets supercedes CMakeSettings. Another unrelated note: VS Code's CMake extension makes a folder called "build" instead of VS's "out".

Jorijn de Graaf commented on issue blender/blender#105425 2023-03-04 01:04:30 +01:00
Add out directory and CMakeSettings file to gitignore

I'd be happy to make a PR for this myself, but first I'd like to get your blessing.

Jorijn de Graaf opened issue blender/blender#105425 2023-03-04 01:00:05 +01:00
Add out directory and CMakeSettings file to gitignore
Jorijn de Graaf commented on pull request blender/blender#104599 2023-03-04 00:55:48 +01:00
#70267 Retopology Overlay

would be great if expose color of the overlay in the pannel :)

Might be worth considering. In the meantime you can change it in the user preferences.

Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-03-01 00:25:59 +01:00
113dc37272 Remove unused variable rv3d
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-28 18:13:52 +01:00
2e92bcdae6 Clamp retopology offset for perspective projection
Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-28 14:05:04 +01:00
#70267 Retopology Overlay

It's back to WIP because there's an issue when your offset is bigger than the distance to the camera.

Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-28 13:56:05 +01:00
40a930e13c Reuse view_pos for facing based color blend
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-28 13:38:47 +01:00
3a90751a0b Rename parameter for get_homogenous_z_offset