2026-02-16

This commit is contained in:
2026-03-17 15:25:32 -06:00
parent d5dd373de0
commit 60100fbab2
560 changed files with 33397 additions and 20776 deletions
+10 -11
View File
@@ -10,14 +10,13 @@ D:\Work\9 iClone\Amazon\
D:\Amazon\00_external-files\
N:\1. CHARACTERS\remapping\
[Recent]
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Assets\Blends\
!ToDraw
D:\2.ToDraw\Amazon Projects\
G:\Amazon\2025\1. CHARACTERS\1. Current\241219_Cartoon\textures\
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\animations\leader\
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\textures\Paul\
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AM\
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Deliverable\Stills\Leader\
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\stills\Leader\
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\stills\
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\
C:\Users\Nathan\AppData\Local\Temp\
A:\1 Amazon_Active_Projects\260206_PAE_2026\Assets\Blends\
C:\Users\Nathan\Downloads\
\\nas\amazon\2. ASSETS\Media\Motion Graphics\Ae\profiles (for speech bubble)\
T:\1 BlenderAssets\Amazon\Char\Cartoon3\
A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\Nodes\
A:\1 Amazon_Active_Projects\260206_PAE_2026\Assets\Blends\textures\Products_1\Black Package\
A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\Char\Cartoon2\AS\
A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\Char\Cartoon3\
+134 -1
View File
@@ -9,7 +9,7 @@
"location": "F:\\jobs",
"audience": "users",
"platform": "windows",
"shaman_enabled": false
"shaman_enabled": true
},
"job_types": {
"job_types": [
@@ -529,6 +529,139 @@
"etag": "bbbc0874b45e8f3715c0cf727938604cba6c25cf",
"description": "OPTIX GPU rendering + extra checkboxes for some experimental features + extra CLI args for Blender"
},
{
"name": "TalkingHeads cycles-optix-gpu-greg-inspect",
"label": "TalkingHeads Cycles OPTIX GPU",
"settings": [
{
"key": "frames",
"type": "string",
"description": "Frame range to render. 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": 1.0,
"description": "Number of frames to render in one Blender render task",
"visible": "submission"
},
{
"key": "render_output_root",
"type": "string",
"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": "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": false,
"visible": "submission"
},
{
"key": "render_output_path",
"type": "string",
"description": "Final file path of where render output will be saved",
"editable": false,
"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": "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 render",
"eval": "bpy.data.filepath",
"required": true,
"visible": "web"
},
{
"key": "fps",
"type": "float",
"eval": "C.scene.render.fps / C.scene.render.fps_base",
"visible": "hidden"
},
{
"key": "format",
"type": "string",
"eval": "C.scene.render.image_settings.file_format",
"required": true,
"visible": "web"
},
{
"key": "image_file_extension",
"type": "string",
"description": "File extension used when rendering images",
"eval": "C.scene.render.file_extension",
"required": true,
"visible": "hidden"
},
{
"key": "has_previews",
"type": "bool",
"description": "Whether Blender will render preview images.",
"eval": "C.scene.render.image_settings.use_preview",
"required": false,
"visible": "hidden"
}
],
"etag": "1ac1baa75e355de50b11b56dde8118200d2a74b6",
"description": "OPTIX GPU rendering + extra checkboxes for some experimental features + extra CLI args for Blender"
},
{
"name": "cycles-optix-gpu",
"label": "Cycles OPTIX GPU",
+8 -1
View File
@@ -1,4 +1,11 @@
{
"save_before_close": true,
"save_interval": 2,
"max_save_files": 0,
"save_interval": 2
"compress_files": true,
"autosave_paths": [],
"relative_to_blend": false,
"save_images": true,
"save_sculpt": true,
"print_saves": true
}
+1
View File
@@ -11,3 +11,4 @@
{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
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/NVIDIA 591.44}=SUPPORTED
{NVIDIA Corporation/NVIDIA GeForce RTX 4080 SUPER/NVIDIA 591.74}=SUPPORTED
+30 -30
View File
@@ -1,30 +1,30 @@
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Assets\Blends\non-con_animation 1_induct characters.blend
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\animations\leader\non-con_animation 1_leader.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\Sarah_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\Heidi_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\Paul_v3.3.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\Marvin_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\Kennedy_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AS\Ciara_v3.3.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AM\AM_Tamu_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AM\AM_Glenna_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AM\AM_Toni_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon2\AM\AM_Beth_v3.2.blend
T:\1 BlenderAssets\Amazon\Char\Cartoon1\Chan_v4.3.blend
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\stills\Leader\Non-Con_15.blend
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\stills\Non-Con_15.blend
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\stills\Leader\Non-Con_6.blend
A:\1 Amazon_Active_Projects\251216_NonCon_Media\Blends\stills\Non-Con_6.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\SSD_2B.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\SSD_1G.blend
C:\Users\Nathan\SynologyDrive\work\2025 websitetalkingheads\2025-05-21 NewZoo Rigs Optimization\Charlie_Owl_009.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\SSD_2A.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\SSD_2K.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\SSD_2KA.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\SSD_2G_2H.blend
A:\1 Amazon_Active_Projects\0 AssetArchive\Amazon\Char\Cartoon1\Kirk_v4.3.blend
A:\1 Amazon_Active_Projects\251222_Same-Day-Delivery_Updates\Blends\animations\WS-A_1A.blend
G:\Amazon\2025\250404_Dock-2.5\Blends\animations\Waterspider A\WS-A_1A.blend
P:\251120_monty-python-crm\blends\castle-wall_shadow-test1.blend
F:\jobs\2025-12-22-170344.595818-SSD_2J\SSD_2J.flamenco.blend
F:\jobs\2025-12-22-154849.096298-SSD_1F\SSD_1F.flamenco.blend
T:\260206_PAE_2026\Blends\animations\PAE_animation 8G.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_animation 8G.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 3C.blend
C:\Users\Nathan\AppData\Local\Temp\2026-02-16_16-53_PAE_Animation 3C.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_animation 8G_alt.blend
C:\Users\Nathan\Downloads\PAE_animation 8F.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_animation 8F.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 2B.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 9b.blend
C:\Users\Nathan\Downloads\PAE_Animation 9b.blend
A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\Char\Cartoon3\Koto_v1.2.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 9a.blend
C:\Users\Nathan\Downloads\PAE_Animation 1D.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 1D.blend
C:\Users\Nathan\AppData\Local\Temp\2026-02-16_13-24_PAE_Animation 9b.blend
C:\Users\Nathan\Downloads\PAE_Animation 11D.blend
C:\Users\Nathan\Downloads\PAE_Animation 11C.blend
A:\1 Amazon_Active_Projects\260206_Dock_Unified\Blends\animations\Waterspider B\WS-B_1G.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 10b.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_animation 7A.blend
C:\Users\Nathan\Downloads\PAE_Animation 5C.blend
C:\Users\Nathan\Downloads\PAE_Animation 5B.blend
C:\Users\Nathan\Downloads\PAE_Animation 5A.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Assets\Blends\PAE_area_dock.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 5C.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 5B.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 5A.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 4B.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 3E.blend
A:\1 Amazon_Active_Projects\260206_PAE_2026\Blends\animations\PAE_Animation 2A.blend
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.