Commit Graph

  • 5370ab3248 Fix: Attribute lookup cleanup in properties_constraint.py YimingWu 2024-12-02 07:44:37 +01:00
  • 99e54df9f5 Fix #131215: Snap to Grid not working in x-ray Germano Cavalcante 2024-12-01 23:20:09 -03:00
  • 056f748e04 Cleanup: replace redundant functions with os.path.lexists Campbell Barton 2024-12-02 12:52:21 +11:00
  • d63dc070ef Fix error enabling extensions with an empty wheel list Campbell Barton 2024-12-02 12:27:42 +11:00
  • bc66905a15 Cleanup: remove/comment unused functions Campbell Barton 2024-12-02 11:23:47 +11:00
  • 74f212fae2 Fix #130922: GN: Hide empty panel in modifier UI Pratik Borhade 2024-12-01 07:37:06 +01:00
  • 6678b0acfb Fix #130813: Grease Pencil: Skip stabilize stroke line drawing when cursor is hidden Pratik Borhade 2024-12-01 07:34:23 +01:00
  • b0c0c2708d Refactor: Grease Pencil: Port rendering to new draw manager Clément Foucault 2024-11-30 22:42:43 +01:00
  • e44ae763bc GPU: GLSL C++ Stubs: Add minor missing features Clément Foucault 2024-11-30 10:20:28 +01:00
  • 1868ae9366 Fix: IO: wrong ObjectIdentifier used when trying to determine parent status Jesse Yurkovich 2024-11-30 04:14:19 +01:00
  • 7371bde40b Cleanup: Selection: Adress warning Clément Foucault 2024-11-29 21:36:41 +01:00
  • bda911bcaa GPU: GLSL C++ Stub: Add packed type and small types Clément Foucault 2024-11-29 21:33:06 +01:00
  • 67bf545b61 Fix: Overlay-Next: Missing selection binding for object centers Clément Foucault 2024-11-29 18:46:11 +01:00
  • 54be7ed322 Fix: Overlay-Next: Broken selection on first click Clément Foucault 2024-11-29 18:45:20 +01:00
  • f1664e1777 Fix #131097: Color space settings of >8bpp movie images do not work Aras Pranckevicius 2024-11-29 17:25:57 +01:00
  • eaf596c49c Refactor: BLI: Add MutableSpan::contains() function Sybren A. Stüvel 2024-11-29 16:28:56 +01:00
  • 8504c12fa9 Fix #130776: OpenGL: Use explicit uniform locations Miguel Pozo 2024-11-29 15:47:51 +01:00
  • 9a4b232bd5 Cleanup: Image Engine Jeroen Bakker 2024-11-29 15:46:44 +01:00
  • e104735eeb Fix: Grease Pencil: issues with the transform keyframes system Philipp Oeser 2024-11-29 15:40:51 +01:00
  • 4eb1b78d82 Fix: Compositor: Compile error with WITH_FFTW3 off Omar Emara 2024-11-29 15:23:49 +02:00
  • c7ae26c22b Fix: python exceptions on startup Philipp Oeser 2024-11-29 14:21:24 +01:00
  • b71338ba8d Compositor: Implement Glare node for new CPU compositor Omar Emara 2024-11-29 15:04:40 +02:00
  • 2c0d2a88ca Fix #128317: Missing space_object selector in Shrinkwrap constraint YimingWu 2024-11-29 13:29:55 +01:00
  • 7a73741157 Fix #131133: GPU: Navigation Gizmo sometimes doesn't display the axis lines Clément Foucault 2024-11-29 12:50:40 +01:00
  • 7f7f9e987f Fix #130817: Make resource pool to cycle when swapchain images are presented Guillermo Venegas 2024-11-29 12:35:44 +01:00
  • 4441987e05 Fix #131131: Overlay Next: Clip view crashes Blender Clément Foucault 2024-11-29 12:12:53 +01:00
  • 6332be9700 GPU: C++ GLSL Stubs: Use unions instead of inheritance for swizzle Clément Foucault 2024-11-29 11:59:27 +01:00
  • f5d9f65925 Fix: Overlay: Assert during bone selection in pose mode Jeroen Bakker 2024-11-29 11:28:04 +01:00
  • 95233986cb GPU: C++ GLSL Stubs: Add atomic sampler Clément Foucault 2024-11-29 10:19:14 +01:00
  • 71ec30fce9 Fix #131135: Vulkan: Crash closing window Jeroen Bakker 2024-11-29 09:11:13 +01:00
  • 61d4f7359b Fix: Vulkan: Compiling issue Jeroen Bakker 2024-11-29 08:16:13 +01:00
  • b356c2bec1 Vulkan: Colored debug groups Jiarui-Yan 2024-11-29 07:52:00 +01:00
  • c8f0351b55 ShaderC: Version update v2022.3 -> v2024.3 Jeroen Bakker 2024-11-29 07:43:21 +01:00
  • f8217a519f Vulkan: Update headers to v1.3.296 Jeroen Bakker 2024-11-29 07:42:18 +01:00
  • f090bb73ec Cycles: Add test for overlapping volumes with different anisotropy Alaska 2024-11-29 06:34:51 +01:00
  • 73b7e8e256 Fix #131049: Line Art: Prevent stroke generation in locked target layer YimingWu 2024-11-29 06:08:19 +01:00
  • 8701ccc6d8 mypy: update checker to support specific files overlapping directories Campbell Barton 2024-11-29 14:59:20 +11:00
  • 273f48cd53 Cleanup: use main functions to allow importing scripts Campbell Barton 2024-11-29 15:21:01 +11:00
  • b295fc9a9c Extensions: use replace exists with lexists to check a path can be used Campbell Barton 2024-11-29 12:55:29 +11:00
  • c1bc1ef3ea GPU: C++ GLSL Stubs: Fix isinf / isnan Clément Foucault 2024-11-29 00:37:35 +01:00
  • 5fa0be491e Extensions: suppress noisy prints for extension wheel filtering Campbell Barton 2024-11-29 10:09:36 +11:00
  • 00255b9421 Correct error printing error in f03fba614d Campbell Barton 2024-11-29 10:25:20 +11:00
  • f03fba614d Fix #130211: Unhandled error installing extensions when renaming fails Campbell Barton 2024-11-29 09:29:56 +11:00
  • b39843e7b0 GPU: Use extern for non static expressions and use non zero value for gl_WorkGroupSize Clément Foucault 2024-11-27 23:14:44 +01:00
  • dd480ab604 GPU: Refactor the GLSL C++ stub swizzle implementation Clément Foucault 2024-11-27 22:13:59 +01:00
  • 47492c7aa6 Fix #130385: Use Only Advance When Measuring Mono Text Harley Acheson 2024-11-28 20:14:59 +01:00
  • d0d936b760 Revert "Docs: Python API: Fix theme dependency" Aaron Carlisle 2024-11-28 14:11:57 -05:00
  • 5982b5e75c Fix #130751: Overlay Next: Selected Outline highlight vanishes when face orientation enabled Clément Foucault 2024-11-28 19:16:32 +01:00
  • 4deecd97a9 Docs: Python API: Fix theme dependency Aaron Carlisle 2024-11-28 12:51:32 -05:00
  • 5e97b5adc2 Sequencer: Use uchar4 colors for drawing quad buffer again Clément Foucault 2024-11-28 18:30:28 +01:00
  • 5954898edf GPU: Add back support for uchar4 color when using widelines Clément Foucault 2024-11-28 18:28:08 +01:00
  • ec84fe5fdb Fix #131091: GL: Weird Lines appearing in Gizmo Overlays Clément Foucault 2024-11-28 17:22:12 +01:00
  • 8fb12839f2 Grease Pencil: Add all supported modes to simplify operator YimingWu 2024-11-28 17:00:05 +01:00
  • d8182421fa Fix #130635: Fill tool stroke projection incorrect in ortho mode Lukas Tönne 2024-11-28 16:38:17 +01:00
  • e2d7681fe6 Cleanup: Cycles: remove unused ccl_loop_no_unroll Weizhen Huang 2024-11-28 16:37:01 +01:00
  • 8e4502258a Fix: Vulkan: Misalignment sub-buffers immediate drawing Jeroen Bakker 2024-11-28 16:31:58 +01:00
  • e52cb5e24b Fix #131045: Wrong UI range for edit bone head and tail Christoph Lendenfeld 2024-11-28 16:20:02 +01:00
  • c69b107a28 Fix #130121: Vulkan: Lightbaking resources freed to early Jeroen Bakker 2024-11-28 16:05:59 +01:00
  • aa09169e0a Cleanup: Cycles: remove unused parameter skip_phase in volume Weizhen Huang 2024-11-28 15:56:28 +01:00
  • deff994123 Vulkan: Add support for GPU_logic_op_xor_set Jeroen Bakker 2024-11-28 15:12:13 +01:00
  • cffaa681c5 Fix #130944: VSE box select not working with industry compatible keymap Richard Antalik 2024-11-28 14:56:16 +01:00
  • 79220f5728 Release: Update copyright.txt pointing to new license.md Thomas Dinges 2024-11-28 12:43:16 +01:00
  • 909b74e91f Fix: GPU: Assert due to new GPU requirements regarding wide lines Clément Foucault 2024-11-28 12:20:18 +01:00
  • f662caf722 Add RISCV CPU architecture support to build config Raphael Langerhorst 2024-11-28 12:37:26 +01:00
  • 9e28809695 Fix #130309: Grease Pencil: Smooth doesn't use correct smooth settings Falk David 2024-11-28 12:23:23 +01:00
  • faf2c6f0ca Vulkan: Add method to query debug group of node Jeroen Bakker 2024-11-28 12:00:21 +01:00
  • 601de8bfcb Fix: GPU: Assert due to new GPU requirements regarding wide lines Clément Foucault 2024-11-28 11:56:38 +01:00
  • 8b233f36db Fix: Grease Pencil: Crash in curves_merge_by_distance for cyclic curves Falk David 2024-11-28 11:41:56 +01:00
  • 76f9a08963 Fix failure to reinstall an extension uninstalling the extension Campbell Barton 2024-11-28 21:28:30 +11:00
  • b93aa51a6e Tools: Update names after module split Thomas Dinges 2024-11-28 10:59:08 +01:00
  • a9436b04b8 Fix: Compositor: Crash using Keying node in new CPU compositor Omar Emara 2024-11-28 10:58:14 +02:00
  • 373191ff2a glTF exporter: fix KHR_animation_pointer to use the right material when texCoord Julien Duroure 2024-11-28 09:41:35 +01:00
  • 428ec6c1e3 glTF exporter: Fix crash when animation on not used material Julien Duroure 2024-11-28 09:38:28 +01:00
  • 7ea11a4724 glTF exporter: Always bake scene animation Julien Duroure 2024-11-28 09:35:38 +01:00
  • f7a2d0095e glTF exporter: Fix debug logging Julien Duroure 2024-11-28 09:33:22 +01:00
  • ba737a496c glTF exporter: Fix armature object keep channel option Julien Duroure 2024-11-28 09:31:23 +01:00
  • 5997886662 glTF importer: add option to not select created objects Julien Duroure 2024-11-28 09:27:29 +01:00
  • f8766c5542 glTF exporter: UI fixes - disable option when not available Julien Duroure 2024-11-28 09:23:14 +01:00
  • dbb670c6d1 glTF importer: add option to import scene extras or not Julien Duroure 2024-11-28 09:21:19 +01:00
  • 90e09b93b5 glTF exporter: Fix crash with extra channel Julien Duroure 2024-11-28 09:19:41 +01:00
  • 14302f6af7 glTF exporter: Fix crash when 'remove armature object' + 'export only def bones' Julien Duroure 2024-11-28 09:16:26 +01:00
  • 31bfcff4ea Tests: Add Cycles tests for new volumetric scatter phase functions Alaska 2024-11-28 06:59:23 +01:00
  • 7993020085 Docs: Update Sphinx & Website Theme Aaron Carlisle 2024-11-27 22:40:40 -05:00
  • 1865de1c73 Fix #129926: Crash with Python 3.12 & Manta flow Campbell Barton 2024-11-28 12:04:45 +11:00
  • 4c34b25f56 Cleanup: quiet undeclared function warnings Campbell Barton 2024-11-28 10:27:24 +11:00
  • 979ad4cc9c Cleanup: remove redundant function Campbell Barton 2024-11-28 10:20:59 +11:00
  • 7f26812523 Fix bone duplication failing to update it's sub-targets Campbell Barton 2024-11-28 10:07:23 +11:00
  • 0193579e90 UI: Win32 - Clipboard Image Paste from File Path Harley Acheson 2024-11-27 23:55:18 +01:00
  • 1af839d419 Fix #130707: Weight paint gradient tool doesnt fill behind start point Sean Kim 2024-11-27 22:46:49 +01:00
  • be62107fbd Assets: Update asset repository hash for essentials library updates Sean Kim 2024-11-27 22:18:03 +01:00
  • 3d7359a38f Fix #130969: OBJ import shading artifacts when file contains zero-area faces Aras Pranckevicius 2024-11-27 22:03:15 +01:00
  • 1105f2573e Fix #130846: Workbench: X-Ray incoming vector Miguel Pozo 2024-11-27 21:26:52 +01:00
  • a820e2d393 Fix: Clone brush missing from image texture paint Sean Kim 2024-11-27 21:25:21 +01:00
  • 4c1cb3be9d Fix: Filter Mesh crash when using operator panel Sean Kim 2024-11-27 20:57:23 +01:00
  • a39bec7197 Fix: Overlay-Next: GP Points/Segments in edit modes Miguel Pozo 2024-11-27 20:52:49 +01:00
  • b53a9a671d Fix #130783: Image editor tools do not set active brush Sean Kim 2024-11-27 20:50:30 +01:00
  • 6e6b9abf55 Fix: Overlay-Next: GP Vertex paint points Miguel Pozo 2024-11-27 20:08:28 +01:00
  • 83dca75cdf Fix #130815: Overlay-Next: Disabled overlays still visible Miguel Pozo 2024-11-27 20:07:15 +01:00
  • a66a5a3f50 Fix #130882: Asset shelf filter by active tool option doesn't redraw Julian Eisel 2024-11-27 18:53:05 +01:00
  • f08c2b8aa1 Fix: Overlay-Next: Wireframe display conflicting with edit cage Clément Foucault 2024-11-27 18:44:52 +01:00