Gimptalk - Premier Gimp Community: Animated Painting - Using Animated Path Stroking Script - Gimptalk - Premier Gimp Community

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Animated Painting - Using Animated Path Stroking Script

#41 User is offline   2-ton 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,526
  • Joined: 30-September 08

Posted 09 March 2010 - 02:21 AM

Aha, the plot thickens. btw, when you make your own brush, with the brush editor, is it a vbr brush?
0

#42 User is offline   fencepost 

  • Retired Staff
  • PipPipPip
  • Group: Retired Staff
  • Posts: 2,643
  • Joined: 01-March 05

Posted 09 March 2010 - 03:27 AM

2-ton said:

Aha, the plot thickens.


Actually, I've thinned the plot out and solved the problem. Take a look at your screenshot:

Posted Image

Notice the scale is set at 3.00. When you hover over the path with the scaled brush it appears that it should work, but the script is not set up to handle scaling of brushes because most of GIMP's brushes cannot be scaled in a script. The only ones that can are editable brushes. I don't want to go into the mechanics of it, but it was best, IMO, to not try and handle different scaling scenarios in the script, so I left it out completely. I used your settings which is why my results can out the same as yours. Can't believe I didn't catch it the first time around.

My suggestion is that you create an editable brush, double-click it, and set the desired settings within the dialog that opens and then run the script. It works fine....just tested it myself. Here's a star brush I quickly created with a small radius and wide spacing just to show you.

Posted Image

And the same brush with a large radius to cover everything:

Posted Image

Quote

btw, when you make your own brush, with the brush editor, is it a vbr brush?


Yes.
0

#43 User is offline   2-ton 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,526
  • Joined: 30-September 08

Posted 09 March 2010 - 03:50 AM

so you make your own brush to the size you want in the project because the script is going to use the size it is at 1.0 if it is a vbr brush???? Well, now that the secret is out, we can be sure to use a proper brush!
0

#44 User is offline   fencepost 

  • Retired Staff
  • PipPipPip
  • Group: Retired Staff
  • Posts: 2,643
  • Joined: 01-March 05

Posted 09 March 2010 - 03:47 PM

Correct. There is no scaling of brushes through the script, even if it's scaled in the brush option dialog. However, if you make a brush of your own and it's editable (that's the key), you can double-click on that brush and set the various options within that brush dialog and it will work fine.

I hope you realize, I didn't design the script to be complicated; however, there are certain limitations within GIMP that really would have complicated things from a programming AND usage standpoint.

Art
0

#45 User is offline   2-ton 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,526
  • Joined: 30-September 08

Posted 10 March 2010 - 03:12 AM

It's a great script...and simplicity is part of that.
0

#46 User is offline   fencepost 

  • Retired Staff
  • PipPipPip
  • Group: Retired Staff
  • Posts: 2,643
  • Joined: 01-March 05

Posted 10 March 2010 - 07:56 PM

I re-read my post above and it comes across to me as being quite rude. I apologize if it came across to you that way, as that's not what I intended. This proves that rushing through a post without thinking is not a good thing. :oops: My intent was to provide some background as why I programmed the way I did, without being overly complex. Again my apologies for sounding so short.
0

#47 User is offline   2-ton 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,526
  • Joined: 30-September 08

Posted 11 March 2010 - 03:34 AM

No, I didn't read it as rude, but as an explanation about keeping it as simple as possible not just to write, but also to use. And thanks for figuring out about brush sizes! Making the right size brush is an easy solution.
0

#48 User is offline   Silvertayl 

  • Member
  • PipPip
  • Group: Members
  • Posts: 361
  • Joined: 24-October 08
  • LocationSydney, Australia

Posted 12 March 2010 - 08:31 PM

I finally got around to trying this out here's my first effort:

Posted Image
Posted Image
0

#49 User is offline   fencepost 

  • Retired Staff
  • PipPipPip
  • Group: Retired Staff
  • Posts: 2,643
  • Joined: 01-March 05

Posted 12 March 2010 - 08:58 PM

Nice work!
0

#50 User is offline   Silvertayl 

  • Member
  • PipPip
  • Group: Members
  • Posts: 361
  • Joined: 24-October 08
  • LocationSydney, Australia

Posted 12 March 2010 - 11:45 PM

fencepost said:

Nice work!


Praise from The Master :P
Posted Image
0

#51 User is offline   Silvertayl 

  • Member
  • PipPip
  • Group: Members
  • Posts: 361
  • Joined: 24-October 08
  • LocationSydney, Australia

Posted 13 March 2010 - 03:39 AM

For this one I set the brush mode to dissolve and used a Maroon and White gradient (my footy teams colours):

Posted Image
Posted Image
0

#52 User is offline   2-ton 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,526
  • Joined: 30-September 08

Posted 13 March 2010 - 05:31 AM

I love that! I never really thought about using effects to paint in text to make it more interesting! Great idea you have there.
0

#53 User is offline   molly 

  • Member
  • PipPip
  • Group: Members
  • Posts: 649
  • Joined: 03-September 09

Posted 13 March 2010 - 11:17 AM

Silvertayl said:

For this one I set the brush mode to dissolve and used a Maroon and White gradient (my footy teams colours):



Very nice Silvertayl.....
Posted Image
Posted Image Click Me!
0

#54 User is offline   This_Is_Shark_Attack 

  • Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 14-January 12

Posted 08 March 2012 - 02:38 AM

Posted Image
yea its kinda bad.
Spoiler
0

#55 User is offline   Sir Snivy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 39
  • Joined: 26-January 12

Posted 11 March 2012 - 02:39 PM

I'll have to try this sometime, great and easy to understand tutorial
Posted Image
0

#56 User is offline   kane 

  • Member
  • PipPip
  • Group: Members
  • Posts: 34
  • Joined: 25-February 06
  • Locationcali

Posted 19 March 2012 - 08:07 PM

have to try this later
0

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic