Skip to content

Commit

Permalink
Ajout d'une docstring pour le controleur de Blender
Browse files Browse the repository at this point in the history
  • Loading branch information
TurpIF committed Mar 4, 2014
1 parent 15542d0 commit 4d9a6da
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions assets/BlenderController.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import threading
import mathutils
import socket
import os
import select
"""
Create a new blender object inside your scene. Then add a new module Python
controller BlenderController.main and connect it with a new always sensor.
"""

import bpy
import sys

# Put the path of Togetic library inside the syspath
sys.path.append("../")

from Togetic.Blender import PositionController

Expand Down

0 comments on commit 4d9a6da

Please sign in to comment.