Polyfjord Deep Dive
This 3D tracking workflow just got a lot faster! (COLMAP → GLOMAP)
updated
Software used:
inkscape.org
blender.org
Tiger image:
pixabay.com/photos/tiger-animal-wildlife-mammal-165189
ChatGPT Prompt:
"Hey! Can you write a Blender script that will offset each object in the outliner by a value of 0.1 on the Z axis, based on their order of appearance?
So the first object will move 0.1 on the z axis, the second will move 0.2, the third will move by 0.3 and so on."
Code from ChatGPT below:
import bpy
# Get the selected objects in the outliner
selected_objects = bpy.context.selected_objects
# Initialize the z_offset
z_offset = 0.1
# Iterate through the selected objects
for obj in selected_objects:
# Check if the object is visible in the outliner
if obj.visible_get():
# Translate the object on the Z-axis
obj.location.z += z_offset
# Increment the z_offset for the next object
z_offset += 0.1
The XLR audio sound card video I'm briefly mentioning: youtu.be/sy6LWGmifBM
Below is the full list of the PC gear I'm currently using to do livestreams or record tutorials as of September 13th 2023:
🖥️ Main/Blender PC 🖥️
GPU: RTX 4090
CPU: i9-13900KS
RAM: 64GB DDR5
CASE: HYTE Y60
Main monitor: LG UltraGear 27GR95QE-B
Mouse: Logitech G502 Hero
Keyboard: Logitech G915
🖥️ Streaming PC 🖥️
GPU: RTX 2080ti
CPU: i7-6700K
RAM: 64GB DDR4
Monitor: LG UltraGear 27GP950
Mouse: JLT Edge W
Capture Card 1: Elgato HD60 X
Capture Card 2: Elgato HD60 S+
Control pad: Elgato Stream Deck
🎥 Additional gear 🎥
Headset: Hyperx Cloud 2
Sound card: Audient EVO 8
Mic: Neumann U89 (Just borrowing it, will be replaced by Neumann TLM 102 Studio Set)
Mic arm: Røde PSA1
Streaming Camera: Sony a7s II
Vlog camera: DJI Action 2
Light: Westcott Flex Bi-Color Mat (1' x 1')
⚡ Software ⚡
3D software: Blender 3.6.2
Streaming software: OBS Studio 29.0.2
Remote desktop software: Parsec
Blendermarket link: blendermarket.com/products/real-pixels
Gumroad link: polyfjord.gumroad.com/l/real-pixels
Shoutout to Victor Schroers for building this amazing shader, check out his artstation: artstation.com/victorschroers1
Creative Commons Rose by heliona on sketchfab:
sketchfab.com/3d-models/rose-6281bf3703584323bb4d8326f1f1b59d
Download the project file here (free, no login required): patreon.com/posts/83674745
Software used: blender.org
Sketchfab addon: github.com/sketchfab/blender-plugin
Assets used:
Software used: blender.org
Open Source SVG Icons: feathericons.com
Fugaz One font: fonts.google.com/specimen/Fugaz+One
Bootstrap icons: icons.getbootstrap.com
patreon.com/polyfjord
Mentioned tutorials:
EXR and color space setup: youtu.be/-UjJqwwMJc8?t=580
Mentioned software:
Blender - blender.org/download
ScreenToGif - screentogif.com
Screencast Keys - github.com/nutti/Screencast-Keys
Render Street - https://render.st/
DJV - darbyjohnston.github.io/DJV
DaVinci Resolve - blackmagicdesign.com/products/davinciresolve
Soundly - getsoundly.com
Video Enhance AI - topazlabs.com/topaz-video-ai
Open Broadcaster Software - obsproject.com
Mentioned merch:
Official Blender Merch - store.blender.org
Official Polyfjord Merch - polyfjord.threadless.com
00:00 Welcome to my second channel!
00:31 My Windows 10 settings
03:42 My Blender Default Startup file
06:17 Blender to DaVinci Resolve EXR pipeline
12:20 Summary
12:56 Thanks for watching!


