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
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
Posted: Mon Jan 26, 2004 8:30 pm
Joined: 14 Oct 2002
Posts: 109
Unfortunately, my recent commits aren't included in these logs.
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
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?

It's very usefull!
_________________
Caronte.
"Some Day, All Will Be Digital"
http://www.nicodigital.com
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
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
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

_________________
Caronte.
"Some Day, All Will Be Digital"
http://www.nicodigital.com
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?
I've tryed everything but re-installing Cygwin, anyone any ideas?
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
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.
Posted: Sat Jan 31, 2004 3:25 pm
Joined: 13 Oct 2002
Posts: 40
| Michel wrote: |
| you've pasted the least important information |
Opps
, hope this makes thing little clearer
| 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
Posted: Sun Feb 01, 2004 1:42 am
Joined: 25 Nov 2003
Posts: 157
i think kester has to fix that ?