Commit Graph

  • d2269441bb Python: Rename bpy.data.grease_pencils_v3 to bpy.data.grease_pencils Casey Bianco-Davis 2025-09-29 12:32:08 +02:00
  • 1067112c11 UI: Theme: Remove "Active Spline" theme property Nika Kutsniashvili 2025-09-29 12:27:16 +02:00
  • f8d2a3af38 Python: Rename bpy.types.GreasePencilv3 to bpy.types.GreasePencil Casey Bianco-Davis 2025-09-29 12:25:23 +02:00
  • 80ccab6175 I18N: Updated UI translations from git/weblate repository (2e2448ef0145f1). Bastien Montagne 2025-09-29 12:10:39 +02:00
  • 7089def6cb UI: Add icons to Compositor nodetree sub-type menu Pablo Vazquez 2025-09-29 11:18:22 +02:00
  • 950a2bb8a3 I18n: Use correct translation context for node socket in side bar Damien Picard 2025-09-24 10:26:56 +02:00
  • e4d5368908 I18n: Use translation context from declaration for menu socket items Damien Picard 2025-09-23 02:20:34 +02:00
  • d064e17d7c Refactor: Move node_socket_translation_context to bke Damien Picard 2025-09-24 00:19:32 +02:00
  • 9bd249746a I18n: Translate UI for "Curve Data" panel Damien Picard 2025-09-24 10:42:38 +02:00
  • 417792f7fe I18n: Define NO_TRANSLATION ("Do not translate") context Damien Picard 2025-09-23 19:54:03 +02:00
  • 13d4829b7b I18n: Disambiguate "Meta" in the context of NLA's meta strips Damien Picard 2025-09-23 18:38:34 +02:00
  • 4e034b5ecb I18n: Improve message extraction for node socket declaration Damien Picard 2025-09-23 18:31:24 +02:00
  • fb2f5b3a64 I18n: Translate dynamic enum items from glTF exporter Damien Picard 2025-09-23 17:23:25 +02:00
  • 13135a6bfa I18n: Translate the name of newly-created collections Damien Picard 2025-09-23 16:16:25 +02:00
  • c6f3936c0a I18n: Translate "Name" placeholder text in shader Attribute node Damien Picard 2025-09-23 15:15:18 +02:00
  • 263bc0d5cd I18n: Translate Node Wrangler shortcut list in add-on preferences Damien Picard 2025-09-23 15:04:13 +02:00
  • 4910b2d0a2 I18n: Translate "Shape" label in node editor's group socket settings Damien Picard 2025-09-23 14:59:27 +02:00
  • 0ef4320362 I18n: Translate "Subprocesses" label in System preferences Damien Picard 2025-09-23 14:44:24 +02:00
  • 6983b97640 I18n: Translate newly-created node group names Damien Picard 2025-09-23 14:43:50 +02:00
  • 8abd92caf0 I18n: Translate file working colorspace operator menu in properties Damien Picard 2025-09-14 21:37:45 +02:00
  • 285c1ee8bb I18n: Get displays, views, looks, colorspaces info from OCIO config Damien Picard 2025-09-13 18:03:16 +02:00
  • 51cdcc3186 I18n: Translate asset origin tooltips in asset browser Damien Picard 2025-09-13 16:07:59 +02:00
  • 7e0566b26e glTF: deprecation of use_nodes Julien Duroure 2025-09-29 10:47:51 +02:00
  • 65999a1b03 Template: Minimum updates to VFX template Pablo Vazquez 2025-09-29 10:45:44 +02:00
  • a673c627e5 Fix #142767 - glTF exporter: Fix crash with shader node group traversal Julien Duroure 2025-09-29 10:43:38 +02:00
  • fc5c6ab374 Fix #146223: Cycles: Wrong output with multi-device OSL rendering Lukas Stockner 2025-09-29 03:12:18 +02:00
  • 2bd06093c7 Cycles: Thin film iridescence for metals Amogh Shivaram 2025-09-29 02:58:20 +02:00
  • 6c6d1a9b63 Cycles: OSL Camera: Improve Property UI Damien Picard 2025-09-29 02:20:23 +02:00
  • b5863c401e Fix: Geometry Nodes: Function nodes crash for unsupported grid types Hans Goudey 2025-09-29 01:49:01 +02:00
  • a0a43c0805 Fix: Remove animatable flag from execution_time property Colin Basnett 2025-09-28 23:02:58 +02:00
  • 96ce5ee0c0 Cleanup: use utility method to get node group input usage Jacques Lucke 2025-09-28 21:19:19 +02:00
  • fa03d2558c UI: support searching for more recent files Jacques Lucke 2025-09-28 20:22:02 +02:00
  • 2b6da476f2 Cleanup: Nodes: remove dead code Jacques Lucke 2025-09-28 20:11:05 +02:00
  • e7cae0b220 Fix: Nodes: Occasional crashing when using swap operators quackarooni 2025-09-28 19:40:55 +02:00
  • f79896f5b9 Refactor: Nodes: unify optional-label handling for sockets Jacques Lucke 2025-09-28 19:38:14 +02:00
  • 305304e16c Fix: Nodes: socket active status affects other sockets Jacques Lucke 2025-09-28 17:46:06 +02:00
  • 469a70dba9 Cleanup: Nodes: rename hide_label to optional_label internally Jacques Lucke 2025-09-28 17:30:21 +02:00
  • 1f489ea31a Cleanup: Nodes: remove some runtime socket flags Jacques Lucke 2025-09-28 17:18:49 +02:00
  • 6ad9bf8af8 Fix #146521: Evaluate Closure node without closure behaves incorrectly Jacques Lucke 2025-09-28 16:24:48 +02:00
  • 2d206f2927 Fix #146459: wrong warning that input does not support fields Jacques Lucke 2025-09-28 16:14:29 +02:00
  • 99f84a8987 Fix #146345: assert when tracing closure value through nested zones Jacques Lucke 2025-09-28 15:39:17 +02:00
  • 7e25ed26f0 Nodes: add "Mix Vector" to Shader Editor Add menu quackarooni 2025-09-28 14:21:44 +02:00
  • 4498cb7baa Geometry Nodes: add "Mix Rotation" to Add menu quackarooni 2025-09-28 14:20:14 +02:00
  • e3e7bd670a Nodes: simplify rule for output visibility inferencing Jacques Lucke 2025-09-28 13:52:52 +02:00
  • 48b2f472f3 Fix #146910: Update path for Smooth by Angle asset Jesse Yurkovich 2025-09-28 13:19:52 +02:00
  • 182d8ef142 Docs: add doc-strings for UV sticky selection Campbell Barton 2025-09-28 05:54:32 +00:00
  • 1453871dea Cleanup: rename UV selection options Campbell Barton 2025-09-28 15:13:54 +10:00
  • 8de2e6f9fb UI: Gray out labels for non-editable linked items Pratik Borhade 2025-09-28 07:06:21 +02:00
  • 8e934e7af0 UI: Reduce text jumping for dynamic length values John Kiril Swenson 2025-06-21 19:26:22 -05:00
  • 8b05fb62f0 Fix: Nodes: prioritize tooltip for input socket for inlined sockets Jacques Lucke 2025-09-27 23:12:32 +02:00
  • 3338e7d70e Fix: Nodes: reroute nodes should always use circle shape Jacques Lucke 2025-09-27 23:02:13 +02:00
  • 056dafffb3 Fix: Nodes: avoid creating invalid internal link when initializing closure Jacques Lucke 2025-09-27 22:58:30 +02:00
  • ee5e14e5fe Fix: Nodes: forbid muting Group Input nodes Jacques Lucke 2025-09-27 22:52:29 +02:00
  • 221c16f2f0 Nodes: improve descriptions in menu switch node Jacques Lucke 2025-09-27 22:40:31 +02:00
  • 22fb036e46 Fix: Nodes: incorrect internal links in muted Menu Switch node Jacques Lucke 2025-09-27 22:33:22 +02:00
  • 1fd6d9263c Nodes: menu switch labels in index switch nodes Jacques Lucke 2025-09-27 21:49:47 +02:00
  • 86aede7f1a Color Management: Add ACEScc and ACEScct color correction spaces Brecht Van Lommel 2025-09-27 21:47:56 +02:00
  • d36eea7fa7 Fix #129596: Always use multithreaded BVH building in Cycles again Nikita Sirgienko 2025-09-27 21:07:39 +02:00
  • ce85d4cbaf Shader Nodes: improve preservation of repeat zones in shader nodes inlining Jacques Lucke 2025-09-27 21:02:29 +02:00
  • 3bed61b33c Fix #146497: Geometry Nodes: Don't display deprecated "Texture" socket type Hans Goudey 2025-09-27 19:52:18 +02:00
  • eef9a1b9ae Geometry Nodes: UV tangent node Hans Goudey 2025-09-27 18:57:18 +02:00
  • 986219bf37 Geometry Nodes: support searching for string and data-block values Jacques Lucke 2025-09-27 17:21:25 +02:00
  • 25c84e90df Nodes: add button in switch nodes to add inputs Jacques Lucke 2025-09-27 16:47:54 +02:00
  • 4762425e94 Spreadsheet: Improve tooltip of matrix column W_Cloud 2025-09-27 16:39:06 +02:00
  • 60a416bea4 Geometry Nodes: improve socket shapes for bundle and closure nodes Jacques Lucke 2025-09-27 14:58:43 +02:00
  • 3e51b449be UI: Per-camera composition guide colors Nika Kutsniashvili 2025-09-27 13:25:34 +02:00
  • 65f41c4119 Fix #146462: crash when shader output node is in zone Jacques Lucke 2025-09-27 13:13:22 +02:00
  • 22cdd58ad0 Fix: Geometry Nodes: assert when trying to view extend socket Jacques Lucke 2025-09-27 13:05:52 +02:00
  • f9b993b977 Fix #146870: crash when trying to view non-existant data Jacques Lucke 2025-09-27 13:05:02 +02:00
  • b186e60759 Nodes: support node output visibility inferencing Jacques Lucke 2025-09-27 10:09:48 +02:00
  • db88381e75 Docs: Include get_prim_map() in bpy.types.USDHook example code Nick Alberelli 2025-09-27 01:58:44 +02:00
  • 4bb6513b7d Fix #146822: Ensure safe names are used for custom Alembic attributes Jesse Yurkovich 2025-09-27 01:23:05 +02:00
  • fd3da2004c Cleanup: Alembic: Remove some unused utility APIs Jesse Yurkovich 2025-09-27 00:08:46 +02:00
  • ea43fa08e1 Cleanup: Improve formating of OCIO environment variable in the manual Brecht Van Lommel 2025-09-26 18:06:26 +02:00
  • 24ef6a3776 Cleanup: Improve formatting of command line argument in the user manual Brecht Van Lommel 2025-09-26 17:52:53 +02:00
  • f7e7a5d09e Logging: Add argument to list all available categories Nick Alberelli 2025-09-26 17:33:26 +02:00
  • 8e9ccb33d0 Fix #146632: Multiple Scattering Sky has dark pixels near the horizon marcopavanello 2025-09-26 17:29:00 +02:00
  • fff8d35e3f Color Management: Add option to control display emulation Brecht Van Lommel 2025-09-26 17:05:18 +02:00
  • 31dfbc4bef Fix: Reset Curve applies incorrect slope Sean Kim 2025-09-26 16:58:33 +02:00
  • d94474a2ef Color Management: Add ACES 1.0 and 1.1 view transforms for SDR and HDR Geedoubleu 2025-09-26 16:48:11 +02:00
  • 9b5f23c7a3 BKE: Update default smooth curve preset Sean Kim 2025-09-26 16:43:22 +02:00
  • 0e2316c2bc Paint: Disable pressure sensitivity for certain brushes Sean Kim 2025-09-26 16:41:01 +02:00
  • 9c7ace059a Refactor: Add name for curve map slope preset enum Sean Kim 2025-09-26 16:40:16 +02:00
  • 8e2efa554a Fix: Redraw anim side region when sliding shape key value Pratik Borhade 2025-09-26 16:27:14 +02:00
  • fcc1502146 Cleanup: Remove the now unused lzma and lzo libraries from extern Sebastian Parborg 2025-09-26 15:55:47 +02:00
  • 9aade6bd61 Fix #145762: Ensure a valid background value before pruning SDF grid Lukas Tönne 2025-09-26 15:26:22 +02:00
  • d86de2cde2 Fix #146640: Freeze when force cancelling a CLI render Sebastian Parborg 2025-09-26 14:36:35 +02:00
  • c94e1bf73d Fix: Python errors in brush falloff panel Sean Kim 2025-09-26 14:08:17 +02:00
  • 9ebc02fc99 Cleanup: spelling, repeated words (make check_spelling_*) Campbell Barton 2025-09-26 21:59:45 +10:00
  • c5d7d58209 Cleanup: correct terminating macro Campbell Barton 2025-09-26 21:57:47 +10:00
  • 03d85d3779 Fix: logical errors where changes were always detected Campbell Barton 2025-09-26 21:54:03 +10:00
  • 8ba63262bf Geometry Nodes: New essential assets for Blender 5.0 Simon Thommes 2025-09-26 13:55:50 +02:00
  • 916f0afd45 UI: Nodes: Add Node Group Indicator and minor style tweaks Pablo Vazquez 2025-09-26 13:29:45 +02:00
  • b2653be057 Anim: Place Pose Bone Gizmo at Custom Transform Christoph Lendenfeld 2025-09-26 13:25:01 +02:00
  • 8e992a15e8 UI: Outliner: Remove empty ID types from listing in Blender File view Pratik Borhade 2025-09-26 13:11:33 +02:00
  • eca7056cfe UI: Remove paint curve theme colors, use gizmo colors instead Nika Kutsniashvili 2025-09-26 13:03:55 +02:00
  • 712c507519 Logging: Do not print Python API errors that will throw an exception Brecht Van Lommel 2025-09-26 12:57:39 +02:00
  • 8409f81f9f Workbench: Use strip curve rendering during rendertests Jeroen Bakker 2025-09-26 12:38:47 +02:00
  • 6375b10039 Cleanup: Remove unnecessary conditional when restoring the mesh Sean Kim 2025-09-26 12:24:30 +02:00
  • 2b0a1cae06 Cycles: Add an option to use ray marching for volume rendering Weizhen Huang 2025-09-26 12:14:45 +02:00