Navigation

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

    Tom Brinton

    @brintown

    0
    Reputation
    9
    Posts
    85
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website tombrinton.com Location USA

    brintown Follow

    Best posts made by brintown

    This user hasn't posted anything yet.

    Latest posts made by brintown

    • metaballs?

      Hello! Anyone here aware of how to do metaballs in Drawbot? Or know of a tutorial? The only information I've been able to find is for raster-based solutions.

      posted in General Discussion
      brintown
      brintown
    • RE: image patterns as shape fill

      @djrrb Thank you, this will totally work for what i need!

      posted in General Discussion
      brintown
      brintown
    • image patterns as shape fill

      Hi there Drawbotters!

      Is it possible to set the fill of a given shape as a repeating tiled image?

      posted in General Discussion
      brintown
      brintown
    • RE: New line characters causing issues?

      This is the text command:

      drawBot.text("Starting\n \n      HP\n\n \n       ¢",(25,145))
      
      posted in General Discussion
      brintown
      brintown
    • New line characters causing issues?

      I'm using a text command to write to the page, and on any string that uses \n (newline character) I'm getting this error.

      Can anyone help me decipher this? I have had no problem getting newline characters to work on past projects.

      Traceback (most recent call last):
        File "paper_dungeon.py", line 680, in <module>
        File "paper_dungeon.py", line 573, in draw_shop_page
        File "drawBot/drawBotDrawingTools.pyc", line 1607, in text
        File "drawBot/context/baseContext.pyc", line 908, in makeTextBoxes
      IndexError: NSRangeException - NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds
      
      posted in General Discussion
      brintown
      brintown
    • RE: Set canvas size by inches?

      Ah excellent! Makes sense... 72 dpi and all

      posted in General Discussion
      brintown
      brintown
    • Set canvas size by inches?

      I'm trying to create PDFs that are 3x5". I tried setting the canvas to 300x500 which doesn't come out to 3x5" as a printable PDF document. I know there's probably a way to scale the PDF after the fact, but it would save me a lot of time to be able to set the paper size accurately from the very beginning. Does anyone know how to do this?

      If nothing else knowing the points to inches ratio could help me set my canvas to a size close to 3x5".

      Thank you!

      posted in General Discussion
      brintown
      brintown
    • RE: Masking

      thanks @frederik and @gferreira for the helpful hints!

      posted in General Discussion
      brintown
      brintown
    • Masking

      Hi there, I would like to create a pattern, and then mask that pattern with a primitive.

      For example, create a field of wiggles. Then mask that pattern with a circle.

      Anyone know how I could accomplish that?

      posted in General Discussion
      brintown
      brintown