Block a user
b3121e325f
Set shortcut in RNA
bc2c4a0add
Merge remote-tracking branch 'origin/main' into com-fast-vieweing
db62ddd57c
Merge branch 'blender-v4.3-release'
a3773c827d
Merge branch 'blender-v4.3-release'
f026c3a80f
Merge branch 'blender-v4.3-release'
Cleanup: WITH_COMPOSITOR_CPU now refers to Full-Frame compositor, not tiled.
ee0938b3f9
Merge branch 'main' into cleanup-tiled-cmake
db62ddd57c
Merge branch 'blender-v4.3-release'
a3773c827d
Merge branch 'blender-v4.3-release'
f026c3a80f
Merge branch 'blender-v4.3-release'
325c8c0190
PyDoc: add doc-string for addon_utils.extensions_refresh
Fix #127254: Compositor crop gizmo suggests there is a valid crop when there isn't one
@blender-bot build
cf97b2f15e
Use clamp
726a4f526b
clamp xmax and ymin
a1c6b4f177
Merge remote-tracking branch 'origin/blender-v4.3-release' into com-fix-invalid-crop
325c8c0190
PyDoc: add doc-string for addon_utils.extensions_refresh
63c56a5d67
PyDoc: show keyword-only signifier for all RNA functions
Cleanup: WITH_COMPOSITOR_CPU now refers to Full-Frame compositor, not tiled.
c21cee7ef3
Cleanup: WITH_COMPOSITOR_CPU now refers to Full-Frame compositor, not tiled.
7dc43b7dd2
Fix: Metal: Remove some more shader compilation warnings
26a741f7a3
Merge branch 'blender-v4.3-release'
304800db73
Fix #126939: Smooth / Enhance Details brush crash when using tablet
d1659c9bb3
Merge branch 'blender-v4.3-release'
Fix #127254: Compositor crop gizmo suggests there is a valid crop when there isn't one
@blender-bot build
c5f6703005
Fix #127254: Compositor crop gizmo suggests there is a valid crop when there isn't one #128550
219e655119
Fix #129420: precision issue in light tree distant light angle
3438bb8e3c
Windows: Implement warning on Splash Screen regarding emulated builds on ARM64
7a9aab4574
Fix: Wrong Grease Pencil icons in context menu
97e9a722fc
Fix #129162: High idle CPU usage with PulseAudio in Linux
0acedb3931
Fix #127254: Compositor crop gizmo suggests there is a valid crop when there isn't one #128550
219e655119
Fix #129420: precision issue in light tree distant light angle
3438bb8e3c
Windows: Implement warning on Splash Screen regarding emulated builds on ARM64
7a9aab4574
Fix: Wrong Grease Pencil icons in context menu
97e9a722fc
Fix #129162: High idle CPU usage with PulseAudio in Linux
Compositor: node fast viewing
The user can only set valid values between 0 and 9 because of RNA_def_property_range(prop, 0, 9);
. Also the shortcut
node property is not exclusive to the Viewer node. Or did you have other…
1a1e29d120
Split fast preview into two operators
6d856d9adf
Merge remote-tracking branch 'origin/main' into com-fast-vieweing
ee0fd0ed19
Merge branch 'blender-v4.3-release'
7c9023ca41
Fix #129023: GPv3: Deselecting vgroup elements fails in stroke domain
6c9db47e53
Cleanup: Overlay-Next: Add missing includes and simplify prepass logic