From d3dd5c5b7aa185265ce7816dab996e8fa9288bc6 Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Fri, 28 Oct 2005 19:54:16 +0000 Subject: Somehow, most files are missing from this commit, and I have no idea why, so there will be more files following. Anyway: NEW BOOLEANS from Google Summer of Code (Courtesy of Marc Freixas) Known problems: - Random freezes while using them as a modifier. This may not be directly related to modifiers though - it's maybe just the huge number of operations that leads to a higher probability of triggering a bug - Static booleans (the first 3 entries in the WKEY menu) are borked anyway, this is not due to this commit. - Errors when exiting Blender (dupli_alloc stuff), is not related to this commit, either. Please test if everything works, and check the other build systems, I only know that make works. Also, compare the results of, say, cube-cylinder, in old and new booleans :) --- intern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/Makefile') diff --git a/intern/Makefile b/intern/Makefile index f4ace043414..7eaabd5b6bb 100644 --- a/intern/Makefile +++ b/intern/Makefile @@ -35,7 +35,7 @@ SOURCEDIR = intern # include nan_subdirs.mk ALLDIRS = string ghost guardedalloc bmfont moto container memutil -ALLDIRS += decimation iksolver bsp SoundSystem opennl elbeem +ALLDIRS += decimation iksolver bsp SoundSystem opennl elbeem boolop all:: @for i in $(ALLDIRS); do \ -- cgit v1.2.3