DoctorT
posted Dec 23 '18 at 7:32 pm
Hi!
I am a newbie using Ultra Fractal 6.01 Extended Edition running under Windows 7 Pro, 64-bit, Service Pack 1.
In the Ultra Fractal manual, I have read the Quick Start and the Basic Skills tutorials. Before I jump into more advanced topics such as Layers and Transformations, I would like to develop a simple routine for creating new fractals. As I progress through the manual, I’l
jam
posted Dec 22 '18 at 6:31 pm
I have been unable to update my formula files in the public database. They updated fine yesterday, but on each of my three attampts today, after a long period of what appeared to be a formula upload, I received a "connection was reset by server" error. By browsing the collection, I was able to verify that my formula files indeed had not been successfully updated. Thanks for looking into this i
DoctorT
posted Dec 22 '18 at 4:26 pm
Hi!
I am a newbie using Ultra Fractal 6.01 Extended Edition running under Windows 7 Pro, 64-bit, Service Pack 1.
To learn Ultra Fractal, I am following the Tutorials. When applying color (Layer Properties > Outside > Browse), whatever I select will change the color parameters but not the pattern. Am I right?
Thank you!
Dr. T
About a month it is not possible to update new formulas in UF 5.
With greetings, Liesbeth Quak
Is there a way to change the default interpolation of an animation key frame from smooth to linear?
Urs
posted Dec 6 '18 at 11:00 pm
Pausing computation: Provided I'm not missing any existing functionality, is there anybody else who would welcome a pausing feature for 'normal' computations, i.e. outside "Render to Disk"? Sometimes when I was too greedy with open windows, I'd like to be able to prioritise which image actually gets completed first, or I keep a window open for some reason whose computation I'm not currently inter
Hi, I rarely use this merge method and I think it's not working the same in rendering as in display mode. This happens in the latest version of UF 5 and 6.
Thank to check out this. I'm losing some very nice parts of my composition.
Etienne
jam
posted Dec 5 '18 at 12:50 am
For some days, neither of my UF5 or UF6 could access the formula database for updates. Now I notice that my UF6 again updates properly when I select that option, but my UF5 still annot connect. Can this be corrected?
JVYV
posted Dec 4 '18 at 9:19 am
On several pages of the UF6 manual (uf6-manual.pdf) near the end of the manual, there are overviews of settings to be used in de formula editor of UF. Hearby an example on page 265.
When I put the cursor of my mouse upon it to see the link and the explication of it, I see a link that probably comes from the computer of Frederik himself. Of course, I cann't read that help files and should
Urs
posted Nov 24 '18 at 11:43 pm
Hi, I'm attaching two renderings of the same location, (A) using anti-aliasing (3×3, depth 2, threshold 0.1), and (B) by simply taking a high resolution (just under 4×4 the target resolution) and downsampling the result. Variant B not only finished in less than a third the time, but also resulted in a picture with far fewer bright solitary pixels, which were the reason why I saw a str
JVYV
posted Nov 29 '18 at 11:39 am
Hi All,
The November 2018 collection of the parameter files (only one but a very beautiful one) of is sent to the cloud..
You can find them at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt
Greetings from Belgium,
Jan Vyvey
Greetings,
For those who don't know me, I am an Ultrafractal user of its first hour. I am the mde.* among the formulas.
Just to say that my website, www.pruniermei.ca, will be closed at the beginning of december. So, if you have some links to it, you'd be better to change it. I will move what I want to keep on Blogspot at this adress: https://pruniermei.blogspot.com/, so you can make the
JVYV
posted Oct 30 '18 at 3:45 pm
Hi All,
The October 2018 collection of the parameter files of is sent to the cloud..
Please read the readme.txt file.
You can find them at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt
Greetings from Belgium,
Jan Vyvey
For those who like their gnarl the old fashioned way I've uploaded a fractal formula version of Dynamical Systems. Find it in mt.ufm. There are far fewer parameters than the coloring algorithm. For info on that see here...
https://www.ultrafractal.com/forum/index.php?u=/topic/566/new-dynamical-systems-coloring-algorithm
I've also added four new dynamical systems functions to mt.ulb. Three
Here are some belated examples and a few tips...
The first example is a good starting point for exploration. Note that the Drawing Method on the Formula tab is set to One-pass Linear and that Repeat Gradient on the Outside tab is un-checked. The gradient is greyscale. You can try other types of gradients but the results will vary.
20181013aDynamicalSystemsExample#1 {
fractal:
title="201
JVYV
posted Jun 1 '18 at 10:15 am
Hi All,
Sorry, no upr's found on the forum last month.
Greetings from Belgium,
Jan Vyvey
JVYV
posted Aug 2 '18 at 11:23 am
Hi All,
The July 2018 collection of the parameter files of UF (4x) is sent to the cloud..
You can find them at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt
Greetings from Belgium,
Jan Vyvey
Find it in mt5.ucl.
This coloring algorithm is based on Chapter 14 of Clifford Pickover's book Computers, Chaos, Pattern and Beauty, where here introduced "Popcorn" and a number related gnarly equations. The rendering method used in the book, and here, is similar to that used by Flame Fractals. This doesn't suit Ultra Fractal's native method of calculating fractals, so the whole process has
gerrit
posted Aug 3 '18 at 7:07 am
Sometimes when rendering a single frame of an animation at high res, rendering stops near 90% loading 1 CPU and never finishes. If I delete the animation timeline it renders fine.
gerrit
posted Jul 30 '18 at 7:56 pm
I attempted to implement a perturbation method for this fractal:
w <-- w/z
z <-- z^2+w^2+c
but it does not give the right result. Suggestions anyone?
MandelFoamPT {
init:
#z = sqrt(-1/2)
loop:
#z = #z^2 + #pixel
bailout:
|#z| <= @bailout
perturbinit:
#dz = 0
w = sqrt(1/2)
perturbloop:
wo = w
w = w/#z;
#dz = 2*#z*#dz + sqr(#dz) + wo^2 + #dpixel
default
gerrit
posted Jul 27 '18 at 6:28 am
How can I render an animation to uncompressed avi, splitting result in several avi files smaller than 2GB (so they can be processed and assembled)?
JVYV
posted Jul 1 '18 at 10:21 am
Hi All,
The June 2018 collection of the parameter files of UF (only one) is sent to the cloud..
You can find them at the cloud of Microsoft:
https://onedrive.live.com/redir?resid=2AB35EAF574CA6CE!1034&authkey=!ALIZio6ZmgV1aAo&ithint=folder%2ctxt
Greetings from Belgium,
Jan Vyvey
jucarbi
posted Jul 25 '18 at 4:15 am
Hi All, I have asked Frederik but received no response so am asking here. I have UF 504. Can i upgrade (at the upgrade price) to UF 6 Extended Edition? Thanks in advance for any help.
Jay
gerrit
posted Jul 17 '18 at 4:09 am
Seems like the outer iteration variable is reset in the inner loop.
Example below.
class Bug {
static func printCoeff(int K,int M)
$define DEBUG
int i=0
int j=0
while(i<=K)
;print("i1=",i)
while(j<=M)
if i>0
; never get here, i is reset to 0?
print(i, " ", j)
endif
;print("i2=",i)
Imran
posted Jul 9 '18 at 3:29 pm
Hey every one...
I am returning to ultrafractal-ing after some 3 or 4 years. I think I still got it, Heheheh...
Just found out that v6 is out and kicking, I've downloaded and gonna check it out.
Just some quick questions:
Are the v6 parameters backward compatible with prev versions? At least to v5?
And if I open/save or edit/save a lower version parameter in v6, will it be re
Imran
posted Jul 9 '18 at 4:37 pm
I took some time to read through the interface changes in v6 and the Bugs forum category. I have extensively used UF4 and 5 previously and now I am not confident if I will comfortably be able to adjust myself to the new interface right away.
So, I was thinking to keep previous version while I learn the in's and out's of the new v6. Is it safely possible or likely to mess up both or one of the
gerrit
posted Jun 14 '18 at 3:35 am
It seems that if my formula uses a static class function, it's rendered only on 1 CPU using "Render to Disk" when at arbitrary precision depth. If I write the formula inline it works fine.
JVYV
posted Jun 19 '18 at 9:55 am
Hi all,
Since the beginning of working with the Mandelbrot fractal, I was always interested in the point with coördinates (-2,0) because it seems to be some kind of border with nothing at the other side. Yesterday I dit a test and I zoomed in with a magnification of 1E-1, 1E1, 1E100, 1E1000, 1E2000, 1E3000 and 1E4000 (the max of UF6) and very strange, the image on the screen remained the
gerrit
posted Jun 3 '18 at 2:33 am
For given width, height, magn, how can I obtain the #pixel spacing? For a square image it seems 4/#magn/#width, but for other aspect ratios I can't figure it out.
recryer
posted May 25 '18 at 9:18 pm
Hi All I was just wondering if there is any info out there on using masks layers.. I read and tried the tutorial, but I guess I still don't understand there use and point of them.
Thank you for your time