• Joined on 2024-03-15
kgalik pushed to object_fly_mode at kgalik/blender 2024-11-18 11:19:47 +01:00
ecc0bfcbd9 Implement navigation presets
704d34fe0f Fix: properly save in-memory and packed textures during USD export
1a96d73f52 Fix: DRW: PassSimple do not pass resource_id correctly
94d2a1e6a2 GPU: GLSL CPP stubs: Allow printf in code
dcec1d5f68 Fix #130365 : Hard to read brush names in Blender Light theme
Compare 1307 commits »
kgalik pushed to main at kgalik/blender 2024-11-18 11:15:39 +01:00
704d34fe0f Fix: properly save in-memory and packed textures during USD export
1a96d73f52 Fix: DRW: PassSimple do not pass resource_id correctly
94d2a1e6a2 GPU: GLSL CPP stubs: Allow printf in code
dcec1d5f68 Fix #130365 : Hard to read brush names in Blender Light theme
140ff12eae VSE: Add Box Roundness option to text strips
Compare 387 commits »
kgalik commented on pull request blender/blender#129594 2024-11-14 13:23:56 +01:00
NDOF: Implement new algorithm for Center of Rotation

I found a little bug which I have overlooked earlier. Made a fix in the last commit.

kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-11-14 13:20:13 +01:00
d72c2123f1 Fix: Always use dyn_ofs when using NDOF device
kgalik pushed to zoom_past_cor at kgalik/blender 2024-11-12 15:04:15 +01:00
799747ca3f Add default configuration for CoR and keymaps for set/clear CoR
982745fb8d Add manual set/clear CoR operators
9b94632734 Recalculate CoR after various actions in 3D View
efdb41749d Add CoR configuration options to Preferences
db536f7d3b Add CoR indicator in 3D view
Compare 7 commits »
kgalik created branch zoom_past_cor in kgalik/blender 2024-11-12 15:04:15 +01:00
kgalik created pull request blender/blender#129970 2024-11-07 15:07:46 +01:00
Fix: Conditionally invert orbit direction in turntable mode for NDOF
kgalik pushed to turntable_z_rotation_fix at kgalik/blender 2024-11-07 14:58:46 +01:00
4a9fa335c1 Fix: Conditionally invert orbit direction in turntable mode for NDOF
kgalik created branch turntable_z_rotation_fix in kgalik/blender 2024-11-07 14:58:46 +01:00
kgalik pushed to main at kgalik/blender 2024-11-07 12:02:41 +01:00
8abd686863 Merge branch 'blender-v4.3-release'
817f7c0747 Fix #121233: GPv3: Primitives: Add missing confirm action and ability to pan viewport.
ffd80047ee Fix #124725: GPv3: Masked layers not rendered correctly with onion skinning
831166b4dc Fix #129907: Grease Pencil brush size gets stuck at 0
ba8ec809ce Merge branch 'blender-v4.3-release'
Compare 390 commits »
kgalik commented on pull request blender/blender#126694 2024-11-05 11:06:26 +01:00
NDOF: Rework input handling on MacOS

Hey @Sergey I updated the PR description, I think it contains all necessary explanations now. Could you confirm that it is informative enough?

kgalik pushed to sme_buttons_on_mac at kgalik/blender 2024-11-04 17:22:16 +01:00
0067725dfa Cleanup: Move has_new_driver to local scope and add const when necessary
c517e6d312 Cleanup: Change include to import
Compare 2 commits »
kgalik commented on pull request blender/blender#126694 2024-11-04 16:38:03 +01:00
NDOF: Rework input handling on MacOS

I will fix these small issues in code as soon as possible!

About the configuration. I have provided that custom config only for the sake of testing. It will become the default one for Blender…

kgalik commented on pull request blender/blender#126694 2024-11-04 11:51:49 +01:00
NDOF: Rework input handling on MacOS

Hi @Stefan_K,

The idea of using the custom config is to move button assignments from 3DConnextion's driver settings to Blender's preferences. For example instead of assigning ⌘Z to `Button…

kgalik commented on pull request blender/blender#129594 2024-10-30 15:39:17 +01:00
NDOF: Implement new algorithm for Center of Rotation

Hi, @ideasman42. Could you take a look at this or assign appropriate person for review?

kgalik created pull request blender/blender#129594 2024-10-30 15:33:32 +01:00
NDOF: Implement new algorithm for Center of Rotation
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-30 15:16:48 +01:00
43be0bccff Add default configuration for CoR and keymaps for set/clear CoR
fcff2c2af6 Add manual set/clear CoR operators
e15278d9ae Recalculate CoR after various actions in 3D View
0fef85396e Add CoR configuration options to Preferences
8c07f7730f Add CoR indicator in 3D view
Compare 536 commits »
kgalik pushed to main at kgalik/blender 2024-10-30 14:45:01 +01:00
44ec81695c Fix #129325: VSE blur effect is biased for byte images
dd334faa58 Fix #125024: Bevel offset - eliminate divide by 0.
30d606ea86 Cleanup: cleaner initialization of VSE effects
66889e4a41 Fix: VSE GaussianBlur effect using wrong allocation size
81cb127612 Compositor: Implement Mix RGB node for new CPU compositor
Compare 529 commits »
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-30 14:42:48 +01:00
0c2a7c6d75 Add default configuration for CoR and keymaps for set/clear CoR
aab06726a7 Add manual set/clear CoR operators
251ba0be11 Recalculate CoR after various actions in 3D View
47332d6756 Add CoR configuration options to Preferences
9425dcb37a Add CoR indicator in 3D view
Compare 7 commits »
kgalik pushed to ndof_center_of_rotation at kgalik/blender 2024-10-29 15:29:26 +01:00
d8365bbc2e Final touches