Tipps & Tricks
Materials
Procedural radial coords
Animation
Driver with expression:
#frame/50
The point in time can be read with bpy.context.scene.frame_current and set with bpy.context.scene.frame_set(frameNumber).
Particles
Non Overlapping Particles

Google Maps to Blender
With RenderDocs
- Start Chrome in Debug Mode
This command starts Chrome and shows the GPU PID:
C:\Windows\System32\cmd.exe /c "SET RENDERDOC_HOOK_EGL=0 && START "" ^"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe^" --disable-gpu-sandbox --gpu-startup-dialog"
-
Start RenderDocs Inject into the Google Chrome GPU process. This must happen before you start any 3D.
-
Browse to Google Maps Only works with Maps, not Earth!
- Capture a scene Either use "print screen"-key ("Drucken" in german) or click the button on RenderDoc while moving the view.
- Save the capture as an RDC-file.
- Import the file to Blender with the MapsModelsImporter. This takes a while and might not work if you didn't do everything according to this list.
That's it!