Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kino_unico

Pages: [1] 2
1
[Max] Bug Reporting / error corona cosmos
« on: 2024-12-12, 10:03:39 »
Corona cosmos does not open asset previews. 
Why does it work in vray and in corona, right?
Why does the web version https://cosmos.chaos.com/ load much faster than the local library?

2
[Max] I need help! / Re: script to lunch vantage
« on: 2024-11-25, 23:18:05 »
vale, lo he arreglado y mejorado
Code: [Select]
global isVantageLinkActive = false --
macroScript StartVantageLink
category:"Corona 12 Update 1 Vantage Live Link"
buttonText:"CVLink" -- Nombre del botón
toolTip:"CoronaVantage"
(
    on execute do (

        isVantageLinkActive = not isVantageLinkActive

        if isVantageLinkActive then (
            if Corona != undefined and Corona.CoronaFp != undefined and isProperty Corona.CoronaFp #vantageLiveLink then (
                try (
                    Corona.CoronaFp.vantageLiveLink()
                    messageBox "Vantage Live Link Started" title:"Corona Vantage"
                ) catch (
                    messageBox "Error: Unable to start Vantage Live Link!" title:"Corona Vantage"
                )
            ) else (
                messageBox "Error: Vantage Live Link function not found!" title:"Corona Vantage"
                isVantageLinkActive = false
            )
        ) else (
            messageBox "Vantage Live Link Stopped" title:"Corona Vantage"
        )
    )

    on isChecked return isVantageLinkActive
)

3
[Max] I need help! / Re: script to lunch vantage
« on: 2024-11-25, 12:49:43 »
ERROR

4
[Max] I need help! / Re: script to lunch vantage
« on: 2024-11-25, 12:38:27 »
 It would be ideal for the same bar to work for both engines.

5
[Max] I need help! / script to lunch vantage
« on: 2024-11-20, 21:20:08 »
Is there any script sequence to be able to create a button that runs the Vantage Live Link launcher?

6
[Max] Daily Builds / Re: New VFB Skin and functionality
« on: 2024-07-31, 18:46:34 »
In general, I don't like everything to look bigger and disproportionate.
A function that I personally dislike is that the zoom can only be 25% 50% 100% of the render. I would like to have the option of having the render fit my window as happens with vray, where by pressing the "F" key it fits my window.

I really prefer the other virtualframebuffer much more,
I thought that the update was going to be that the multilight could be activated with a box and that the lights would be updated automatically or new functionalities. I really don't see the point in this change, it's a step backwards

7
[Max] Daily Builds / Re: New Corona Lister Feedback
« on: 2023-04-27, 10:21:07 »
cool

8
[Max] Daily Builds / Re: New Corona Lister Feedback
« on: 2023-04-24, 11:08:27 »
add please
+ proxy
+ scatters
+ sun
+ sky
+ Environment

9
[Max] I need help! / Re: Scene parsing issues
« on: 2022-08-31, 21:40:07 »
the proposed method is very crappy, so I won't see the render progression or the tonemapping options, etc.

the same thing is happening to me. you can spend hours waiting for a job.



10
random mode will be implemented in the triplanartexture?
by ID, face, element, instance, etc.

11
[Max] Bug Reporting / problem propagate masks
« on: 2021-08-05, 18:17:42 »
Hi, I don't know if this is a problem or if I just don't understand how this should work,
I have this image
beauty" border="0
and the crystal is configured in all the ways that propagate mask has.
mask never
1-mask-never" border="0
mask reflect
2-mask-reflect" border="0
mask refract
3-mask-refract" border="0
mask always
4-mask-always" border="0

first I see that the reflect mode, transmits the reflection totally opaque.
secondly, the always mode does not make a correct mix of reflect (which I think should be more transparent) and refract mode, but that is not the case.

what should i do, so that the "mask always" image looks like the image below. (this image i have made in photoshop.
mask-propagate-correct" border="0


12
in addition to detecting false metals, when you manually convert from metal to non-metal it creates an IOR value: 1.01 the problem is that if you had written that value down, you have to manipulate it again.

13
[Max] Resolved Feature Requests / Re: Corona Clipper
« on: 2021-05-17, 16:51:52 »
since version 1.7 waiting for this implementation

14
[Max] Feature Requests / Re: tiled exr tx textures
« on: 2021-05-13, 18:06:58 »
is there any news on this issue, it is quite a long time old and it would be a breakthrough.

15
[Max] Feature Requests / Re: The most wanted feature?
« on: 2021-05-09, 19:14:52 »
for me, what I miss the most in corona is the clipper and the link with Cryptomatte, it is very useful in vray.

Pages: [1] 2