2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
+1
View File
@@ -0,0 +1 @@
{}
+13 -11
View File
@@ -1,20 +1,22 @@
[Bookmarks]
A:\1 Amazon_Active_Projects\
\\Nexus\assets\BlenderAssets\
A:\1 Amazon_Active_Projects\1 BlenderAssets\
A:\1 Amazon_Active_Projects\0 AssetArchive\
!ToDraw
D:\2.ToDraw\Amazon Projects\
!9 iClone
D:\Work\9 iClone\Amazon\
\\Nexus\assets\BlenderAssets\Amazon\Poses\Phonemes\
D:\Amazon\00_external-files\
N:\1. CHARACTERS\remapping\
[Recent]
C:\Users\Nathan\Desktop\2025-06-24 Cartoon3\
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\animations\daily_250701\
C:\Users\Nathan\Desktop\
D:\Amazon\00_external-files\
C:\Users\Nathan\AppData\Local\Temp\
\\Nexus\assets\BlenderAssets\Amazon\
A:\1 Amazon_Active_Projects\250623_Scanless_Stow\Blends\animations\daily_250630\
A:\1 Amazon_Active_Projects\250623_Scanless_Stow\Blends\animations\_CURRENT\
A:\1 Amazon_Active_Projects\250623_Scanless_Stow\Reference\LipSync\
D:\Work\9 iClone\Demon Hunters\Blender\
P:\251031_Tatt2Away_Idol\Assets\Blends\Char\
A:\1 Amazon_Active_Projects\251121_Gold-L6_redo\Assets\Blends\
P:\250827_FestivalTurf\Renders\06 Infill And Powerbrooming\Visual 4B\
F:\jobs\2025-11-25-155447.841674-Scenario 3 Scene 1 - Feedback A\
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\
F:\jobs\2025-11-25-114624.321965-Visual 4B\
F:\jobs\2025-11-24-172754.802929-Visual 3A\
F:\jobs\2025-11-24-171247.279407-Visual 2B\
P:\251031_Tatt2Away_Idol\Blends\animations\02 Dressing Room\
+228 -45
View File
@@ -1,9 +1,9 @@
{
"flamenco_version": {
"version": "3.6",
"shortversion": "3.6",
"version": "3.8-beta2 (427c43ec)",
"shortversion": "3.8-beta2",
"name": "Flamenco",
"git": "d596abf8"
"git": "427c43ec"
},
"shared_storage": {
"location": "F:\\jobs",
@@ -75,6 +75,17 @@
},
"visible": "submission"
},
{
"key": "png_compression",
"type": "int32",
"default": 15.0,
"description": "PNG compression level (0-100, higher = smaller file)",
"propargs": {
"max": 100.0,
"min": 0.0
},
"visible": "submission"
},
{
"key": "keep_frames",
"type": "bool",
@@ -98,7 +109,7 @@
{
"key": "format",
"type": "string",
"default": "JPEG",
"default": "PNG",
"description": "Image format for playblast frames",
"required": true,
"visible": "web"
@@ -106,7 +117,7 @@
{
"key": "image_file_extension",
"type": "string",
"default": ".jpg",
"default": ".png",
"description": "File extension used when creating playblast images",
"required": true,
"visible": "hidden"
@@ -120,9 +131,158 @@
"visible": "web"
}
],
"etag": "e3ec2032aa01c7e54ee79f31a70a72412d2efdb7",
"etag": "0cf19bc1871973734e485ebd4477e7688997cc3d",
"description": "Create a viewport preview/playblast and generate a video file"
},
{
"name": "BasedPlayblast-Optix-GPU",
"label": "BasedPlayblast OPTIX GPU",
"settings": [
{
"key": "frames",
"type": "string",
"description": "Frame range to playblast. Examples: '47', '1-30', '3, 5-10, 47-327'",
"eval": "f'{C.scene.frame_start}-{C.scene.frame_end}'",
"eval_info": {
"show_link_button": true,
"description": "Scene frame range"
},
"required": true
},
{
"key": "chunk_size",
"type": "int32",
"default": 5.0,
"description": "Number of frames to playblast in one Blender task",
"visible": "submission"
},
{
"key": "playblast_output_root",
"type": "string",
"default": "//",
"description": "Base directory of where playblast output is stored. Will have some job-specific parts appended to it",
"required": true,
"subtype": "dir_path",
"visible": "submission"
},
{
"key": "add_path_components",
"type": "int32",
"default": 0.0,
"description": "Number of path components of the current blend file to use in the playblast output path",
"propargs": {
"max": 32.0,
"min": 0.0
},
"required": true,
"visible": "submission"
},
{
"key": "playblast_output_path",
"type": "string",
"description": "Final file path of where playblast output will be saved",
"editable": false,
"eval": "str(Path(abspath(settings.playblast_output_root), last_n_dir_parts(settings.add_path_components), 'blast', jobname, jobname + '_######'))",
"subtype": "file_path"
},
{
"key": "resolution_percentage",
"type": "int32",
"default": 100.0,
"description": "Percentage of the render resolution to use for playblast",
"propargs": {
"max": 100.0,
"min": 1.0
},
"visible": "submission"
},
{
"key": "png_compression",
"type": "int32",
"default": 15.0,
"description": "PNG compression level (0-100, higher = smaller file)",
"propargs": {
"max": 100.0,
"min": 0.0
},
"visible": "submission"
},
{
"key": "keep_frames",
"type": "bool",
"default": false,
"description": "Keep the individual playblast frames after video creation",
"visible": "submission"
},
{
"key": "experimental_gp3",
"type": "bool",
"description": "Experimental Flag: Grease Pencil 3",
"label": "Experimental: GPv3",
"required": false
},
{
"key": "experimental_new_anim",
"type": "bool",
"description": "Experimental Flag: New Animation Data-block",
"label": "Experimental: Baklava",
"required": false
},
{
"key": "blender_args_before",
"type": "string",
"description": "CLI arguments for Blender, placed before the .blend filename",
"label": "Blender CLI args: Before",
"required": false
},
{
"key": "blender_args_after",
"type": "string",
"description": "CLI arguments for Blender, placed after the .blend filename",
"label": "After",
"required": false
},
{
"key": "blendfile",
"type": "string",
"description": "Path of the Blend file to playblast",
"required": true,
"visible": "web"
},
{
"key": "fps",
"type": "float",
"eval": "C.scene.render.fps / C.scene.render.fps_base",
"visible": "hidden"
},
{
"key": "format",
"type": "string",
"default": "PNG",
"description": "Image format for playblast frames",
"required": true,
"visible": "web"
},
{
"key": "image_file_extension",
"type": "string",
"default": ".png",
"description": "File extension used when creating playblast images",
"required": true,
"visible": "hidden"
},
{
"key": "scene",
"type": "string",
"description": "Name of the scene to playblast.",
"eval": "C.scene.name",
"required": true,
"visible": "web"
}
],
"etag": "fe38e5ae9b3e640119d0d55fc7cbf4f8f15f2982",
"description": "Create a viewport preview/playblast using Cycles OPTIX GPU rendering and generate a video file"
},
{
"name": "TalkingHeads Custom Render",
"label": "TalkingHeads Custom Render",
@@ -145,25 +305,46 @@
"description": "Number of frames to render in one Blender render task",
"visible": "submission"
},
{
"key": "blendfile",
"type": "string",
"description": "Path of the Blend file to render",
"eval": "bpy.data.filepath",
"required": true,
"visible": "web"
},
{
"key": "render_output_root",
"type": "string",
"default": "//",
"description": "Base directory of where render output is stored. Will have some job-specific parts appended to it",
"required": true,
"description": "Base path where renders are stored, typically the project's Renders folder. If empty, derived automatically.",
"eval": "__import__('os').path.normpath(__import__('os').path.join(((__import__('re').search(r'^(.*?)[\\/][Bb]lends[\\/]', bpy.data.filepath.replace('\\\\','/')) and __import__('re').search(r'^(.*?)[\\/][Bb]lends[\\/]', bpy.data.filepath.replace('\\\\','/')).group(1)) or __import__('os').path.dirname(bpy.data.filepath)), 'Renders'))",
"eval_info": {
"show_link_button": true,
"description": "Auto-detect the project's Renders folder"
},
"required": false,
"subtype": "dir_path",
"visible": "submission"
},
{
"key": "add_path_components",
"type": "int32",
"default": 0.0,
"description": "Number of path components of the current blend file to use in the render output path",
"propargs": {
"max": 32.0,
"min": 0.0
"key": "use_submodule",
"type": "bool",
"default": false,
"description": "Include a submodule folder under Renders. Turn off to omit submodule entirely.",
"label": "Use Submodule",
"required": false,
"visible": "submission"
},
{
"key": "submodule",
"type": "string",
"description": "Optional submodule under Renders (e.g. 'Waterspider B'). If empty, omitted.",
"eval": "(__import__('os').path.basename(__import__('os').path.dirname(bpy.data.filepath)) if settings.use_submodule else '')",
"eval_info": {
"show_link_button": true,
"description": "Auto-fill with the current .blend file's parent folder"
},
"required": true,
"required": false,
"visible": "submission"
},
{
@@ -171,16 +352,9 @@
"type": "string",
"description": "Final file path of where render output will be saved",
"editable": false,
"eval": "str(Path(abspath(settings.render_output_root), last_n_dir_parts(settings.add_path_components), 'seq', jobname, jobname + '_######'))",
"eval": "((lambda Path, abspath, os_path, settings_obj, blend: str(Path(abspath(settings_obj.render_output_root or '//')) / (((str(settings_obj.submodule or '').strip()) if (settings_obj.use_submodule and str(settings_obj.submodule or '').strip()) else ((os_path.basename(os_path.dirname(bpy.data.filepath))) if settings_obj.use_submodule else ''))) / blend / (blend + '_######')))(__import__('pathlib').Path, __import__('os').path.abspath, __import__('os').path, settings, __import__('os').path.splitext(__import__('os').path.basename(bpy.data.filepath))[0]))",
"subtype": "file_path"
},
{
"key": "blendfile",
"type": "string",
"description": "Path of the Blend file to render",
"required": true,
"visible": "web"
},
{
"key": "fps",
"type": "float",
@@ -219,7 +393,7 @@
"visible": "web"
}
],
"etag": "8d458c2e5a00014c9598cc190159624108755712",
"etag": "fc0881e64631b9a8e366260aad5003d7b16e79c0",
"description": "Render a sequence of frames, and create a preview video file"
},
{
@@ -247,22 +421,35 @@
{
"key": "render_output_root",
"type": "string",
"default": "//",
"description": "Base directory of where render output is stored. Will have some job-specific parts appended to it",
"required": true,
"description": "Base path where renders are stored, typically the project's Renders folder. If empty, derived automatically.",
"eval": "__import__('os').path.normpath(__import__('os').path.join(((__import__('re').search(r'^(.*?)[\\/][Bb]lends[\\/]', bpy.data.filepath.replace('\\\\','/')) and __import__('re').search(r'^(.*?)[\\/][Bb]lends[\\/]', bpy.data.filepath.replace('\\\\','/')).group(1)) or __import__('os').path.dirname(bpy.data.filepath)), 'Renders'))",
"eval_info": {
"show_link_button": true,
"description": "Auto-detect the project's Renders folder"
},
"required": false,
"subtype": "dir_path",
"visible": "submission"
},
{
"key": "add_path_components",
"type": "int32",
"default": 0.0,
"description": "Number of path components of the current blend file to use in the render output path",
"propargs": {
"max": 32.0,
"min": 0.0
"key": "use_submodule",
"type": "bool",
"default": false,
"description": "Include a submodule folder under Renders. Turn off to omit submodule entirely.",
"label": "Use Submodule",
"required": false,
"visible": "submission"
},
{
"key": "submodule",
"type": "string",
"description": "Optional submodule under Renders (e.g. 'Waterspider B'). If empty, omitted.",
"eval": "(__import__('os').path.basename(__import__('os').path.dirname(bpy.data.filepath)) if settings.use_submodule else '')",
"eval_info": {
"show_link_button": true,
"description": "Auto-fill with the current .blend file's parent folder"
},
"required": true,
"required": false,
"visible": "submission"
},
{
@@ -270,7 +457,7 @@
"type": "string",
"description": "Final file path of where render output will be saved",
"editable": false,
"eval": "str(Path(abspath(settings.render_output_root), last_n_dir_parts(settings.add_path_components), 'seq', jobname, jobname + '_######'))",
"eval": "((lambda Path, abspath, os_path, settings_obj, blend: str(Path(abspath(settings_obj.render_output_root or '//')) / (((str(settings_obj.submodule or '').strip()) if (settings_obj.use_submodule and str(settings_obj.submodule or '').strip()) else ((os_path.basename(os_path.dirname(bpy.data.filepath))) if settings_obj.use_submodule else ''))) / blend / (blend + '_######')))(__import__('pathlib').Path, __import__('os').path.abspath, __import__('os').path, settings, __import__('os').path.splitext(__import__('os').path.basename(bpy.data.filepath))[0]))",
"subtype": "file_path"
},
{
@@ -305,6 +492,7 @@
"key": "blendfile",
"type": "string",
"description": "Path of the Blend file to render",
"eval": "bpy.data.filepath",
"required": true,
"visible": "web"
},
@@ -338,7 +526,7 @@
"visible": "hidden"
}
],
"etag": "3b75a338dd1a6410958c00103e3437ec893a1bc6",
"etag": "bbbc0874b45e8f3715c0cf727938604cba6c25cf",
"description": "OPTIX GPU rendering + extra checkboxes for some experimental features + extra CLI args for Blender"
},
{
@@ -582,11 +770,6 @@
]
},
"worker_tags": {
"tags": [
{
"name": "nafan",
"id": "f5c8df63-d05d-4192-8e03-c9d2febc575a"
}
]
"tags": []
}
}
+4
View File
@@ -0,0 +1,4 @@
{
"max_save_files": 0,
"save_interval": 2
}
+6
View File
@@ -4,3 +4,9 @@
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2/4.6.0 NVIDIA 576.02}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2/4.6.0 NVIDIA 576.52}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2/4.6.0 NVIDIA 576.80}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/NVIDIA 576.80}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/NVIDIA 577.00}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2/4.6.0 NVIDIA 577.00}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/NVIDIA 580.97}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/NVIDIA 581.57}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2/4.6.0 NVIDIA 581.57}=SUPPORTED
+30 -30
View File
@@ -1,30 +1,30 @@
C:\Users\Nathan\Desktop\2025-06-24 Cartoon3\Alika_004.blend
C:\Users\Nathan\Desktop\2025-06-24 Cartoon3\Alika_003.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_2.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_8.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_7.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_6.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_5.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_4.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\stills\daily_250701\iUP_M6_3.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Assets\Blends\Straightner_Scene_BSDF.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\animations\daily_250701\Upstream_Straightener_1-2.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\animations\daily_250701\Upstream_Straightener_1-3.blend
C:\Users\Nathan\Desktop\Upstream_Straightener_1-1.blend
A:\1 Amazon_Active_Projects\250630_ADTA-Straightener_Horizontal\Blends\animations\daily_250701\Upstream_Straightener_1-1.blend
C:\Users\Nathan\Desktop\Upstream_Straightener_1-2.blend
C:\Users\Nathan\AppData\Local\Temp\2025-12-01_10-12_Upstream_Straightener_1-2.blend
C:\Users\Nathan\Desktop\Untitled.blend
\\Nexus\assets\BlenderAssets\Amazon\Scenes\Loadout_area_v5_test.blend
C:\Users\Nathan\Desktop\Hailey_003.blend
C:\Users\Nathan\Desktop\Untitled1.blend
C:\Users\Nathan\Desktop\Hailey_002.blend
C:\Users\Nathan\Desktop\Hailey_001.blend
\\Nexus\assets\BlenderAssets\Amazon\device_v2.blend
C:\Users\Nathan\Documents\BlenderAssets\OG\gems\gems.blend
\\Nexus\assets\BlenderAssets\Amazon\amazon-3Dworld-assets_005.blend
\\Nexus\assets\BlenderAssets\Amazon\amazon-3Dworld-assets_004.blend
\\NEXUS\assets\BlenderAssets\Amazon\Char\Cartoon1\Hailey_001.blend
C:\Users\Nathan\Desktop\device.blend
A:\1 Amazon_Active_Projects\250623_Scanless_Stow\Blends\animations\daily_250630\Animation 3A.blend
A:\1 Amazon_Active_Projects\250623_Scanless_Stow\Blends\animations\daily_250630\Animation 3D.blend
A:\1 Amazon_Active_Projects\251121_Gold-L6_redo\Assets\Blends\Aaron_vest-textured.blend
P:\251031_Tatt2Away_Idol\Assets\Blends\Char\Rumi v2.0.blend
A:\1 Amazon_Active_Projects\251121_Gold-L6_redo\Assets\Blends\Aaron.blend
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\Visual 2C.blend
A:\1 Amazon_Active_Projects\251121_Gold-L6_redo\Assets\Blends\amazon_warehouse_CYCLES.blend
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\Visual 4B.blend
C:\Users\Nathan\Downloads\Scenario 3 Scene 1 - Feedback A.blend
F:\jobs\2025-11-25-155447.841674-Scenario 3 Scene 1 - Feedback A\Scenario 3 Scene 1 - Feedback A.flamenco.blend
A:\1 Amazon_Active_Projects\251121_Gold-L6_redo\Blends\animations\Scenario 3 Scene 1 - Feedback A.blend
C:\Users\Nathan\Downloads\Visual 5B.blend
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\Visual 5B.blend
F:\jobs\2025-11-25-114624.321965-Visual 4B\Visual 4B.flamenco.blend
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\Visual 5.blend
C:\Users\Nathan\Downloads\Visual 3B.blend
C:\Users\Nathan\Downloads\Visual 4B\Blends\animations\06 Infill And Powerbrooming\Visual 4B.blend
F:\jobs\2025-11-24-172754.802929-Visual 3A\Visual 3A.flamenco.blend
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\Visual 3A.blend
C:\Users\Nathan\Downloads\Visual 3A\Blends\animations\06 Infill And Powerbrooming\Visual 3A.blend
C:\Users\Nathan\Downloads\Visual 2C.blend
F:\jobs\2025-11-24-171247.279407-Visual 2B\Visual 2B.flamenco.blend
P:\250827_FestivalTurf\Blends\animations\06 Infill And Powerbrooming\Visual 2B.blend
C:\Users\Nathan\Downloads\Visual 2D.blend
C:\Users\Nathan\Downloads\Visual 2A.blend
C:\Users\Nathan\Downloads\01_opening.blend
C:\Users\Nathan\Downloads\09_ending.blend
P:\250827_FestivalTurf\Blends\animations\04 Securing Your Seam\09_ending.blend
P:\251031_Tatt2Away_Idol\Blends\animations\02 Dressing Room\2B.blend
P:\251031_Tatt2Away_Idol\Blends\animations\02 Dressing Room\2D.blend
P:\251031_Tatt2Away_Idol\Blends\animations\02 Dressing Room\2C.blend
P:\251031_Tatt2Away_Idol\Blends\animations\02 Dressing Room\2A.blend
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+91 -23
View File
@@ -16,7 +16,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -35,7 +35,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -54,7 +54,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -73,7 +73,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -92,7 +92,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -114,6 +114,58 @@
"active": true
}
},
{
"keymap": "3D View",
"operator": "wm.call_menu_pie",
"op_kwargs": {
"name": "VIEW3D_MT_shading_ex_pie"
},
"key_kwargs": {
"type": "Z",
"value": "PRESS",
"ctrl": false,
"shift": false,
"alt": false,
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
}
},
{
"keymap": "3D View",
"operator": "wm.call_menu_pie",
"op_kwargs": {
"name": "VIEW3D_MT_view_pie"
},
"key_kwargs": {
"type": "ACCENT_GRAVE",
"value": "CLICK_DRAG",
"ctrl": false,
"shift": false,
"alt": false,
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
}
},
{
"keymap": "3D View",
"operator": "view3d.navigate",
"op_kwargs": {},
"key_kwargs": {
"type": "ACCENT_GRAVE",
"value": "CLICK",
"ctrl": false,
"shift": false,
"alt": false,
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
}
},
{
"keymap": "Mesh",
"operator": "wm.call_menu_pie_drag_only",
@@ -130,7 +182,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -149,7 +201,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -168,7 +220,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -187,7 +239,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -206,7 +258,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -244,7 +296,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -263,6 +315,22 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": false
}
},
{
"keymap": "Object Non-modal",
"operator": "view3d.object_mode_pie_or_toggle",
"op_kwargs": {},
"key_kwargs": {
"type": "TAB",
"value": "PRESS",
"ctrl": true,
"shift": false,
"alt": false,
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
}
},
@@ -282,7 +350,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -301,7 +369,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -320,7 +388,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -339,7 +407,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -358,7 +426,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -377,7 +445,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -396,7 +464,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -415,7 +483,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -434,7 +502,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -450,7 +518,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -469,7 +537,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
},
{
@@ -488,7 +556,7 @@
"any": false,
"oskey": false,
"key_modifier": "NONE",
"active": true
"active": false
}
}
]