Show Posts
Pages: [1] 2 3 ... 8
1  Using CYCAS / Tips and Tricks / Re: problem with multiple openings in a wall possibly solved on: November 25, 2012, 11:54:46 PM
Interesting hint...
2  Using CYCAS / Drawing and Construction / Re: render (povray) images saving on: October 13, 2012, 09:11:43 AM
Yes Xluis! still onboard and running!
I'm working on a new project will be also 3d this time, many has gone only 2d meanwhile, I'll make something visible asap...
ciao
luca
3  Using CYCAS / Drawing and Construction / Re: render (povray) images saving on: October 08, 2012, 10:47:49 PM
Ragazzi siamo rimasti solo noi 2 o 3 ad usare cycas, a me torna ancora veramente bene, che dire, speriamo che Anja e Wolfgang tornino in se...
Ciao
Luca
4  Misc / Showroom / Re: RENDERINGS 3 on: April 16, 2012, 04:45:44 PM
The composition is made with GIMP, for renders I've used raytracing
ciao
luca
5  Using CYCAS / Tips and Tricks / Render overnight on: April 07, 2012, 01:56:11 PM
Having a set of images taking a lot of time to render I wondered how to prepare a script to do them all overnight, the proceeding is this one:

1- prepare your scenes in cycas
2- for each start a render and just stop it as soon as it begins
3- before starting another one go to the .cycas3/tmp dir in your home
4- there you'll find a file named cycas.pov, copy it to another dir with another name ie. cycas1.pov
5- do it for each scene.

at this point you will have many files, ie cycas1.pov, cycas2.pov, cycas3.pov and so on in a dir, you will need a script that takes each one and send it to pov with the right options, the script is this one:

#!/bin/bash
povray +Icycas1.pov +FC +W4096 +H3072 +Q9 +R2 +A0.1 +AM2 +O1.tga
povray +Icycas2.pov +FC +W4096 +H3072 +Q9 +R2 +A0.1 +AM2 +O2.tga
povray +Icycas3.pov +FC +W4096 +H3072 +Q9 +R2 +A0.1 +AM2 +O3.tga

the options can vary, +FC is form compressed tga +Q is render quality, +R is the level of recursion +A is antialias, test them for your speed/quality needs, please see povray documentation for a complete list.

as you see resolution antialias and render algorithm are set in the script, all the other parameters have to be set in cycas dialogue (ie ambient light)

Stated that povray now works alone with all your files the best thing to do is to free as match memory you can so he can work better.
There is at this point no need for looking at it so we can tourn off X , Kde, and anything else linux start up for making the desktop environment.
So the best thing to do is to go to a console (ie CTRL+ALR+F2), login as root and then issue an:
init 1
this shuts down quite anything and asks you to login as root, done that became your user with
su - youruser
go to the dir where you have the .pov files and the script and run the script.

when povray has done you can issue a
init 5
as root to return to the graphical environment as you startup.
 
well, this is for linux, for win it's another story.

enjoy

ciao
luca

  
p.s.
the attached file renderizza.sh to be used should be made executable with ie
chmod 744 renderizza.sh
6  Misc / Showroom / Re: RENDERINGS 3 on: April 07, 2012, 11:06:09 AM
Here we go with some images, sorry for low res, just to see, you are the first who does...

http://www.box.com/s/ca9b1d352755687fe1ac
http://www.box.com/s/ab3014f2af769e8d15de
http://www.box.com/s/c6252438f73be4ab79b0
http://www.box.com/s/1f734e1d0b30436c76ff

ciao
luca

p.s.
will put a post on tips and tricks about a render script
7  Misc / Showroom / Re: RENDERINGS 3 on: March 31, 2012, 11:44:54 PM
Great, like lines on the "red" roof perfectly aligned  with the roof pitch.
I'm working on some renderings too after long time of 2D, will post something soon.
Ciao
Luca
8  Installation / Linux / Re: ubuntu 11.10 oneiric ocelot + Cycas on: November 01, 2011, 04:42:01 PM
All well what ends well!  Smiley
Ciao
Luca

Tutto bene quel che finisce bene!
9  Installation / Linux / Re: ubuntu 11.10 oneiric ocelot + Cycas on: October 29, 2011, 05:29:07 PM
Sorry franco as you know I run opensuse everywhere...
are you installing the 32 or 64 bit version?
ciao
luca

Mi spiace franco come sai uso opensuse dappertutto...
stai installando la versione a 32 o 64 bit?
ciao
luca
10  Using CYCAS / Drawing and Construction / still workling on: July 29, 2011, 10:20:09 PM
Hi guis, it's a bit nobody writes, hope you all are busy like me.
I'm still business as usual with Cycas, I've just finished a villa on the hills here around, developing a new one, preparing drawings for dismissing an industrial  manufacture, taking the local authority auth for an industrial buillding renovation, drawing an attic under a roof and many other...
Everything enjoying and working only with my favorite design tool (cycas) and exclusively under linux (suse), from the pencil to the print, not bad I say, I've believed for many years that that could be done and here we are.
So, let me hear about you.
ciao
luca

11  Misc / Showroom / Re: RENDERINGS 2 on: May 16, 2011, 10:49:39 PM
nice trees  Wink
12  Using CYCAS / Drawing and Construction / Re: Problem printing paper size A3-A2 on: May 16, 2011, 10:46:35 PM
Hi franco, I also print to file .ps, when comes up the print dialogue click file and will be generated a ps document, then you can open it in gimp or other sw or convert it to pdf via shell with ps2pdf util and print it via acroread.
I quite always use the last way.

Ciao franco, anch'io stampo su file .ps, quando viene il dialogue della stampa clicco su file e viene generato un documento ps, lo puoi aprire con gimp o con latri sw o convertirlo in pdf con l'utility ps2pdf e stamparlo per es via acrobat reader.
Quasi sempre uso l'ultimo modo.

ciao
luca
13  Using CYCAS / Import and Export / Re: DIMENSION on: March 30, 2011, 01:01:09 AM
Ok finally I've got it, all you were right, I've never had problems with dxf exports maybe because I have limited surroundings of autocads and turbocads usually importing them.
Effectively importing a cycas dxf in Draftsight has serviteur effect with no quotes.

I suppose the problem is linked to opendwg consortium libs many cad are using...when having a minute will try converting dxf to dxf...

ciao
luca

14  Misc / Off topic / Re: A salute to the comunity on: March 29, 2011, 11:48:31 PM
Grande franco!  Cheesy

Big franco!

ciao
luca
15  Using CYCAS / Drawing and Construction / Re: ordering library symbols in alphabetical order on: March 11, 2011, 04:56:08 PM
Hai ragione, la forza dell'abitudine, a me torna meglio prima metterlo e poi ruotarlo...

You're right, force of habit, I prefer first to pick the insert point and then rotate it...

ciao
luca
Pages: [1] 2 3 ... 8