It is currently Sat Jul 06, 2024 5:36 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 297 posts ]  Go to page Previous  1 ... 10, 11, 12, 13, 14, 15  Next
Author Message
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Fri Sep 12, 2014 12:42 am  (#241) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
akovia wrote:
:~/.gimp-2.8$ find . -name "Random Font Text.scm"
./scripts/Random Font Text.scm
Worth a shot, it get all Gimp script folders.
Test For Duplicate Scripts
Support thread, Test for duplicate scripts

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Fri Sep 12, 2014 7:16 pm  (#242) 
Offline
GimpChat Member
User avatar

Joined: Jan 15, 2013
Posts: 133
GnuTux wrote:
akovia wrote:
Also, I realize it doesn't care what the name of the script is, which is why I also did the search in the Plugin Browser, as it searches for the actual function/procedure. Even if the script was named something else, it would still show up there.

I posted before I saw your last post. You're right but looking in the Plug-in Browser might not tell you if you have a conflict with another .scm script. If you only have RFT in the scripts folder and there are no other scm scripts (aside from GIMP's defaut scripts) installed in your global folder, you know the problem lies elsewhere.

Looking at your console messages, you do have lots of duplicates (and other issues) with your plug-ins folders, but I wasn't going to mention those until we were sure there were no duplicate or conflicting .scm scripts. :)


Well it wasn't a duplicate script, but it was a script that doesn't work due to never being updated. In fact I had just posted a request yesterday to try and find someone capable of updating it. That's why it was still in my scripts folder.
http://gimpchat.com/viewtopic.php?f=9&t ... 10#p148525

I haven't bothered to dig further into the exact reason for the trouble, so I just removed the 2 files from my script folder and now the random text script is working flawlessly. I thank you both for your tenacity in tracking down the problem. :tyspin

_________________
Gimp 2.8.16
Arch Linux - XFCE 4.12
Some of my work.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Fri Sep 12, 2014 10:14 pm  (#243) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
My small contribution


Image


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Fri Sep 12, 2014 10:52 pm  (#244) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Pirate541 I love the effect, well done, so I had to try
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 8:51 am  (#245) 
Offline
GimpChat Member
User avatar

Joined: Jan 15, 2013
Posts: 133
I'm really enjoying this script. :coolthup
I did have a feature request though. I haven't read the entire thread so I apologize if this has been mentioned before.
Would it be possible to have an option to select fonts from a folder (recursively)?
I keep a good number of fonts loaded on my system, but have a huge library I'd love to access without having to go through and hand pick all the fonts and load them.
Just a thought.

Regardless.. just fantastic work!

_________________
Gimp 2.8.16
Arch Linux - XFCE 4.12
Some of my work.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 9:23 am  (#246) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
maybe the solution is to add in the font preference the folder(s) of the library fonts
( better if you separete in subfolders)


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 5:42 pm  (#247) 
Offline
GimpChat Member
User avatar

Joined: Jan 15, 2013
Posts: 133
Marcello wrote:
maybe the solution is to add in the font preference the folder(s) of the library fonts
( better if you separete in subfolders)

That's a great idea for a workaround. :keybdtype
Thanks for the suggestion.

_________________
Gimp 2.8.16
Arch Linux - XFCE 4.12
Some of my work.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 5:47 pm  (#248) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I would love to separate all my fonts but I wouldn't know where to start. It is a good idea though to be able to open just the fonts you want.
I have my brushes all separated into folders then I use the 'ofnuts' script to open just the ones I need.

_________________
Image


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 7:19 pm  (#249) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly I use ofnuts manager to handle all my added fonts as well as brushes

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 7:37 pm  (#250) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I could do that too graechan, but how do you go about sorting them?

_________________
Image


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 7:58 pm  (#251) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly I entered them all individually but with a little effort they could be sorted

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 8:46 pm  (#252) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
Graechan
Thanks :)


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sat Sep 13, 2014 10:37 pm  (#253) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Pirate541 I hope you were thinking about ofnuts addon Manager

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 6:09 am  (#254) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Graechan wrote:
Molly I entered them all individually but with a little effort they could be sorted

Thanks Graechan... I will think about it cuz it is a good idea. I have 473 fonts and many of them look a lot alike.
I have my fonts open right now and would have to view them one at a time with font viewer. Is there a way I can see what the font looks like beside the name?

_________________
Image


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 7:55 am  (#255) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Molly,

you may keep open a window with the FontView (attached)

Attachment:
FontView.7z [45.22 KiB]
Downloaded 81 times



edit: I'm a Windows user, please check whether that SW is available for your OS

_________________
"Where am I ?"


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 8:05 am  (#256) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thanks dinasset. I do have font viewer and Kfont view, but I can only look at one font at a time.

_________________
Image


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 8:18 am  (#257) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
uhm, strange
here the output of my fontview
I see much more than one single font at a time

Attachment:
Clipboard01.png
Clipboard01.png [ 192.26 KiB | Viewed 1129 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 8:26 am  (#258) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
Graechan

""addon" ?


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 8:31 am  (#259) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
@pirate

ofnuts' addonCollectionManager

Attachment:
addonCollectionManager-3.0.py.7z [5.2 KiB]
Downloaded 71 times

_________________
"Where am I ?"


Top
 Post subject: Re: Random Font Text Script Rel5.2 [Improved GUI Options]
PostPosted: Sun Sep 14, 2014 8:41 am  (#260) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I can get all the fonts but they don't look like that, I tried to right click on them to cut and paste into folders but it won't let me. I wonder if there is more than one font viewer. That is what mine is called.
@dinasset, here is what mine looks like when I view all fonts, it is great but I can't cut and paste them, I would have to write them all down then paste them into the folders one by one.
Image

_________________
Image


Top
Post new topic Reply to topic  [ 297 posts ]  Go to page Previous  1 ... 10, 11, 12, 13, 14, 15  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Error with ICCII's Random Blends Script

6

No new posts Attachment(s) Using Custom Font Faux 3D with text layers

2

No new posts script to load text file and create text layer

6

No new posts Attachment(s) Script-fu interactive UI window - font size and spacing

4

No new posts Attachment(s) Font In Status Bar Not Loading Correctly (on top of other font issues)

4



* Login  



Powered by phpBB3 © phpBB Group