Skip to content

Instantly share code, notes, and snippets.

@PierrickKoch
Created October 7, 2013 21:50
Show Gist options
  • Select an option

  • Save PierrickKoch/6875549 to your computer and use it in GitHub Desktop.

Select an option

Save PierrickKoch/6875549 to your computer and use it in GitHub Desktop.
from morse.builder import *
mana = ATRV('mana')
minnie = ATRV('minnie')
env = Environment('caylus.50cm.blend')
env.set_camera_clip(clip_end=1000)
env.set_camera_speed(50)
env.show_framerate()
env.configure_multinode(
protocol = "socket",
server_address = "localhost",
server_port = "65000",
distribution = { 'hybrid': [mana.name, minnie.name] }
)
env.create()
#env.set_log_level('morse.multinode.socket', 'debug')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment