Block a user
72ff95fb24
Chinese (Simplified Han script): Updated using Blender Weblate instance.
f5df0695c8
Russian: Updated using Blender Weblate instance.
b8d81bb00b
Russian: Updated using Blender Weblate instance.
18a2f6a4d7
Russian: Updated using Blender Weblate instance.
04c327bc25
Russian: Updated using Blender Weblate instance.
6234755acc
Fix: Structure/Shading punctuation and repeated words
7bb7cb865e
Merge branch 'blender-v4.3-release'
95b8de4cec
UI: Area Docking
3d9fa32c03
Keymap: Map Back/Next mouse buttons in File Browser
b953afd41a
Compositor: UI: Use hide icon for preview
7dfe47164a
Fix #130325: GPv3: Update overlay on changing active layer in dopesheet
d3d26233fc
Fix: GPv3: Edit Mode: Crash during extrude
217fa8d09e
Fix #130276: Trace operator needs to tag data after curves replacement
7e12131aaf
Fix: GPv3: Adjustment panel in dopesheet
64198971ea
Fix: Reading some old blend files fires assert in Sequencer data read
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
copy paste between blend files will not take parents into object count on copy but on paste
I think showing the total amount of copied objects makes more sense here... should be easy to fix.
7111f0db45
WIP: RNA: Add info about chain of ancestors (owner data) of a PointerRNA.
bb3eb9aa23
Cleanup: Add missing BLI headers.
85e12e7dc0
Cleanup: Select Engine: Move debug draw to new draw manager
e68897e117
Fix: prevent duplicate shader node links during USD import
39e5e3c4fe
Cleanup: Grease Pencil: Remove unused functions
85e12e7dc0
Cleanup: Select Engine: Move debug draw to new draw manager
e68897e117
Fix: prevent duplicate shader node links during USD import
39e5e3c4fe
Cleanup: Grease Pencil: Remove unused functions
6e814e7597
Compositor: Implement Mao UV node for new CPU compositor
7f7ababec2
Compositor: Implement Displace node for new CPU compositor
992c52ff1e
Fix #130310: Improve Enum props API doc regarding separators.
c1379ff2b3
Fix #130161: Vulkan: Grid overlay artifact when copying to swap chain
60df9fd982
Merge branch 'blender-v4.3-release'
d3d26233fc
Fix: GPv3: Edit Mode: Crash during extrude
40eaa01d8c
Fix #130235: Eevee: Viewport Render Animation causes white/black flashes of materials
EnumProperty ignores empty string identifier enum item
Actually... These empty identifiers are a valid use-case. They are used to generate 'named' separators in the UI. Sorry about that, had to refresh my memory reading some code.
The `enum_empty_se…
EnumProperty ignores empty string identifier enum item
Common sense? There should be no sensible case where you do want to use an empty identifier...
The technical reason is that empty strings are used for 'separator' enum items - but in Python API…
366c8e247a
Fix #130275: Trace sequence operator only uses first frame
1d571a810f
Fix: Cycles: Compiler warning
d04d23bc40
Refactor: Grease Pencil: Port AntiAliasing drawing to new draw manager
87cf01efab
Refactor: Grease Pencil: Port Vfx drawing to new draw manager
8e75b5f4c7
Merge branch 'blender-v4.3-release'
No matching images found [Node Wrangler]
Please follow our bug report guidelines and provide all necessary information and data to reproduce the issue.
EnumProperty ignores empty string identifier enum item
EnumProperty ignores empty string identifier enum item
There is no bug here, empty strings are indeed not accepted.