From d486ee2dbdd34e00a4d575fab6feb3e36b486275 Mon Sep 17 00:00:00 2001 From: Fynn Grotehans Date: Fri, 4 Jun 2021 11:50:23 +0200 Subject: Update Camera presets The (tracking) camera presets have not been updated in the last 7 or more years, so they are very outdated. I found it pointless to have a few specific camera models in the list and instead add the most commonly used sensor sizes/film sizes. This way the list is shorter, easier to maintain/becomes later outdated, and is more user friendly for most people who don't own any of the specific cameras. I added the Crop Factor to the Beginning of the name, so it gets sortet in the correct order and presets are easier to find based on the size. Reviewed By: #render_cycles, #motion_tracking, brecht, sergey Differential Revision: https://developer.blender.org/D10739 --- release/scripts/modules/bpy/path.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release/scripts/modules/bpy') diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py index e9e9671cc35..1de4542e69e 100644 --- a/release/scripts/modules/bpy/path.py +++ b/release/scripts/modules/bpy/path.py @@ -198,6 +198,7 @@ def _clean_utf8(name): _display_name_literals = { ":": "_colon_", "+": "_plus_", + "/": "_slash_", } -- cgit v1.2.3