blender/scripts/startup/bl_operators
Damien Picard 602b26f461 I18n: Disambiguate messages from custom properties
These messages are part of enum items not directly used by their
EnumProperty, because they are returned by a function. They cannot be
accessed in RNA at all times, and need to be extracted manually.
2024-06-11 15:09:09 +02:00
..
bmesh Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
node_editor Nodes: improve temp viewer from Connect to Output 2024-06-06 14:47:23 +02:00
__init__.py Nodes: port "Connect to Output" operator from Node Wrangler 2024-05-28 16:42:55 +02:00
add_mesh_torus.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
anim.py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
assets.py Refactor: scripts under scripts/startup/ to use str.format 2024-04-27 16:02:36 +10:00
clip.py Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
connect_to_output.py Nodes: improve temp viewer from Connect to Output 2024-06-06 14:47:23 +02:00
console.py Cleanup: replace {!s} with {:s} when used with strings 2024-04-27 16:02:37 +10:00
constraint.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
file.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
freestyle.py Refactor: scripts under scripts/startup/ to use str.format 2024-04-27 16:02:36 +10:00
geometry_nodes.py Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
image_as_planes.py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
image.py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
mesh.py Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
node.py Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
object_align.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
object_quick_effects.py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
object_randomize_transform.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
object.py Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
presets.py Fix #122766: Add missing Fast GI options to raytracing presets 2024-06-11 14:07:03 +02:00
rigidbody.py Fix #117547: RBD Bake to Keyframes no longer working 2024-01-30 10:54:05 +01:00
screen_play_rendered_anim.py Cleanup: replace {!s} with {:s} when used with strings 2024-04-27 16:02:37 +10:00
sequencer.py IO: Use file handler in space VSE 2024-05-06 17:44:50 +02:00
spreadsheet.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
userpref.py WM: correct logic for resetting add-ons & caching meta-data 2024-06-10 00:22:56 +10:00
uvcalc_follow_active.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
uvcalc_lightmap.py Refactor: Replace ID_IS_LINKED by !ID_IS_EDITABLE 2024-05-16 14:53:09 +02:00
uvcalc_transform.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
vertexpaint_dirt.py License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
view3d.py Fix #122802: Drag and droping a .vdb file no longer works 2024-06-07 02:15:34 +02:00
wm.py I18n: Disambiguate messages from custom properties 2024-06-11 15:09:09 +02:00
world.py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00