Re: Place Highlight Tool

2013-01-14 Thread julian
Although it's not addressing all the feature requests so far, over the weekend I've updated the Addon to work on pre-existing lights which should provide support for Arnold and VRay. In the tests I've done with Arnold lights it works fine. i.e. just select an existing light or light root and

Re: Place Highlight Tool

2013-01-14 Thread Eugen Sares
Thanks, Julian! This is getting nice... Mind sharing the source code again? Best, Eugen Am 14.01.2013 11:06, schrieb julian: Although it's not addressing all the feature requests so far, over the weekend I've updated the Addon to work on pre-existing lights which should provide support for

Re: Place Highlight Tool

2013-01-14 Thread Eugen Sares
...works with VRay lights as well. Coool! Thanks!! Am 14.01.2013 11:57, schrieb julian: On 14/01/2013 10:52, Eugen Sares wrote: Thanks, Julian! This is getting nice... Mind sharing the source code again? Eugen, the source should be in the src directory of the Addon :-)

RE: Place Highlight Tool

2013-01-10 Thread Brent McPherson
] On Behalf Of Julian Sent: 09 January 2013 22:26 To: softimage@listproc.autodesk.com Subject: Re: Place Highlight Tool On 09/01/2013 21:00, Brent McPherson wrote: Just curious. Did you keep the shift modifier key from the original tool as a way to adjust the distance of the light from the surface

Re: Place Highlight Tool

2013-01-10 Thread Stefan Kubicek
area lights too and adjust their shape. -- Brent -Original Message- From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of julian Sent: 09 January 2013 18:56 To: softimage@listproc.autodesk.com Subject: Re: Place Highlight Tool On 04/12

Re: Place Highlight Tool

2013-01-10 Thread julian
On 10/01/2013 09:42, Brent McPherson wrote: Julian, If I had to approach this in the tool SDK I would probably just store the relative mouse offset that was applied while shift-dragging and add this onto the input mouse position when not shift-dragging. That way the spotlight position

Re: Place Highlight Tool

2013-01-10 Thread julian
On 10/01/2013 09:54, Stefan Kubicek wrote: Awesome! Just get ready for the inevitable flood of feature requests! ;-) Here's one: When no light is selected, create a new one. When a light is selected, use that to place the highlight instead of creating a new one. For inspiration: I

Re: Place Highlight Tool

2013-01-10 Thread olivier jeannel
. -- Brent -Original Message- From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of julian Sent: 09 January 2013 18:56 To: softimage@listproc.autodesk.com Subject: Re: Place Highlight Tool On 04/12/2012 10:23, Brent McPherson wrote: Hi

Re: Place Highlight Tool

2013-01-10 Thread Stefan Kubicek
On second thought, here's a variation of that idea: On LMB pressed, place the selected light to create a highlight. On MMB pressed (or LMB + modifier key) copy the selected light and use the copy to place the new highlight. This way, you will never need to query the user for what type of new

Re: Place Highlight Tool

2013-01-09 Thread julian
On 04/12/2012 10:23, Brent McPherson wrote: Hi Eugen, Yes, it would be simple to do with the Tool SDK. In fact, we already have a spot light creation tool example that ships with Softimage (search for SpotLightCreateTool in the custom tools addon) so only the reflected ray part would need to

Re: Place Highlight Tool

2013-01-09 Thread Eugen Sares
That's cool, Julian, thanks! I wonder why it only works on mental ray lights... I'm using VRay. After all, it's not possible to create custom lights with the SDK. VRay/Arnold lights are practically regular lights with an additional shader attached. Should be working too, no? Cheers, Eugen Am

Re: Place Highlight Tool

2013-01-09 Thread Eugen Sares
Ok, tested it. What you do is create a new light every time the tool is called. May I suggest something? It would be better if you allowed selected lights to be moved instead of creating new ones, keeping the distance between the light and the surface. This way, you could also ignore the light

RE: Place Highlight Tool

2013-01-09 Thread Brent McPherson
To: softimage@listproc.autodesk.com Subject: Re: Place Highlight Tool On 04/12/2012 10:23, Brent McPherson wrote: Hi Eugen, Yes, it would be simple to do with the Tool SDK. In fact, we already have a spot light creation tool example that ships with Softimage (search for SpotLightCreateTool

Re: Place Highlight Tool

2013-01-09 Thread Julian
On 09/01/2013 20:15, Eugen Sares wrote: Ok, tested it. What you do is create a new light every time the tool is called. May I suggest something? It would be better if you allowed selected lights to be moved instead of creating new ones, keeping the distance between the light and the surface.

RE: Place Highlight Tool

2013-01-09 Thread Amaan Akram
[mailto: softimage-boun...@listproc.autodesk.com] On Behalf Of julian Sent: 09 January 2013 18:56 To: softimage@listproc.autodesk.com Subject: Re: Place Highlight Tool On 04/12/2012 10:23, Brent McPherson wrote: Hi Eugen, Yes, it would be simple to do with the Tool SDK. In fact, we

RE: Place Highlight Tool

2013-01-09 Thread Brent McPherson
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Julian Sent: 09 January 2013 20:34 To: softimage@listproc.autodesk.com Subject: Re: Place Highlight Tool On 09/01/2013 20:15, Eugen Sares wrote: Ok, tested it. What you do is create a new light every time the tool is called. May I suggest

Re: Place Highlight Tool

2013-01-09 Thread Julian
On 09/01/2013 21:00, Brent McPherson wrote: Just curious. Did you keep the shift modifier key from the original tool as a way to adjust the distance of the light from the surface? (Don't have a build I can use to install the tool right now...) -- Brent Hi Brent, I intended all along to do

Re: Place Highlight Tool

2012-12-06 Thread Eugen Sares
Thanks, guys!! I guess I'll have a look into the tools sdk shortly... A Perspective Tool to tweak a Camera's perspective without zooming would also be nice. Am 05.12.2012 02:08, schrieb Vincent Ullmann: Am 04.12.2012 10:16, schrieb Eugen Sares: Hi, I'd have good use for a tool to place

Place Highlight Tool

2012-12-04 Thread Eugen Sares
Hi, I'd have good use for a tool to place highlights/reflections. Select a light (or any other scene object), click/move cursor over any surface, and the light gets placed on the reflected ray of the camera - surface point ray. 3ds max has such a tool since forever. For Softimage, I could only

Re: Place Highlight Tool

2012-12-04 Thread julian
On 04/12/2012 09:16, Eugen Sares wrote: Hi, I'd have good use for a tool to place highlights/reflections. Select a light (or any other scene object), click/move cursor over any surface, and the light gets placed on the reflected ray of the camera - surface point ray. 3ds max has such a tool

RE: Place Highlight Tool

2012-12-04 Thread Brent McPherson
? ;-) -- Brent -Original Message- From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Eugen Sares Sent: 04 December 2012 09:16 To: softimage@listproc.autodesk.com Subject: Place Highlight Tool Hi, I'd have good use for a tool to place

Re: Place Highlight Tool

2012-12-04 Thread Alan Fregtman
] On Behalf Of Eugen Sares Sent: 04 December 2012 09:16 To: softimage@listproc.autodesk.com Subject: Place Highlight Tool Hi, I'd have good use for a tool to place highlights/reflections. Select a light (or any other scene object), click/move cursor over any surface, and the light gets

Re: Place Highlight Tool

2012-12-04 Thread Ed Manning
I believe the current version of HDRLight Studio has a tool that does this. You might want to toy with it to see if its interaction model is worth emulating.

Re: Place Highlight Tool

2012-12-04 Thread Vincent Ullmann
Of Eugen Sares Sent: 04 December 2012 09:16 To: softimage@listproc.autodesk.com mailto:softimage@listproc.autodesk.com Subject: Place Highlight Tool Hi, I'd have good use for a tool to place highlights/reflections. Select a light (or any other scene object), click

Re: Place Highlight Tool

2012-12-04 Thread Vincent Ullmann
Am 04.12.2012 10:16, schrieb Eugen Sares: Hi, I'd have good use for a tool to place highlights/reflections. Select a light (or any other scene object), click/move cursor over any surface, and the light gets placed on the reflected ray of the camera - surface point ray. 3ds max has such a tool