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 - peterguthrie

Pages: 1 2 [3] 4 5 ... 17
31
[Max] General Discussion / Re: Anyone in london Dec 12-16?
« on: 2018-11-11, 17:30:13 »
Yes!! You are always welcome Ondra, 15 people here using corona every day

32
[Max] Daily Builds / Re: Daily builds version 3
« on: 2018-11-09, 12:51:05 »
I've been totally out of the loop for about a year now, but dare I ask when 2d displacement will be added to Corona?, its basically the only thing on my wishlist :)

33
nice one Simon, will be installing it tomorrow

34
General CG Discussion / Re: best mouse for 3ds MAX
« on: 2018-06-27, 23:12:18 »
we always call them mouses in the office, for some reason mice doesnt seem right!

35
General CG Discussion / Re: best mouse for 3ds MAX
« on: 2018-06-27, 11:03:59 »
also been using an evoluent vertical mouse for about 3 years. Probably about half the office use them now.

36
[Max] Resolved Feature Requests / Re: AUTO-Exposure please!
« on: 2018-05-28, 01:17:22 »
one of the joys of Corona is that you can just tweak the exposure once you have started rendering, so no need to try to guess the EV level like in Vray. For animations perhaps, but normally I'd just quickly check it using interactive and then keyframe the camera exposure.

37
Work in Progress/Tests / Re: dubcats secret little hideout
« on: 2018-04-11, 18:15:12 »
I love your dreams dubcat :)

39
ps. its because corona doesn't support random animation offsets with forest pack

40
[Max] I need help! / help with a corona related maxscript?
« on: 2018-03-20, 19:31:44 »
Could someone help me convert this vray specific script to corona? I'll be forever grateful!

Code: [Select]
--ProxyClone Script
--(C) 2015 iToo Software
try(DestroyDialog rc_proxy_timer)catch()
Rollout rc_proxy_timer "V-Ray Proxy Cloner"
(
    local proxyObject
    local bbSize
    local xOffset
   
    fn proxy_filt obj = classof obj == VRayProxy
    Pickbutton btn_pick_px "Pick Proxy object" across:2 filter:proxy_filt
    button btn_clear "c" enabled:false
    spinner spn_count "Count " enabled:false range:[0,100,0] type:#integer
    spinner spn_frames_offset "Frames Offset " enabled:false range:[0,100,0] type:#integer
    button btn_create_proxies "Duplicate Proxies" enabled:false   
   
    fn calculateSize =
    (
        bbSize = (proxyObject.max - proxyObject.min)
        xOffset = bbsize[1]
    )
       
    fn createProxies timeOffset numClones =
        (
            for i = 1 to numClones do
            (
                maxOps.cloneNodes proxyObject cloneType:#copy newNodes:&newSegment
                newSegment.pos.x+=xOffset*i
                newSegment.anim_offset = timeOffset*i
            )
        )
    on btn_pick_px picked obj do
    (
        btn_pick_px.text = obj.name
        proxyObject = obj
       
        calculateSize()
        btn_clear.enabled=true
        btn_create_proxies.enabled=true
        spn_count.enabled=true
        spn_frames_offset.enabled=true
        --btn_convert.enabled=true
    )
    on  btn_create_proxies pressed do
    (
        createProxies spn_frames_offset.value spn_count.value
    )       
        on  btn_clear pressed do
    (
        btn_pick_px.text = "Pick Proxy object"
        proxyObject = undefined
        btn_create_proxies.enabled=false
        spn_count.enabled=false
        spn_frames_offset.enabled=false
    )   
)
CreateDialog rc_proxy_timer

41
Gallery / Re: Dream Garden Shed
« on: 2018-03-19, 19:41:30 »
LOVELY!

42
thanks Frood, that looks promising! will pass it on

43
Hi Maru,

Would you be able to help Edwin from Thinkbox out? https://forums.thinkboxsoftware.com/viewtopic.php?p=73840&sid=04bf0e015ec40f6e3f481d8852c872f8#p73840

"I think the ideal would be to have the Corona guys provide a MaxScript example of printing that data to the MaxScript listener. I think I could take it from there."

I'm already out of my depth...

44
sure, as you can see, i'm very keen to get this feature implemented!

https://forums.thinkboxsoftware.com/viewtopic.php?f=11&t=15990

45
have started a thread on the deadline forum, will update here is i get anywhere

Pages: 1 2 [3] 4 5 ... 17