OctaneRender® for 3ds max® v1.31[Test]

3D Studio Max Plugin (Export Script Plugins developed by [gk] and KilaD; Integrated Plugin developed by Karba)
Forum rules
Please post only in English in this subforum. For alternate language discussion please go here http://render.otoy.com/forum/viewforum.php?f=18
User avatar
bicket
Licensed Customer
Posts: 365
Joined: Thu Mar 01, 2012 10:46 am
Contact:

Karba wrote:
tonycho wrote:Hi Karba, sorry for asking many times

when you plan to implement hair fur and region?
thats ok if still no plan yet, but let us know the Octane3dsmax road map :)
so I can prepare for my future project
That will probably be available in 2.x. Don't ask me when.
Hi Karba
I can't understand why region render is so difficult to implement :?:

1 - select a region on the screen, a simple rectangle will do the job.
2 - calculate new region dimensions and center.
3 - calculate new Lens = original Lens * original width / region width
4a - calculate x shift = (region x center - original x center) / region width
4b - calculate y shift = (region y center - original y center) / region height
5 - render the region in the right place of the frame buffer
See image below ...

I think a simple script could do the job in 3dsmax : scripters are welcome.
NB : a good think would be to take in account the original x and y shift.

that's all folks :D


[EDIT] I made a mistake : zero-zero must be down-left because Y shift >0 is Up.
Attachments
region.jpg
Last edited by bicket on Tue Feb 18, 2014 5:59 pm, edited 1 time in total.
PortFolio
4 x TITAN - Win 7 64 - Octane Rocks
dawe
Licensed Customer
Posts: 178
Joined: Sun Nov 27, 2011 11:28 pm

Thanks!
I wonder; When will we be able to use xref without merging the materials? or even the containers?

best
Daniel

OK I see now. It works on xref object, except for lights, but xref scene don´t work at all. Xref object is great though!

second edit: It works on single octane materials but not multi-sub materials!
//Daniel
solomon
Licensed Customer
Posts: 343
Joined: Tue Mar 19, 2013 2:04 pm
Location: USA
Contact:

Karba wrote:
solomon wrote:Hi Karba, I think there is a bug in this version as in previous versions when it comes to the shadow catcher ~ when I apply a shadow catcher to a ground plane and apply a texture environment, the effect is not honored in reflective surfaces.

What shows up in the reflective surfaces is the default color or the texture of the ground plane, instead of reflecting the full environment with the shadow catcher showing the texture environment as the ground plane..

is there a work around or am I missing something?
Shadow catcher doesn't work with reflections, only with diffuse component.
so is there a work around? whereby the ground plane using the shadow catacher can be mapped with the texture environment so it can show up in the reflections?
Solomon W. Jagwe
3D Artist/Animator/Modeler | Independent Film Director
http://www.sowl.com | http://www.galiwango.com | http://www.nkozaandnankya.com
kevinshane
Licensed Customer
Posts: 190
Joined: Sat Apr 10, 2010 5:49 pm
Location: China
Contact:

bicket wrote:
Karba wrote:
tonycho wrote:Hi Karba, sorry for asking many times

when you plan to implement hair fur and region?
thats ok if still no plan yet, but let us know the Octane3dsmax road map :)
so I can prepare for my future project
That will probably be available in 2.x. Don't ask me when.
Hi Karba
I can't understand why region render is so difficult to implement :?:

1 - select a region on the screen, a simple rectangle will do the job.
2 - calculate new region dimensions and center.
3 - calculate new Lens = original Lens * original width / region width
4a - calculate x shift = (region x center - original x center) / region width
4b - calculate y shift = (region y center - original y center) / region height
5 - render the region in the right place of the frame buffer
See image below ...

I think a simple script could do the job in 3dsmax : scripters are welcome.
NB : a good think would be to take in account the original x and y shift.

that's all folks :D
Amazing JOB!!! please tell me about how to calculate the new x and y lens shift when the original render has its own lens shift!!! It's very important!!! for example , original render res is 1080P with X lenshift=0.5 and Y lenshift=0.2!! Please tell me how to do the formula!!!!Thank you so much!!!!
MSI GT70 laptop i7-3610QM+32G+GTX680M 4G

Octane Arch/Interior Viz Tutorials
http://www.kshane.com
User avatar
Goldisart
Licensed Customer
Posts: 780
Joined: Sat Oct 26, 2013 8:47 am

превратить вас в следующей версии Дублирование материала ? или регулирования мощности АО прямой свет ? и
Attachments
2014-02-18_17-23.jpg
2014-02-18_17-24.jpg
User avatar
bicket
Licensed Customer
Posts: 365
Joined: Thu Mar 01, 2012 10:46 am
Contact:

kevinshane wrote:
Amazing JOB!!! please tell me about how to calculate the new x and y lens shift when the original render has its own lens shift!!! It's very important!!! for example , original render res is 1080P with X lenshift=0.5 and Y lenshift=0.2!! Please tell me how to do the formula!!!!Thank you so much!!!!

just a bit of geometry ...
here a calc file with formulas assuming zero-zero is the down-left of the image.


For sure, vigneting and post proc will not work well that way.
Attachments
region.jpg
REGION.xls
(18 KiB) Downloaded 352 times
PortFolio
4 x TITAN - Win 7 64 - Octane Rocks
kevinshane
Licensed Customer
Posts: 190
Joined: Sat Apr 10, 2010 5:49 pm
Location: China
Contact:

bicket wrote: just a bit of geometry ...
here a calc file with formulas assuming zero-zero is the down-left of the image.


For sure, vigneting and post proc will not work well that way.

:o :o That's really amazing!!! best post for this forum ever!!!! Thank you so much sir!!
MSI GT70 laptop i7-3610QM+32G+GTX680M 4G

Octane Arch/Interior Viz Tutorials
http://www.kshane.com
kevinshane
Licensed Customer
Posts: 190
Joined: Sat Apr 10, 2010 5:49 pm
Location: China
Contact:

bicket wrote:
kevinshane wrote:
Amazing JOB!!! please tell me about how to calculate the new x and y lens shift when the original render has its own lens shift!!! It's very important!!! for example , original render res is 1080P with X lenshift=0.5 and Y lenshift=0.2!! Please tell me how to do the formula!!!!Thank you so much!!!!

just a bit of geometry ...
here a calc file with formulas assuming zero-zero is the down-left of the image.


For sure, vigneting and post proc will not work well that way.
:o :o :o :o tested and worked!!! again thank you so much Sir!!! u just turn me on :lol: :lol: :lol:
I will try to make a small video to show everyone this such amazing gift!!!!! :P :P :P
but still,a simple max script can do the whole job!!!!! :| :|
MSI GT70 laptop i7-3610QM+32G+GTX680M 4G

Octane Arch/Interior Viz Tutorials
http://www.kshane.com
User avatar
tonycho
Licensed Customer
Posts: 391
Joined: Mon Jun 07, 2010 3:03 am
Location: Surabaya - Indonesia
Contact:

kevinshane wrote:
bicket wrote:
kevinshane wrote:
Amazing JOB!!! please tell me about how to calculate the new x and y lens shift when the original render has its own lens shift!!! It's very important!!! for example , original render res is 1080P with X lenshift=0.5 and Y lenshift=0.2!! Please tell me how to do the formula!!!!Thank you so much!!!!

just a bit of geometry ...
here a calc file with formulas assuming zero-zero is the down-left of the image.


For sure, vigneting and post proc will not work well that way.
:o :o :o :o tested and worked!!! again thank you so much Sir!!! u just turn me on :lol: :lol: :lol:
I will try to make a small video to show everyone this such amazing gift!!!!! :P :P :P
but still,a simple max script can do the whole job!!!!! :| :|
Thanks Bicket

And thanks Kevin for the video.
Waiting for it. Actually I need your video to understand hahaha
http://www.antoni3D.com
Win 7 64 |GTX 680 4 Gb (Display) | 3 x GTX690 4Gb | Intel i5 |Corsair 16GB
kevinshane
Licensed Customer
Posts: 190
Joined: Sat Apr 10, 2010 5:49 pm
Location: China
Contact:

Thanks Bicket

And thanks Kevin for the video.
Waiting for it. Actually I need your video to understand hahaha
:) :) Already done!! I am rendering the video now ;)
MSI GT70 laptop i7-3610QM+32G+GTX680M 4G

Octane Arch/Interior Viz Tutorials
http://www.kshane.com
Post Reply

Return to “Autodesk 3Ds Max”