It is currently Sat Jul 06, 2024 9:00 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 114 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6
Author Message
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Sat Jun 07, 2014 8:36 pm  (#101) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Trandoductin Remember I said I wrote the script a long time ago, this old fella just plum forgot so I apologise for my lack of memory :oops:

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


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Mon Jun 09, 2014 6:54 am  (#102) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
OK. I can run the script at Gimp 2.6 but I'd like to run it at GIMP 2.8.10.
I still do not understand why there is a problem with the G'MIC at Gimp 2.8.10.

_________________
Image


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Mon Jun 09, 2014 7:05 am  (#103) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
That is strange Carlos.

_________________
Image


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 1:08 am  (#104) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
The scripts (Gimp 2.8.14 GMIC 1.6.0.0) does not accept decimal places.

Size of Shapes = 3 (OK)
[gmic_gimp]./apply/ -v - -gimp_random3d 0,120,3.0,100,45,0,0,-100,0.5,0.7,5,1


Size of Shapes = 3.5 (ERROR)
[gmic_gimp]./apply/ -v - -gimp_random3d 0,120,3,5.0,100,45,0,0,-100,0.5,0.7,5,1


Solution - only integers - or:
this code:
  SF-ADJUSTMENT "Size of Shapes" '(3.5 1 20 0.1 1 1 1)
  SF-ADJUSTMENT "3D-fgd-height" '(30 1 50 0.1 1 1 1)


change to:
  SF-ADJUSTMENT "Size of Shapes" '(3 1 20 1 1 1 1)
  SF-ADJUSTMENT "3D-fgd-height" '(30 1 50 1 1 1 1)


Attachments:
error for decimal.png
error for decimal.png [ 44.9 KiB | Viewed 2274 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 2:17 am  (#105) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Carlos Diniz I just checked the download on the initial post and it runs fine on 2.8.10 and 2.8.14 are you sure you are using the latest release 3 I don't think there is any reason to change the script as I do not know what errors or problems you have, you only said it doesn't go (not much help really)

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


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 6:29 am  (#106) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
Graechan, I now have GIMP 2.8.14 and the latest version of 3D Fun script. When I run the script I keep getting the same error messages as described in # 83. Nothing has changed.

_________________
Image


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 6:38 am  (#107) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
This script works fine for me using gimp-2.8.14.
Image

_________________
Image


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 7:02 am  (#108) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
MareroQ, you're right. I made the changes proposed and I managed to get the expected result. Thanks very much.Image

_________________
Image


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 8:18 am  (#109) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Works great for me on GIMP-2.8.10 64bit. Love the bevel direction option Graechan.

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Tue Nov 11, 2014 4:44 pm  (#110) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I would not recommend any one else making the changes MareoQ suggested as they are unnecessary for the script to run

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


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Thu Jul 09, 2020 12:38 pm  (#111) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
I did not follow the remark above - and on request Jappaloe1963 (viewtopic.php?f=9&t=18545) - I adapted script to Gimp-2.10 and GMIC -2.9.

Some changes:
- (gimp-image-add-layer image layer position) -> (gimp-image-insert-layer image layer parent position) - 9x
- (gimp-image-raise-layer-to-top image item) -> (gimp-image-raise-item-to-top image item - 1x
- (gimp-drawable-set-name item name) -> (gimp-item-set-name item name) - 2x
- (gimp-undo-push-group-start image) -> (gimp-image-undo-group-start image) - 1x
- (gimp-undo-push-group-end image) -> (gimp-image-undo-group-end image) - 1x
- (gimp-selection-load channel) -> (gimp-image-select-item image operation item) - x2
- (gimp-image-lower-layer-to-bottom image item) -> (gimp-image-lower-item-to-bottom image item) - x2
- (gimp-drawable-get-visible item) -> (gimp-item-get-visible item) - 1x
- (gimp-drawable-set-visible item visible) -> (gimp-item-set-visible item visible) - 4x
- (gimp-image-get-layer-position image item) -> (gimp-image-get-item-position image item) - 1x
- (gimp-image-raise-layer image item) -> (gimp-image-raise-item image item) - 1x
- gimp-drawable-fill - 5x
- gimp-edit-blend - 1x
- layer mode names changed - 6x
- adapted to GMIC 2.9 - 4x


In menu Gimp:
- File/Create/Logos/3D-FUN Logo...
- Filters/Alpha to Logo/3D FUN......


Attachments:
3d-Fun by Graechan.gif
3d-Fun by Graechan.gif [ 2.43 MiB | Viewed 1526 times ]
3d-Fun v-0.04 Gimp-2.10.zip [5.54 KiB]
Downloaded 79 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: 3D-FUN Rel3 [toegevoegd 'Bkg Animation Direction' optie]
PostPosted: Thu Jul 09, 2020 4:39 pm  (#112) 
Offline
GimpChat Member
User avatar

Joined: Jan 06, 2020
Posts: 347
Location: The Netherlands
Thank you for repairing the script.


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Fri Jul 10, 2020 1:00 pm  (#113) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
The problem with these scripts that require a 3rd party plugin like G'mic, is when G'mic updates filters needed by said script, it becomes obsolete. I think it's better to do such things with current Gimp tools. Example here using Gimp's 'Perspective" transform tool and an oldie but goody "3-D Extrusion" script.

Attachment:
3-D text.jpg
3-D text.jpg [ 61.84 KiB | Viewed 1462 times ]


Top
 Post subject: Re: 3D-FUN Rel3 [added 'Bkg Animation Direction' option]
PostPosted: Fri Jul 10, 2020 7:47 pm  (#114) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
racer-x wrote:
The problem with these scripts that require a 3rd party plugin like G'mic, is when G'mic updates filters needed by said script, it becomes obsolete. I think it's better to do such things with current Gimp tools. Example here using Gimp's 'Perspective" transform tool and an oldie but goody "3-D Extrusion" script.

Attachment:
3-D text.jpg


I agree. Calls to GMIC will always need updating, not just calling up the plug-in, but the filter syntax changes as well, depending on what changes or improvements are made to it.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
Post new topic Reply to topic  [ 114 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Neon Sign on wall plugin with animation option update #1

22

No new posts Help with the option param TOGGLE (Solved)

1

No new posts Attachment(s) Problem with manual selection option.

1

No new posts Attachment(s) Staining option, How To Add - Color Pick

4



* Login  



Powered by phpBB3 © phpBB Group