start new:
tmux
start new with session name:
tmux new -s myname
#---------------------------------------------------------- | |
# File photo.py - cubify a named image in project. | |
# @knowuh (Noah Paessel) http://bit.ly/photoblend | |
# License: MIT ( http://opensource.org/licenses/MIT ) | |
#---------------------------------------------------------- | |
import bpy | |
from random import uniform | |