Phillip
posted Nov 30 '23 at 10:58 am
Hello,
there is a behavior of UF that I do not see in most other software: the window focus seems to apply to all open windows. That means if my monitor is plastered with UF windows and I click one, the entirety of UF is instantly in the foreground, that is the window that I clicked and all others as well.
Sometimes I want one small window open while looking at something else, it would be
Phillip
posted Sep 21 '23 at 7:10 am
Ok, this might be a bit of a weird one, but I just managed to produce a problem that I've been meaning to reproduce for a while now:
Sometimes, when I and rendering something to disk while the preview is still also rendering, all UF windows start flickering erratically and the program becomes all but uncontrollable. In most cases I can somehow hunt down the window in question and close it or
zalasur
posted Sep 22 '23 at 2:42 am
I've been playing around with the animation feature lately and have been attempting some fairly simple Mandelbrot zooms at low magnification. I created an AVI file for a 15 second video (both 60fps and 30fps) at 3840x2160 resolution, but when I tried to load it up I get an error that the video file is unplayable due to possible corruption. I attempted to play the file under 4 different media play
When rendering a semi-deep zoom image on the regular Mandelbrot set, the final image produced has large rectangles of solid color covering the minibrot. I assume this has something to do with petrabution?
The bug seems to vary in intensity...
The bug seems to vary wildly from render to render...
When changing parameters, the image only updates after you change it again, after which the image will show the image with the previous parameters.
For example, starting with a power 2 Mandelbrot, changing the power to 5 will not update the preview, and changing it to 10 will update the preview to the power 5 Mandelbrot. Changing the power to 15 will update it to a power 10 Mandelbrot.
A
In the formula editor, if I open up a Replace Box with Ctrl-H and try to paste into one of the lines inside the box with Ctrl-V, the replacement text goes into the formula at the cursor position instead of into the Replace Box.
This is not the behavior that I had expected
Request: Better control over periodicity checking.
Currently, periodicity checking is controlled by a limited set of options: "off, rough, normal, conservative". I don't know how it is implemented, but I am guessing some orbit distance threshold preset table or similarly.
I work with fractals that are very sensitive to the periodicity checking, yet turning it off altogether would real
Clark
posted Jul 13 '23 at 3:54 pm
Eval mode on v601 worked fine, but I just bought v605 and now there is no animation menu or timeline on v601 and v605. Anyone else have this issue? Any fix? MacOS 10.14.6
When I'm browsing formulas, it's very helpful that UF calculates and shows thumbnails of each possible formula.
There are also drop-down lists in many formulas, such as the built-in Function list (sin, sinh, asin, ...). It would be very helpful if UF could show calculate and show thumbnails of each choice.
Not easy to implement, but as long as I'm dreaming ...
The ResultIndex function of a GradientColoring formula returns a value for #index, an index into the gradient. The #index has useful values from 0 to 1. If #index is outside [0,1], 0 is used.
If Repeat Gradient is checked, positive values greater than one are reduced to [0,1]. For example, 3.7 becomes 0.7, which is in range. However, negative values of #index are still replaced by 0.
It
I recently noticed that the ampersand character & seems to be ignored in the caption of a parameter, although it shows up properly in the caption or text of a heading.
Try something like
heading
caption = "this & that"
endheading
float param p
caption = "this & that"
endparam
When the formula is invoked, the & shows up in the heading, but no
I've tried both with the client on my TR Pro and the server on the 10/20 core i7-6950x and the other way around; regardless of which direction it's going, only one core on the machine set up as the server is used. (tested that just in case it was deciding offload wasn't worthwhile). I checked affinity and it was set to all cores for the server process and the client was set to 20 cores on the
Do you think we should add a dark theme for Ultra Fractal's GUI? It would be less straining for our eyes. Thanks
When writing formulas, I frequently make errors that the compiler finds. The compiler then moves the insertion mark to the location of the first error that it finds. The insertion mark is somewhere on the current page, but it's not easy to see.
I'd like an option in Preferences to make the insertion mark more visible. Perhaps larger, or a different shape, or a different color.
A tiny thing, but...
In writing programs, what I really miss from my days writing in C, is ++, being able to write n++ instead of n = n + 1. Even better if it's BigArray[LongIndex]++.
Eric B
posted Feb 5 '23 at 10:56 pm
I was hoping that switching the center parameter's keys to smooth interpolation would result in a smooth change of direction in a zoom animation. A gentle, natural-looking curve instead of an abrupt turn-on-a-dime. But the interpolation settings don’t seem to have any effect. It's always the same sharp turn halfway through.
Smooth interpolation:
Linear interpolation:
I am rendering some simple fractals, but it seems to take more time than it should. I find that the 4 Efficiency cores are running 100%, while the other 4 Performance cores are all idle. Interestingly, this doesn't happen when I am previewing the fractal. The rendering speed would be greatly increased if this can be fixed.
By the way, I am using a MacBook Air with an M1 chip.
Phillip
posted Mar 30 '23 at 6:44 am
Hello,
I was just playing with a fractal and noticed that there should be a very nice way of coloring my fractal if I juuuuust got the gradient offset and color density right. But I need to adjust them one by one, going back and forth. I think for these two it would make sense to have a 2D explorer - like we do for complex variables - where we can adjust color density on the x-axis and gradi
Mossop
posted May 2 '22 at 12:05 pm
I see the only version of Ultra Fractal available for macOS is still an Intel build. Are there plans to do a build for the new Apple M1 processors? I imagine it would be a lot faster for those devices.
This is allowed in the default section of a ucl coloring formula, but not in a GradientColoring plug-in.
Apparently I have to make my own version of GenericGradientColoring from standard.ucl and put "render = false" in there.