MoI discussion forum
MoI discussion forum

Full Version: Cycles for MoI

Show messages:  1-20  21-40  41-60  61-80  81-100  101-113

From: Scooter (DORMANTVISION)
17 Feb 2015   [#61] In reply to [#60]
Hey Mindset,

It could just be that you need to zoom out a little bit.


Here is a snap of my test scene where the camera is far away


And here is one where I selected the three main objects and did a fit all "A"


Expand the 3D window, select the objects that you are interested in rendering and then hit the "A" key.

I've also attached my sample file so that you can use it to test on your system.

-scott

Attachments:
first.3dm

Image Attachments:
moi-zoomed-in.png  moi-zoomed-out.png 


From: Mindset (IGNITER)
18 Feb 2015   [#62] In reply to [#61]
Hey Scott

I may have found the problem....
It seems, I think, that this setting must be so: Options->View-> 3D view projection: Perspective


Thanks

Image Attachments:
MOI_View_Options.PNG 


From: Max Smirnov (SMIRNOV)
18 Feb 2015   [#63] In reply to [#62]
Yes. I noticed problems with parallel mode. At this moment I can't find a solution.
From: Mindset (IGNITER)
18 Feb 2015   [#64] In reply to [#63]
Max,

I sure that I can speak for everyone in thanking you for your contributions.

Thank you Max!
From: Scooter (DORMANTVISION)
18 Feb 2015   [#65]
I had another problem in the beginning as well.
The "Orientation" for the OBJ export was set to Z-Up.
Eventually figured out that it should be set to Y-Up.

scott
From: Max Smirnov (SMIRNOV)
19 Feb 2015   [#66] In reply to [#65]
Hi Scott,

I forgot about this MoI setting :) Thank you.
Fixed.
From: Scooter (DORMANTVISION)
19 Feb 2015   [#67] In reply to [#66]
No problem Max.
Thank you.
From: hep
3 Mar 2015   [#68]
hi... i am not able to download "Cycles Standalone", anybody know where i can find it?
From: Max Smirnov (SMIRNOV)
3 Mar 2015   [#69] In reply to [#68]
http://moi.maxsm.net/media/files/Cycles.CPU.zip
http://moi.maxsm.net/media/files/Cycles.CUDA.zip
At this moment cpu version is more stable.
Cuda version has some problem with file saving. Waiting for update.
From: hep
4 Mar 2015   [#70] In reply to [#69]
Thanks
From: Mindset (IGNITER)
13 Mar 2015   [#71] In reply to [#63]
I realize that what I offer here is not a solution, but might something like this help to avoid jumping into the problems with parallel mode?

var vp = moi.ui.mainWindow.viewpanel.getViewport('3D');
if (vp.projection != 'Perspective')
{
vp.projection = 'Perspective';
moi.ui.alert('Projection set to "Perspective".');
return;
}

Might there be someway of asking the user for permission before switching the projection setting?
From: Michael Gibson
13 Mar 2015   [#72] In reply to [#71]
Hi Mindset,

> Might there be someway of asking the user for permission
> before switching the projection setting?

I'm not sure how that would be done - there are multiple ways for it to get set, one of which is opening a file that had it set that way when it was saved... It would be difficult for a script to try and get involved with that since it happens right in the middle of the open process.

- Michael
From: Mindset (IGNITER)
14 Mar 2015   [#73] In reply to [#72]
What a terrific software and community!!!

However, regarding message 7208.72 in reply to 7208.71, it is not clear what is opening...
Message 7208.71 was intended as inquiry about the Cycles script by Max Smirnov.

// Cycles v.0.98 - Max Smirnov. 2015
function Cycles()
{
var param = moi.command.getCommandLineParams(), exp=(param =='noexport')?false:true;

// Add this Block?
var vp = moi.ui.mainWindow.viewpanel.getViewport('3D');
if (vp.projection != 'Perspective')
{
vp.projection = 'Perspective';
moi.ui.alert('Projection set to "Perspective".');
return;
}
// END Add this Block?

if ( param =='reset') { moi.ui.commandUI.resetPaths(); }
moi.ui.commandUI.Cycles(exp);
}
Cycles();
From: Frenchy Pilou (PILOU)
1 Apr 2015   [#74]
Seems the loink of the Standalone Cycles 64 bytes is not more accessible! ???
http://blender.dingto.org/cycles_standalone/Cycles_Windows64.zip
From: Frenchy Pilou (PILOU)
2 Apr 2015   [#75]
Someone has again this file on his computer ? Cycles_Windows64.zip
Thanks by advance! Because this process here is too hard for me!
http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles/Standalone
From: bemfarmer
2 Apr 2015   [#76] In reply to [#75]
.
From: Frenchy Pilou (PILOU)
2 Apr 2015   [#77] In reply to [#76]
Many Thanks!
From: wireframeX
27 Jun 2015   [#78]
Cycles CUDA --> le fichier est corrompu :(

Si qqn a une version fonctionnelle ca m'interesse
++
Phil
From: BEAR17
27 Jun 2015   [#79] In reply to [#78]
J'avais récupéré une version fonctionnelle sur le site de Pilou : http://moiscript.weebly.com/cycles-pour-moi.html

Bear17
From: Mik (MIKULAS)
29 Jun 2015   [#80]
Hi Max,

I've noticed from forum that you use Octan for rendering.

Don't you have similar script like MoI/Cyclec for Octan users by chance? :-)

(http://render.otoy.com/forum/viewtopic.php?f=73&t=44688)

All good to you.

Mik

Show messages:  1-20  21-40  41-60  61-80  81-100  101-113