Previous Thread  Next Thread

chat icon Tuhopuu / Windows (2004/01/26)

nozzy

Posted: Mon Jan 26, 2004 5:52 pm
Joined: 13 Oct 2002
Posts: 40
This is a old build, check newer posting

For your enjoyment Wink

tuhopuu-2004-01-26-windows.zip

Check the logs for updates:
logs-january

Last edited by nozzy on Sun Feb 01, 2004 7:58 pm; edited 1 time in total
Reply with quote


phase

Posted: Mon Jan 26, 2004 8:30 pm
Joined: 14 Oct 2002
Posts: 109
nozzy wrote:
Check the logs for updates:
logs-january

Unfortunately, my recent commits aren't included in these logs. Sad
Please note however; a very nifty mesh tool got comitted to Tuhopuu,
which was written and submitted by Spectr.

From Tuhopuu's featurelist.txt:
Code:
Added union mesh tool submitted by Spectr.
CTRL-V in editmode allows you to modify the edges of adjacent faces.
You can choose how the two faces should be connected, or change two triangles into a quad face.
It propery handles UV, material and vertex color data of the modified faces.
Useful for cleaning up meshes after a boolean operation.

This function has 3 modes, with toggle keys: (info appears in windowheader)
SHIFT Click - loop or single selection;
CTRL Click  - convert adjacent triangle and quad into: triangle, or quad;
ALT Click   - convert adjacent two quad into: triangle, or quad.


Just thought I'd post it here so it won't be missed.

Rob.

Last edited by phase on Tue Jan 27, 2004 1:06 am; edited 1 time in total
Reply with quote


Caronte

Posted: Mon Jan 26, 2004 11:07 pm
Joined: 15 Oct 2002
Posts: 520
Anyone know why the randomize vertex effect are missing on the latest tuhopuu builds? Sad It's very usefull!
_________________
Caronte.
"Some Day, All Will Be Digital"
http://www.nicodigital.com
Reply with quote


Monkeyboi

Posted: Mon Jan 26, 2004 11:17 pm
Joined: 26 Nov 2002
Posts: 543
Yeah, Tohupuu seems to be loosing features. Strange.
_________________
Website: http://www.shadeless.dk
Reply with quote


theeth

Posted: Mon Jan 26, 2004 11:46 pm
Joined: 16 Oct 2002
Posts: 1177
Some functions were never ported from tuhopuu 1, or we removed in a make over or a code cleaning or whatnot. You have to remember that tuhopuu is a coding playground, not a stable release. There's no garranty that tools won't change one day or new functions that will invalidate others.

Martin
_________________
Life is what happens to you when you're busy making other plans.
- John Lennon
Reply with quote


Caronte

Posted: Tue Jan 27, 2004 12:08 am
Joined: 15 Oct 2002
Posts: 520
I think this feature is a must but like ever it's just my personal opinion.


Edited:

Well I found a posible cause to remove this feature:

The displacement mapping can do the same work with a noise texture also is far better Very Happy
_________________
Caronte.
"Some Day, All Will Be Digital"
http://www.nicodigital.com
Reply with quote


nozzy

Posted: Sat Jan 31, 2004 10:50 am
Joined: 13 Oct 2002
Posts: 40
Sorry for the lack of new builds, but I'am having problems building Tuhopuu.

I updated my CVS as usual but the compile stops with this:
Code:
make[3]: *** [/home/RobertIves/tuhopuu/tuhopuu2/obj/windows/blender/src/space.o]
 Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

And no .exe in the bin folder? Sad
I've tryed everything but re-installing Cygwin, anyone any ideas?
Reply with quote


Michel

Posted: Sat Jan 31, 2004 1:35 pm
Joined: 16 Oct 2002
Posts: 209
nozzy wrote:

I updated my CVS as usual but the compile stops with this:
Code:
make[3]: *** [/home/RobertIves/tuhopuu/tuhopuu2/obj/windows/blender/src/space.o]
 Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

Hi,

you've pasted the least important information Wink The error on what really went wrong is above the lines you've pasted here. Without that information I have no idea what is wrong.

With regards,
Michel
_________________
You can have one of two things: Progress or Progress Reports.
Reply with quote


nozzy

Posted: Sat Jan 31, 2004 3:25 pm
Joined: 13 Oct 2002
Posts: 40
Michel wrote:
you've pasted the least important information


Opps Embarassed , hope this makes thing little clearer Smile
Code:
space.c: In function `winqreadview3dspace':
space.c:674: error: `WHEELLEFTMOUSE' undeclared (first use in this function)
space.c:674: error: (Each undeclared identifier is reported only once
space.c:674: error: for each function it appears in.)
space.c:705: error: `WHEELRIGHTMOUSE' undeclared (first use in this function)
space.c:1508: warning: implicit declaration of function `union_mesh'
space.c:573: warning: unused variable `mval'
space.c:573: warning: unused variable `i'
space.c:573: warning: unused variable `j'
space.c: In function `winqreadipospace':
space.c:1776: error: `WHEELLEFTMOUSE' undeclared (first use in this function)
space.c:1777: error: `WHEELRIGHTMOUSE' undeclared (first use in this function)
space.c: In function `winqreadseqspace':
space.c:3165: error: `WHEELLEFTMOUSE' undeclared (first use in this function)
space.c:3166: error: `WHEELRIGHTMOUSE' undeclared (first use in this function)
space.c: In function `winqreadoopsspace':
space.c:3704: error: `WHEELLEFTMOUSE' undeclared (first use in this function)
space.c:3705: error: `WHEELRIGHTMOUSE' undeclared (first use in this function)
make[3]: *** [/home/RobertIves/tuhopuu/tuhopuu2/obj/windows/blender/src/space.o]
 Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

Thanks.
/nozzy
Reply with quote


bjornmose

Posted: Sun Feb 01, 2004 1:42 am
Joined: 25 Nov 2003
Posts: 157
i think kester has to fix that ?
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group