Bug Reports and Feature Requests
For Ultra Fractal bug reports and feature requests.
159
Topics
641
Posts
6
Followers
Yes No
Hide topic messages
Yes No
Enable infinite scrolling
Mark Jeronimus posted 6 days ago at 8:15 pm
I can't paste some numbers into the layer's location fields, and get this cute error:


It seems to be related to the length. If the coordinate is small, like double precision-small, it pastes fine. If it's 2000 or 1000 digits long, it's also fine. If it's 500 or 625 digits long, then I get this error. These are not exact bounds, they are just some of the lengths I tried and failed.

I
68570417aebf2.png
6replies
41views
recent by Phillip  ·  1 hour ago
Otto Magus posted Apr 16 at 3:53 pm
It is not currently possible to upload new formulas to the database.
When I try to do so, I'm directed to this page:
https://formulas.ultrafractal.com/error.htm

Also, it is not possible to update public formulas via File > Update Public Formulas. The error message is "IOSHandler value is not valid."

In addition, when accessing the formula section of the site, some people are get
7replies
94views
recent by Mark Jeronimus  ·  1 day ago at 10:36 am
Hello,

I recently noticed quite a few instances of my monitor staying on the entire night. This morning I used "powercfg /requests" and it showed UF blocking the monitor from turning off:

C:\Windows\system32>powercfg /requests
DISPLAY:
Keine.

SYSTEM:
[PROCESS] \Device\HarddiskVolume3\Program Files\Ultra Fractal 6\Uf6.exe

AWAYMODE:
Keine.
I thought it might be due to the browsing wind
2replies
13views
recent by Phillip  ·  1 day ago at 6:01 am
Hello Frederik!

I've recently gotten myself a new computer, and with that, I was sadly forced to "upgrade" to Windows 11.

I've noticed that the UI is a complete mess on this version of Windows, as the input fields are all sorts of jacked up.

There's basically zero visual clarity, and it's making it very difficult to work with the software.

I've uploaded two screenshots, the first
684572efc984d.png
2replies
36views
recent by BreOfAnna  ·  5 days ago at 10:40 am
I don't know about you guys, but I constantly get this pop-up when I try to make print size renders.

The reason this happens to me is because I typically render without AA, as the built-in AA in UltraFractal has a tendency of giving me very suboptimal results (or just being way too slow compared to rendering without AA and downsampling) in my specific use case, so I just do a raw render and d
684f147be8806.png
2replies
29views
recent by Frederik Slijkerman  ·  Jun 18 at 9:54 am
I was just working with the distance estimation algorithms and also created a few for some of my own fractals.
The idea came up that it might be possible to significantly increase the calculation speed using a distance estimation method, especially when high anti-aliasing is used.
The distance is particularly accurate when you are near the boundary. You could, for example, use a 9x9 anti-al
1replies
43views
recent by Tester37  ·  Mar 15 at 9:27 pm
physicist posted Dec 11 '24 at 4:43 pm
Masks are applied to a group by applying the mask to each layer in the group, according to the help file.

It would be useful if a mapping transformation could be applied to a group, presumably by applying it to each layer. (A kaleidoscope transformation is one obvious example.)

4replies
126views
recent by Frederik Slijkerman  ·  Jan 4 at 3:13 pm
physicist posted Aug 10 '24 at 9:35 pm
I loaded a saved upr after changing a formula. I got the unhelpful message

Could not locate parameter 'which' in 'GenericGradientColoring' in 'Documents\Ultra Fractal 6\Formulas\Standard.ucl'

The missing parameter actually was in 'Shape Distance' in jlb.ulb. The chain is

Standard.ucl has GenericGradientColoring
jlb.ulb has Color by Distance, a sub-class of GenericGradientColoring
6replies
191views
recent by physicist  ·  Sep 12 '24 at 10:07 pm
physicist posted Aug 21 '24 at 3:09 pm
When I made a new class with a first line like this:

class NewTransform(UserTransform)(
instead of the correct

class NewTransform(common.ulb:UserTransform)(
the UF compiler made no complaint. NewTransform just didn't show up on my list of available UserTransform plug-ins.

(I don't see how the compiler would even know to look at this class to check for errors.)

0replies
50views
reese posted Jan 5 '16 at 3:28 pm
Im having odd, random crashes on my new macbook pro. awesome...
Considering the small, text based size/structure of .ufr's..
I assume an auto backup file thats generated in text and updated overtime i make a change would be easy to implement.
if uf wants to crash, fine. simply access the backup text file with every state of the ufr's history.

An iterate save option with a keyboard sh
7replies
336views
recent by Frederik Slijkerman  ·  Aug 7 '24 at 8:21 am
There are some things in the formula editor which would come in handy that I would like to see.

For loops.
From the C++ documentation ( https://cplusplus.com/doc/tutorial/control/ ) :


The for loop is designed to iterate a number of times. Its syntax is:
for (initialization; condition; increase) statement;
Like the while-loop, this loop repeats statement while condition is true.
3replies
147views
recent by Alexandre Vachon  ·  Jul 24 '24 at 12:51 pm
physicist posted Jun 10 '24 at 3:43 pm
Some formula writing would be easier if the Formula class in common.ulb had in its protected area

complex m_c
and functions like

func SetC(complex c)
m_c = c
endfunc
complex func GetC( )
return m_c
endfunc
Including these changes would not break any current fractals and would allow simpler switching from Mandelbrot-type to Julia-type.

3replies
110views
recent by physicist  ·  Jun 19 '24 at 6:20 pm
physicist posted Sep 1 '23 at 8:14 pm
With some of my recently changed formulas I've run into a problem. Here's a screenshot illustrating the problem:


The red bars should not be there. If I reload the fractal, the bars are different but still red. I also get different red bars with and without anti-aliasing, and different red bars when rendering. This image is with min and max threads of 20, the max on my system. With fewer
64f233e72b43e.png
7replies
255views
recent by physicist  ·  Jan 12 '24 at 2:49 pm
Load more
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft