tornavis/scripts/modules
Germano Cavalcante 14c2f6856a Suppress warnings by removing unused properties from keymaps
Between Blender versions, properties of some operators may be removed.

When this happens, when importing the keymap from the previous version,
a series of warnings may appear in the console. For example:
```
Warning: property 'alt_navigation' not found in item 'TRANSFORM_OT_translate'
Warning: property 'alt_navigation' not found in item 'TRANSFORM_OT_rotate'
Warning: property 'alt_navigation' not found in item 'TRANSFORM_OT_resize'
Warning: property 'alt_navigation' not found in item 'VIEW3D_OT_edit_mesh_extrude_move_normal'
...
```

Therefore, it seems to be convenient to edit these properties when
versioning.

This commit implements a `remove_properties` utility that makes this
removal simpler.

Pull Request: https://projects.blender.org/blender/blender/pulls/114936
2023-11-30 12:22:47 +01:00
..
bl_app_override License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_console_utils Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
bl_i18n_utils I18N: UI Translatiion: Add Belarusian language entries. 2023-11-28 11:17:39 +01:00
bl_keymap_utils Suppress warnings by removing unused properties from keymaps 2023-11-30 12:22:47 +01:00
bl_previews_utils Fix: bl_previews_render.py still using lamp.falloff_type 2023-09-22 17:17:05 +02:00
bl_rna_utils License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_text_utils Fix #112377: Edit Source missing info in the status bar 2023-10-05 13:09:47 +11:00
bl_ui_utils License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy Fix #113309: Broken key-map after "Reload Scripts" 2023-10-13 14:37:48 +11:00
bpy_extras Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
gpu_extras License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
addon_utils.py Fix #113206: add-on unregister() not called on exit 2023-10-04 16:09:30 +11:00
animsys_refactor.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_app_template_utils.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
blend_render_info.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy_restrict_state.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy_types.py Mesh: Move sculpt mask to a generic attribute 2023-11-20 17:42:01 +01:00
console_python.py Console: add support for displaying tab-stops 2023-09-22 13:43:12 +10:00
console_shell.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
graphviz_export.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
keyingsets_utils.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
nodeitems_utils.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
rna_info.py Cleanup: use since quotes for enum values, wrap multi-line brackets 2023-09-29 14:41:48 +10:00
rna_keymap_ui.py Fix #95045: UI: keymap header in preferences truncated when filtering 2023-11-29 22:36:05 +01:00
rna_manual_reference.py Release: Update manual references for 4.0. 2023-11-13 16:31:41 +01:00
rna_prop_ui.py Cleanup: remove unused variables & imports in scripts/ 2023-11-10 10:06:41 +11:00
rna_xml.py Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
sys_info.py GPU: Remove GPU_shader_storage_buffer_objects_support 2023-09-21 12:55:51 +02:00