https://github.com/ichlubna/blenderscripts
Random Python scripts for Blender
https://github.com/ichlubna/blenderscripts
blender blender-addon blender-api blender-scripts python
Last synced: about 1 year ago
JSON representation
Random Python scripts for Blender
- Host: GitHub
- URL: https://github.com/ichlubna/blenderscripts
- Owner: ichlubna
- License: mit
- Created: 2018-12-07T09:57:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T12:30:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:40:22.518Z (about 1 year ago)
- Topics: blender, blender-addon, blender-api, blender-scripts, python
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 24
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Some useful Blender scripts
## VFX
lightning.py - compositor node for 2D lightning effect - working but not finished since custom nodes struggle with input sockets
## LF
cameras.py - generates grid of cameras for lightfield or LKG\
pixelAnalyzer.py - analyzes pixels from LF data\
lfAssets.py - generates a virtual LF window from input grid - LF images - can be obtained from 3D scene with [this script](https://github.com/ichlubna/lfStreaming/blob/main/scripts/BlenderAddon.py)
## MISC
bakeAll.py - bakes all simulations (usage: blender untitled.blend -b -P bakeAll.py)\
matchFPS.py - transforms the imported strip in VSE into the project FPS\
scaleOptical.py - scales the selected objects according to camera\
ffExport.py - connects Blender to external ffmpeg, allowing a direct encoding to all supported formats like gif of h.265\
customNode.py - example of creating a custom material node which renders the scene and uses the render as a material texture