JVYV posted Dec 30 '22 at 10:23 am
Hi All,

This previous month one new fractal parameter file in the collection.

You can find the whole existing collection at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt

Greetings from Belgium

Jan Vyvey

1replies
175views
recent by JVYV  ·  Dec 30 '22 at 12:57 pm
Eric B posted Nov 13 '22 at 6:22 pm
When rendering animations with motion blur, all is well for the first 90% of each frame. This is when UF is calculating the fractal and antialiasing. The four CPU cores are maxed out and the CPU is 0% idle, as shown below on Activity Monitor.



But then comes the final 10% of the frame, which is when motion blur is being calculated. UF suddenly gets a lot slower. The CPU is 70% idle.
6371356a71a81.jpg
14replies
420views
recent by Phillip  ·  Dec 19 '22 at 11:31 am
physicist posted Nov 17 '22 at 1:09 am
Somehow, accidentally, I tagged an image as an animation, with one parameter having the animation indicator. As far as I know, I didn't do anything to do it, certainly not on purpose, and Animation was turned off as far as I know.
(1) How could I have done it, and how could I avoid it in the future?
(2) How should I undo it? I didn't see any way, so I edited the upr, taking out the code for
3replies
208views
recent by Frederik Slijkerman  ·  Dec 6 '22 at 8:39 am
JVYV posted Dec 4 '22 at 9:38 am
Hi All,

This previous month no new fractal parameter files in the collection.

You can find the whole existing collection at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt

Greetings from Belgium

Jan Vyvey

0replies
146views
dint posted Jul 7 '21 at 5:19 pm
I've created serveral animations where I create with outputing slides to png's.

Though I noticed sometimes if I make a zoom animation too fast... the slides look blurry. Are there any tips anyone can give as what is a good "time frame" so the zoom is not too fast ratio to time so it wont look blurry?

I hope that makes sense.

I can upload a few frames if it helps.

Thanks in adva
2replies
331views
recent by dint  ·  Nov 10 '22 at 10:33 pm
physicist posted Nov 2 '22 at 12:08 am
I'm contemplating writing a new mapping formula. I could write this as a transformation in a uxf file, or use Plug-In Transformation from Standard.ulb and write a UserTransformation to go in my ulb file.

So far, I don't see any advantages to doing it one way or the other. Comments?

3replies
220views
recent by physicist  ·  Nov 10 '22 at 8:56 pm
physicist posted Nov 2 '22 at 3:53 pm
In a float param block, the compiler allows

default = 1/#magn
which can be useful, but doesn't allow

min = 1/#magn
which also can be useful.

Also the help entry "min setting" has a typo. The sentence "If this setting is not specified, there is no maximum value for the parameter." Obviously it should say minimum.

0replies
72views
JVYV posted Oct 31 '22 at 12:17 pm
Hi All,

This month 5 new fractal parameter files in the collection.

You can find the whole existing collection at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt

Greetings from Belgium

Jan Vyvey

0replies
127views
Eric B posted Oct 29 '22 at 12:18 am
Hi folks. I’ve made a zoom animation. I like it and now I want to extend it by adding another section at the end. I want the zoom speed to stay the same for the whole animation. In other words, I don’t want the movie to zoom in slowly during the first part and then zoom in quickly during the second part.

I’ve found the image I want to use for the new end frame. But UF w
0replies
120views
I have a problem. I tried using perturbation theory for the Magnet Mandelbrot type I fractal, but after going a quadrillion zooms, the image becomes... well, you know what happens.


The code:

Magnet1Mandelbrot {
;
; Magnetic Mandelbrot set type 1. Use Switch Mode to select a
; magnetic Julia set.
;
init:
z = @start
c = #pixel
x = real(z)
y = imag(z)
i = sqrt(-1)
loop:
z =
6318fc526be8a.png
9replies
389views
recent by Alexandre Vachon  ·  Oct 28 '22 at 4:29 pm
physicist posted Oct 10 '22 at 4:49 pm
Mark Townsend's Fractalia formulas in mt.ufm in essence is

xnew = quadratic in x and y
ynew = quadratic in x and y
znew = xnew + flip(ynew)
Since each quadratic has 6 free parameters, he made 6 versions, Fractalia-1 through Fractalia-6, so the user could switch among them to help find good parameters.

My version instead uses one or two steps of randomization of parameters to help find a g
0replies
154views
Alexandre Vachon posted Oct 7 '22 at 11:52 pm
Has anyone tried to make a fractal from the Jenkins-Traub algorithm?
https://en.wikipedia.org/wiki/Jenkins%E2%80%93Traub_algorithm

0replies
105views
physicist posted Oct 6 '22 at 1:49 am
Here's a fractal with 100% of points Inside; no points reach the bailout criterion. The Statistics tab says that the Min and Max iterations are both zero. I would have expected that both Min and Max would be set to #maxiter.

This is either a bug or a feature.

Here's an example:
/>test {
fractal:
title="test" width=800 height=600 layers=1
credits="Jim Blue;10/5/2022" ant
0replies
90views
JVYV posted Oct 1 '22 at 9:42 am
Hi All,

This month no new fractal parameter files in the collection.

You can find the whole existing collection at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt

Greetings from Belgium

Jan Vyvey

0replies
94views
dannac posted Sep 26 '22 at 5:27 pm
Page 112 of pdf manual.

Says I can " click and hold down " Browse and a presets menu will appear.

Edit Presets, Add Current, Delete, Rename, Move.

That does not work no matter how long I hold.

Help please.

1replies
162views
recent by dannac  ·  Sep 26 '22 at 10:12 pm
physicist posted Sep 9 '22 at 2:27 pm
Currently #numiter is readable only in the Final section of a ucl coloring formula. It is not even readable in the ResultIndex function of a ulb Coloring formula, where one might expect to be able to use it.

If #numiter were readable in any coloring formula, whether in a .ucl or. ulb file, some interesting coloring options would be available. For example, if coloring according to distance fro
2replies
185views
recent by physicist  ·  Sep 13 '22 at 7:50 pm
JVYV posted Aug 31 '22 at 11:57 am
This month collection is the nice work of Mikhail Juhl, also known as OutsideFate. Please read his comments.

"All of my stuff is copyrighted by default, and so are these parameters. There is, however, a slight exemption to this rule as listed below:
You are allowed to review these parameters for personal learning, tweaking and as reference for future fractals.
You are allowed to monetis
2replies
278views
recent by JVYV  ·  Aug 31 '22 at 7:30 pm
OutsideFate posted Aug 2 '22 at 9:47 pm
Hey guys, Fate here! I just realised that in the 15 years I've been using UltraFractal, I've never actually made a post here, so I wanted to start out with a bang!

I'll be sharing the parameter packs that I've assembled from my pieces and share it with you guys here, on the off chance you don't have a deviantART account!

At the links down below, you can find 39 hand-picked parameters of m
62e9a92b06c7d.jpg
2replies
432views
recent by OutsideFate  ·  Aug 9 '22 at 9:44 pm
physicist posted Jul 14 '22 at 6:35 pm
The compiler objects to the continuation character in the example below, says it's not a valid character there. The truth is that the comment is not allowed there (should it be allowed there?), and the error message is wrong.

param enum F
caption = "F"
enum = "a" \ ; comment
"b"
endparam
It's fine without the comment.

param enum F
caption = "F"
enum = "a" \
"b"
4replies
245views
recent by Frederik Slijkerman  ·  Aug 2 '22 at 1:30 pm
JVYV posted Jul 31 '22 at 2:37 pm
Hi All,

This month 7 very beautiful fractals in the collection.

You can find the whole existing collection at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt

Greetings from Belgium

Jan Vyvey

0replies
137views
Spizzi posted Jul 22 '22 at 7:11 pm
Hi All,
Today an UPR with SlopeHyperPolinomialSet, a Slope Mandeldrot.
Good week-end
Andrea



polinomialMandelbrot {
::nY/UMhn2t3V3PytNS+3Ng/fYQ/0unRbLSqP3D6h81i4DbuNI2PYvPsD0oWd3CubJFJ1jnpR+
j/KSKWsIl6Fbcu9wlFKvMsKSWksIZ9rYVtV23XUOWc6P9yXc3dj1jnqy301equp9cdxpfooZ
X1pH6bH3c3nr3NeMnFkGc3xq6DHH1lPV8cV/Qems/l9V7qHHy38VN76rKu7ddgcuet+/M5Nc
+b4Bc+m7KaGBBXXMU3cI/5qhX
62dae82e65cd2.jpg
0replies
274views
Spizzi posted Jul 20 '22 at 6:06 pm
Hi all,
I share an upr with a new formula in as2.ufm, SlopehyperMath_V1, hope you find interesting.
Ciao
Andrea



20072022Spiral {
::I6dWrjn2t3TXTyttR+uqS/H2aeKJukWCAC+RSxHsldi3UxJusVdlUeIbxZGOzwTcIpI5s7sb
5f8XjvBInJllsTlL316BtobA0EobA0ob2NndDlbmKb+9v8F3czU9UTVxKaUUKNiS/x+6hymV
38Y92pDF0ISyNHqq3fYqgElFdTT5TVDjQZRX3MUtteasY1X2udoq8GovtdP/c9fI9Wa0tCqt
6lvQ2D5TaTZ
62d835d8c0df0.jpg
0replies
182views
dannac posted Jul 15 '22 at 8:53 pm
I messed up my panels somehow.

At one time I could have both panels open at the same time and docked on the right side.

Now I can only have one open at a time .... if I click one, the other closes.

Any ideas how to fix them.




62d1c5a0d591e.jpg
2replies
194views
recent by dannac  ·  Jul 18 '22 at 12:56 pm
dannac posted Jul 10 '22 at 3:05 pm
If at some point you read this .... could use a little help.

Progressing through but now stuck on page 11 section 4.4.

Cannot figure how to "drop or attach" the Mask On layer to the Edge Highlight layer.

6replies
440views
recent by dannac  ·  Jul 12 '22 at 11:02 pm
Hi all,

I'm very happy to announce the release of Ultra Fractal 6.05. This free update for existing version 6 users improves anti-aliasing quality when rendering to disk (especially with higher Depth settings), along with various bug fixes and small improvements. You can download it here:
https://www.ultrafractal.com/download/

See here for a full list of changes in this version:
htt
3replies
303views
recent by Frederik Slijkerman  ·  Jul 10 '22 at 4:15 pm
Load more
All posts under this topic will be deleted ?
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft