Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. MishaHeesakkers
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by MishaHeesakkers

    • RE: Trying to install Drawbot as a module gives this error.

      @frederik thanks!

      I've installed all dependencies with pip3 and installed Drawbot with python3 with no errors. But... When I try to build my Drawbot sketches in Sublime Text I get the following error.

      File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/drawBot-3.120-py3.7.egg/drawBot/drawBotDrawingTools.py", line 441, in DrawBotDrawingTool
          supportedOptions="\n        ".join(getContextOptionsDocs())
      TypeError: unsupported operand type(s) for %: 'NoneType' and 'dict'
      

      Could this be an error within the Drawbot package? Or am I missing a step here?

      posted in Bugs
      MishaHeesakkers
      MishaHeesakkers
    • Trying to install Drawbot as a module gives this error.

      Hi! I'm trying to install Drawbot as a module via the Github README (using Python 3). I get a lot of errors of missing dependencies but installed these via pip3. After installing all the dependencies I end up with the error below while trying to install drawbot...

      Traceback (most recent call last):
        File "setup.py", line 17, in <module>
          import vanilla
        File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vanilla/__init__.py", line 3, in <module>
          from vanilla.core import Hub
        File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vanilla/core.py", line 102
          except Exception, e:
                          ^
      SyntaxError: invalid syntax
      

      Any thoughts?

      posted in Bugs
      MishaHeesakkers
      MishaHeesakkers
    • RE: When exporting a large amount of frames is there a possibility to track the duration of this process?

      @frederik makes sense! I can easily print out the progress of executing frames but I can't figure out how I can get some kind of progress feedback when the saveImage() function is called when exporting a larger .mp4 file. Any ideas?

      posted in General Discussion
      MishaHeesakkers
      MishaHeesakkers
    • When exporting a large amount of frames is there a possibility to track the duration of this process?

      I'm currently setting up a Sublime Text 3 workflow and I was wondering if I could get print out some feedback of when the build is started and when it is ended?

      The code below gets called when the saveImage is done building. Is there a way to bind another callback function to saveImage?

      os.system("open --background -a Preview " + EXPORT_PATH)
      

      Thanks in advance!

      posted in General Discussion
      MishaHeesakkers
      MishaHeesakkers
    • RE: Are there any tutorials on how to build Drawbot python files via Sublime?

      @frederik Thanks! I think I can work with this 😉 How about motion examples?

      posted in General Discussion
      MishaHeesakkers
      MishaHeesakkers
    • Are there any tutorials on how to build Drawbot python files via Sublime?

      Hi there,

      Are there any tutorials on how to build Drawbot python files via Sublime?

      I installed Drawbot as a module and I can build in Sublime but I can only log print statements for now. How can I get the visual to appear/build?

      Thanks in advance!

      posted in General Discussion
      MishaHeesakkers
      MishaHeesakkers