|
ThreeDee
|
Hi Egret, sent you the link by mail yesterday as the forum was read-only. TD |
|||||
| Posted: June 30, 2010 5:25 am | ||||||
|
Totte
|
http://www.filterforge.com/download/b...pting.html - I never expected the Spanish inquisition |
|||||
| Posted: June 30, 2010 5:43 am | ||||||
|
ThreeDee
|
Tech Noise
Fractal square noise of in sizes from 1/2 to 1/2^n. Tech Noise Scrippet.ffxml |
|||||
| Posted: June 30, 2010 5:49 am | ||||||
|
ThreeDee
|
Hmm. That file name changed radically from what I uploaded. Hope it works...
The basic output is this, iterations and bevel size are adjustable: |
|||||
| Posted: June 30, 2010 5:53 am | ||||||
|
ThreeDee
|
Image sample, using a blend of two Tech Noise components as a height map in a Surface filter. |
|||||
| Posted: June 30, 2010 5:56 am | ||||||
| Dmitry Sapelnikov |
ThreeDee, thanks a lot for your mail and link.
Your filter has a right implementation of the rng algorithm. Nevetheless it works incorrect due to some technical FF features. FF doesn't guarntee consecutive order for image blocks rendering. If you even zoom or pan filter preview during rendering blocks order may change. It will cause changes in you rng sequence. Just try to use your rng snippet with Bomber Rotation input, then zoom and pan during rendering and you see a lot of artifacts such as broken particles, strange dust, etc. And of course, we are explaining this issue in FF help or wiki. |
|||||
| Posted: June 30, 2010 9:30 am | ||||||
|
ThreeDee
|
Hi Egret,
Right, the script produces a different random number every time you call it, even for the same exact coordinates. TD |
|||||
| Posted: July 1, 2010 8:50 am | ||||||
|
ThreeDee
|
Size-independent proportional gradient
Fixed that Proportional Gradient so it 'ignores' the Size, pixels setting. Proportional Gradient Scrippet.ffxml |
|||||
| Posted: July 1, 2010 8:51 am | ||||||
|
ThreeDee
|
(What's the deal with the attachment file names changing???) | |||||
| Posted: July 1, 2010 8:52 am | ||||||
|
StevieJ
|
Nice....and thanks for sharing!!!
+ 2 ??? Steve
"Buzzards gotta eat...same as worms..." - Clint :) |
|||||
| Posted: July 1, 2010 11:55 am | ||||||
|
ThreeDee
|
Disable 'Size, Pixels' locally
The other requested feature Disconnect Size.ffxml |
|||||
| Posted: July 1, 2010 12:30 pm | ||||||
|
StevieJ
|
LOL.... That will definitely work!!! Thank you!!! I feel like a kid in a candy store now.....all the possibilities with scripting.....especially in 3D, ray tracing, etc.....I'm now resolved to spend all my free time in it..... ![]() Steve
"Buzzards gotta eat...same as worms..." - Clint :) |
|||||
| Posted: July 1, 2010 12:50 pm | ||||||
|
Kraellin
|
indeed. what is that? will these actually work in FF or do we need to convert something now? If wishes were horses... there'd be a whole lot of horse crap to clean up!
Craig |
|||||
| Posted: July 1, 2010 9:21 pm | ||||||
|
Crapadilla
|
Great stuff, ThreeDee. Thanks! You should really submit these useful script snippets to the library... --- Crapadilla says: "Damn you, stupid redundant feature requests!" ;) |
|||||
| Posted: July 4, 2010 6:16 am | ||||||
|
Redcap
|
Okay, so I am trying to create a filter that allows the user to make a quadrilateral by inserting 4 cordinate points controled by 8 sliders. and x and y value for each of the four points.
I worked on scripting for about 2 hours and still haven't figured out how to do this. Here is my work so far: I imagine I am close, but just don't have the little bit of logic statments correct. If some could look at this and see what they could make of it, I would be very aprreciative. P.S. if you get it so you can get concave shapes you get bonus points. quad.ffxml |
|||||
| Posted: July 4, 2010 12:24 pm | ||||||
|
Carl
|
Thanks ThreeDee |
|||||
| Posted: July 5, 2010 1:38 am | ||||||
|
ThreeDee
|
We might as well submit future Scrippets to the online library.
Made a Diffuse Scrippet, arriving soon. |
|||||
| Posted: July 31, 2010 5:47 am | ||||||
|
ThreeDee
|
Well, I noticed today that my "Disable 'Size, pixels' locally" scrippet was messed up: It did the exact opposite calculation, doubling the reduction of the image.
And nobody said anything Here's the correct version, also being submitted to the library. Disconnect Size Scrippet.ffxml |
|||||
| Posted: August 21, 2010 2:22 pm | ||||||
|
StevieJ
|
Was easy to fix....and can't beeeotch with all your shares.... Steve
"Buzzards gotta eat...same as worms..." - Clint :) |
|||||
| Posted: August 24, 2010 2:28 pm | ||||||
|
Betis
|
Off topic, but everytime I see ThreeDee's avatar, I think the lightning is some epic glowing mo-hawk. Roses are #FF0000
Violets are #0000FF All my base are belong to you. |
|||||
| Posted: August 27, 2010 2:10 pm | ||||||
|
Kraellin
|
guys, post your filters with scripts in them or at least post the filter name in the library so i can look at the various scripts! If wishes were horses... there'd be a whole lot of horse crap to clean up!
Craig |
|||||
| Posted: August 27, 2010 3:15 pm | ||||||
|
ThreeDee
|
Which one(s) are you missing? Mine are all either on this thread or in the FF online library. Or are you having problem downloading them from the forum? |
|||||
| Posted: September 3, 2010 4:20 am | ||||||
|
StevieJ
|
I do sometimes....just opens script and doesn't open in FF.....don't know why that happens.... ![]() Steve
"Buzzards gotta eat...same as worms..." - Clint :) |
|||||
| Posted: September 3, 2010 10:15 am | ||||||
|
Carl
|
that happens to me as well .... always have to save as and add .ffxml or it just code |
|||||
| Posted: September 3, 2010 10:24 am | ||||||
|
Kraellin
|
hi ThreeDee,
i think i've got all of yours that you posted here in the forums, but what i'd love to see is if folks that make scripts would post those scripts here in the forum or, if they've posted a filter to the library that has a script in it, then post a link to that filter here so that i and others can find these without having to open every submitted filter in the library to find the ones with scripts. the point of this is examples of the use of the script code. and no, i have no trouble downloading. i'd just love to see, and potentially use, the various scripts, perhaps in different ways than made and to also learn the code a bit. If wishes were horses... there'd be a whole lot of horse crap to clean up!
Craig |
|||||
| Posted: September 3, 2010 6:57 pm | ||||||
|
ThreeDee
|
Okay, I see. It could be an idea to FF to have filters with scripts as their own category in the library. That way they would be easier to find. Or perhaps a way to search for filters with Script components in them in the library.
Yeah, forum downloads are still buggy. I have to do the same "save as..." +.ffxml as Carl. |
|||||
| Posted: September 6, 2010 3:25 am | ||||||
|
ronjonnie
|
Hey Everyone,
Thanks ThreeDee for all your help with the scripting, maybe some day I will actually have the time to learn it. Please Thanks for your help with that, & have a GREAT day! Ron zazzle.com/Ronspassionfordesign*
So much to learn, so little time. |
|||||
| Posted: September 6, 2010 6:20 am | ||||||
|
Kraellin
|
yup, that would be great. you could even broaden that idea to be able to search filters by any component, though i dont know that that would be used that much. If wishes were horses... there'd be a whole lot of horse crap to clean up!
Craig |
|||||
| Posted: September 6, 2010 11:44 pm | ||||||
|
GMM
Moderator
Posts: 1726 |
If you are still experiencing issues w/downloading, feel free to open a thread in the 'Bugs and problems' section – so that the scripting topic is not diluted. Details on the browser and OS version are appreciated as always |
|||||
| Posted: September 7, 2010 12:15 am | ||||||
Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!
15,397 Registered Users
+7 new last day!
112,665 Posts
+15 new last day!
10,106 Topics
+6 new in 7 days!
6 unregistered users.