Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughperkins/blender-tips

blender-tips
https://github.com/hughperkins/blender-tips

Last synced: 20 days ago
JSON representation

blender-tips

Awesome Lists containing this project

README

        

# blender-tips
blender-tips

# Bake fluid on commandline:

```
/Applications/Blender.app/Contents/MacOS/Blender --background ~/BlenderFiles/test_render1.blend --python bake.py
```
(`bake.py` is in this repo)

# Render frame on commandline:

```
/Applications/Blender.app/Contents/MacOS/Blender --background ~/BlenderFiles/test_render1.blend -o './feb08a####.png' -f 2
```
(Note that `-o` MUST precede the `-f` ...)

# Render animation on commandline:

```
/Applications/Blender.app/Contents/MacOS/Blender --background ~/BlenderFiles/test_render1.blend -o './feb08a####.png' -s 1 -e 5 -a
```
Where:
- `-s` is start frame
- `-e` is end frame (inclusive)
- `-a` says to render animation