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
gerrit
posted May 21 '18 at 11:35 pm
Is there any way to make formula variables visible in the coloring formula loop? I'm trying some fractals with more than one variable z and need to use both in coloring.
I have an ugly workaround basically doing all the coloring in the fractal formula and stuffing the color index in #z at the end and then just setting #index = #z in the coloring formula.
keith
posted May 12 '18 at 12:58 am
Hi Frederik,
I have a list of complaints and requests for 6.01. I'm using Windows 10.
Make it so that the Render to Disk window can be minimized or allow it to move to the back so that I don't have it in the way of my workspace during a render.
This isn't too much of a problem... but if I inadvertently close the Render to Disk window during a render, allow it to be reopened without c
I've got an annoying issue with UF 5.04 EE. The formula files below show up as black and white when I click to do a New Fractal. If I double click on a specific formula, it'll then load with whatever gradient I've chosen in the options in a new Fractal# window. I've tried repeatedly changing the gradient then restarting UF and even restarting the computer. It didn't used to act like this. I notic
JVYV
posted May 1 '18 at 8:32 am
Hi All,
Sorry, no upr's found on the forum last month.
Greetings from Belgium,
Jan Vyvey
Hi!
I´m experiencing lots of crashes with UF 6.01 nowaydays.
I recently reinstalled Windows 10 on my computer and after that when I installed UF 6 and started the software it crashed, installed 6.01 and it has been crashing all the time.
Mostly when I´m "multitasking" in UF (making quick changes before it has rendered what im doing).
Sometimes it just gets stuck in the
JVYV
posted Apr 1 '18 at 12:23 pm
Hi All,
The March 2018 collection of the parameter files of UF 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
KathyR
posted Apr 7 '18 at 8:45 pm
Has anyone experienced something like this with UF6? Brightly colored static-like pixels. After rendering they disappear.
thanks,
Kathy
JVYV
posted Mar 2 '18 at 2:42 pm
Hi All,
The February 2018 collection of the parameter files of UF 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
rojozia
posted Mar 24 '18 at 12:31 pm
I'm hoping to create animation that is both a function of time and space, but, can't figure out if it is possible in UF 6. As an example, let's say that I have created a single layer that contains a single Beziar curve that is colored all white. I can apply a coloring algorithm that changes as a function of time (i.e. a function of frame number). When I apply the coloring function, it applies
KathyR
posted Feb 28 '18 at 1:40 am
I don't know if this is the correct place for this but I have a question for the programmers. I took a fancy years ago to making designs in Microsoft Excel, treating the spreadsheet much like a needlepoint canvas. The whole trick lies in the ability to make rows and columns any desired width, thus creating 3-dimensional form.
I am familiar with the checkerboard pattern available in mac.ucl
A repeat of an old request that didn't make it into version 6.
In any Exploration window, allow exploring either linearly or in the exponent. This would be especially useful for Magnification, but perhaps for other parameters.
JVYV
posted Jan 30 '18 at 10:44 am
Hi All,
The January 2018 collection of the parameter files of UF 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
JVYV
posted Jan 1 '18 at 7:08 pm
Hi All,
The complete collection of 2017 is put on the cloud and the monthly collections of 2017 have been erased.
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
When UF6 is started, the Ultra Fractal startup window appears showing that the program is starting. Sometimes that seems to take several minutes, which seems like a long time (especially since UF5 always starts very quickly) but I could live with it if I could continue to do other work while UF is initializing. However, the startup window insists on being in front of everything else, making that
Hi everyone,
I've just released Ultra Fractal 6.01, a free update for Ultra Fractal 6. It contains bug fixes and small improvements and is a recommended update for all Ultra Fractal 6 users.
Download it now: https://www.ultrafractal.com/download/
For a full list of changes, see the release notes:
https://www.ultrafractal.com/kb/uf601.html
Please let me know if you encounter any