Search found 5359 matches

by clintonman
12 Mar 2024, 02:55
Forum: Workspace Side
Topic: Open Floating Panel
Replies: 3
Views: 225

Re: Open Floating Panel

March 11 2024 Updated with modified trueBlue code When the source node is deleted the floating panel will close Add check for invalid selection Is currently limited to 8 automatic closing panels at one time. After the limit is reached an option/warning is given and all subsequent panels will not aut...
by clintonman
12 Mar 2024, 01:31
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

Requested SunSkyObject included inside
by clintonman
11 Mar 2024, 22:04
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

Here is the current test version with the external viewer file number bug fixed.

RenderFnSet around line 215

Code: Select all

			// var seqnumregx = /(\d*)\.\D{3}$/ ; //get sequence number
			var seqnumregx = /(\d+)\.\D{3}$/ ; //get sequence number
by clintonman
11 Mar 2024, 21:51
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

trueBlue wrote: 11 Mar 2024, 20:59 I do not see any code opening the Open External Viewer script
Is the Open External Viewer script suppose to be hooked up as shown:
Open External Viewer.png
No, after looking around I finally found the bug. It only works if the filename has a number at the end.
by clintonman
11 Mar 2024, 00:18
Forum: Workspace Side
Topic: HDR Image converted to lights
Replies: 9
Views: 513

Re: HDR Image converted to lights

March 10 2024 Update some changes mostly based on trueBlue changes panel opens in a floating window - solves the need to change selection to clear the panel image check for yafaray preview background nodes and ask before proceeding fast hdrilightsgroup remove button which asks permission because the...
by clintonman
10 Mar 2024, 06:55
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

YafBGNightSunSky.jpg

Darktide night preview
has the same unfixable limitations as the day light, but it looks good with the sun/moon in some locations. moon/sun behind the camera seems to give the best previews
by clintonman
09 Mar 2024, 04:53
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

YafImageViewerMin256Width.jpg
Modified your last Image Viewer for minimum width of 256. 256 so there's some room for the image name.
by clintonman
09 Mar 2024, 04:29
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

Render something in YafaRay4tS Open the Image Viewer and open the above image Change something and Render Press the Refresh button in the Image Viewer Refresh.png . I updated the Image Viewer in the previous post with your changes and made a few adjustments with Reset and the panel Here are changes...
by clintonman
08 Mar 2024, 16:15
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

... Way more professional! :bananathumb: This YafaRay4tS Image Viewer was created mostly for viewing Render Pass images The Refresh button is used to update the Rendered image Observations: Not closing other opened iOptViewers is problematic, especially the YafaRay4tS iOptDetector Internal Viewer T...
by clintonman
08 Mar 2024, 05:48
Forum: Rendering
Topic: YafaRay4tS v1.0.0
Replies: 215
Views: 9236

Re: YafaRay4tS v1.0.0

Image Viewer Changes: does not close the opt render window opens view after selecting the file - because I don't know why it's 2 steps to open the image I also don't know what Refresh is for fixed the window resize code resize works with 4k and 8k images resize uses tS "Frame Window" size ...