From theeth at yahoo.com Wed Oct 1 03:21:46 2003 From: theeth at yahoo.com (Martin Poirier) Date: Wed, 1 Oct 2003 03:21:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editarmature.c editmesh.c editobject.c Message-ID: <20031001012146.94C891089AC9@xserve.blender.org> theeth (Martin Poirier) 2003/10/01 03:21:46 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editarmature.c editmesh.c editobject.c Log: fixed a bad argument type in make_trans_bones deleted a couple of unreferenced variables in editobject and editmesh. AFAIK, those are not in functions that people have been working on, otherwise, appologies. fixed a bad type declaration in the auto parent to path function (WIP) Fixed some stuff with axis lines in transform and added a proper limit when working in edit mode with a lot of vertice selected. With more than 5 (number not fixed yet, only used for testing) vertice, it will shoot the line(s) through the center of deformation. Mirroring on viewpot axis works perfectly now, and mirroring around median point too. I still need to fix it for boundbox center and object center (though the later isn't hard at all). Revision Changes Path 1.35 +4 -5 tuhopuu2/featurelist.txt 1.3 +2 -2 tuhopuu2/source/blender/src/editarmature.c 1.19 +1 -3 tuhopuu2/source/blender/src/editmesh.c 1.17 +22 -17 tuhopuu2/source/blender/src/editobject.c From rwenzlaff at soylent-green.com Wed Oct 1 07:12:05 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Wed, 1 Oct 2003 07:12:05 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editarmature.h tuhopuu2/source/blender/src editmesh.c Message-ID: <20031001051205.C3D55109FB02@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/01 07:12:05 CEST Modified files: tuhopuu2/source/blender/include BIF_editarmature.h tuhopuu2/source/blender/src editmesh.c Log: Revision Changes Path 1.3 +2 -2 tuhopuu2/source/blender/include/BIF_editarmature.h 1.20 +6 -6 tuhopuu2/source/blender/src/editmesh.c From Christopher.Maddock.1 at uni.massey.ac.nz Thu Oct 2 09:53:51 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 2 Oct 2003 09:53:51 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 configure.ac Makefile.am tuhopuu2/source Makefile.am tuhopuu2/source/kesterji/Physics Makefile.am tuhopuu2/source/kesterji/Ketsji Makefile.am tuhopuu2/source/kesterji/Converter Makefile.am tuhopuu2/source/kesterji/BlenderRoutines Makefile.am ... Message-ID: <20031002075351.C3F31110747C@xserve.blender.org> kester (Kester Maddock) 2003/10/02 09:53:51 CEST Modified files: . configure.ac Makefile.am tuhopuu2/source Makefile.am tuhopuu2/source/kesterji/Physics Makefile.am tuhopuu2/source/kesterji/Ketsji Makefile.am tuhopuu2/source/kesterji/Converter Makefile.am tuhopuu2/source/kesterji/BlenderRoutines Makefile.am tuhopuu2/source/blender Makefile.am tuhopuu2/source/blender/src language.c Makefile.am tuhopuu2/source/blender/ftfont/intern FTF_TTFont.cpp tuhopuu2/source/blender/blenlib/intern freetypefont.c Log: Autoconf updates: 1. Kesterji --enable-gameblender=kesterji OPCODE 2. Fonts --enable-i18n --with-ftgl=PFX Freetype2 (i18n && TTF text object) 4. OpenAL --with-openal=PFX 5. Configure prints results upon completion. Revision Changes Path 1.2 +120 -23 tuhopuu2/configure.ac 1.2 +6 -3 tuhopuu2/Makefile.am 1.2 +36 -2 tuhopuu2/source/Makefile.am 1.3 +2 -1 tuhopuu2/source/kesterji/Physics/Makefile.am 1.3 +3 -1 tuhopuu2/source/kesterji/Ketsji/Makefile.am 1.3 +3 -2 tuhopuu2/source/kesterji/Converter/Makefile.am 1.3 +1 -1 tuhopuu2/source/kesterji/BlenderRoutines/Makefile.am 1.2 +7 -1 tuhopuu2/source/blender/Makefile.am 1.2 +5 -2 tuhopuu2/source/blender/src/language.c 1.4 +6 -2 tuhopuu2/source/blender/src/Makefile.am 1.2 +2 -1 tuhopuu2/source/blender/ftfont/intern/FTF_TTFont.cpp 1.2 +5 -1 tuhopuu2/source/blender/blenlib/intern/freetypefont.c From Christopher.Maddock.1 at uni.massey.ac.nz Thu Oct 2 10:01:47 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 2 Oct 2003 10:01:47 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/imbuf/intern filter.c Message-ID: <20031002080147.DCEAC1107F00@xserve.blender.org> kester (Kester Maddock) 2003/10/02 10:01:47 CEST Modified files: tuhopuu2/source/blender/imbuf/intern filter.c Log: Fix textures > 8192 pixels wide/high. Revision Changes Path 1.2 +3 -3 tuhopuu2/source/blender/imbuf/intern/filter.c From Christopher.Maddock.1 at uni.massey.ac.nz Thu Oct 2 10:11:13 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 2 Oct 2003 10:11:13 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src backbuf.c Message-ID: <20031002081113.EAEB4110801F@xserve.blender.org> kester (Kester Maddock) 2003/10/02 10:11:13 CEST Modified files: tuhopuu2/source/blender/src backbuf.c Log: An invalid pointer was returned from sample_backbuf_area() TODO: fix properly ;) Revision Changes Path 1.4 +6 -3 tuhopuu2/source/blender/src/backbuf.c From Christopher.Maddock.1 at uni.massey.ac.nz Thu Oct 2 11:07:59 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 2 Oct 2003 11:07:59 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp tuhopuu2/source/blender/src drawmesh.c Message-ID: <20031002090759.3C330110AC7B@xserve.blender.org> kester (Kester Maddock) 2003/10/02 11:07:59 CEST Modified files: tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp tuhopuu2/source/blender/src drawmesh.c Log: Map (material) hardness to GL_SHININESS Patch from Martin http://www.blender.org/pipermail/bf-committers/2003-October/004134.html Revision Changes Path 1.2 +22 -2 tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.2 +2 -1 tuhopuu2/source/blender/src/drawmesh.c From rwenzlaff at soylent-green.com Fri Oct 3 05:27:27 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Fri, 3 Oct 2003 05:27:27 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20031003032727.58A70114D71E@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/03 05:27:27 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: *** rwenzlaff: removed a call to CalcNormFloat() from vertexnoise that was causing a segfaut. ((G.edve.first)->prev == NULL, always). Revision Changes Path 1.21 +3 -3 tuhopuu2/source/blender/src/editmesh.c From Christopher.Maddock.1 at uni.massey.ac.nz Sat Oct 4 05:25:46 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 4 Oct 2003 05:25:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src space.c Message-ID: <20031004032546.78AF411D274F@xserve.blender.org> kester (Kester Maddock) 2003/10/04 05:25:46 CEST Modified files: tuhopuu2/source/blender/src space.c Log: Disable Ctrl-R, Shift-R when not in editmode. Revision Changes Path 1.14 +12 -10 tuhopuu2/source/blender/src/space.c From Roel at spruitje.nl Sat Oct 4 17:22:08 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Sat, 4 Oct 2003 17:22:08 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20031004152208.27BC61216960@xserve.blender.org> goofster (Roel Spruit) 2003/10/04 17:22:07 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: this should stop intrr's wining about the looptools :) forgot to commit these fixes. Revision Changes Path 1.22 +25 -13 tuhopuu2/source/blender/src/editmesh.c From theeth at yahoo.com Sun Oct 5 00:41:14 2003 From: theeth at yahoo.com (Martin Poirier) Date: Sun, 5 Oct 2003 00:41:14 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editobject.c Message-ID: <20031004224114.768E6124879C@xserve.blender.org> theeth (Martin Poirier) 2003/10/05 00:41:14 CEST Modified files: tuhopuu2/source/blender/src editobject.c Log: Fixed mirroring to local view with the cursor as center minor change in the vertex snapping code Revision Changes Path 1.18 +3 -3 tuhopuu2/source/blender/src/editobject.c From Christopher.Maddock.1 at uni.massey.ac.nz Sun Oct 5 04:56:47 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 5 Oct 2003 04:56:47 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Physics/BlOde OdeMesh.cpp OdeMesh.h OdeSensor.cpp OdeSensor.h Message-ID: <20031005025647.D5A791263C49@xserve.blender.org> kester (Kester Maddock) 2003/10/05 04:56:47 CEST Modified files: tuhopuu2/source/kesterji/Physics/BlOde OdeMesh.cpp OdeMesh.h OdeSensor.cpp OdeSensor.h Log: Added GPL/BPL. Revision Changes Path 1.3 +42 -1 tuhopuu2/source/kesterji/Physics/BlOde/OdeMesh.cpp 1.2 +31 -1 tuhopuu2/source/kesterji/Physics/BlOde/OdeMesh.h 1.2 +38 -1 tuhopuu2/source/kesterji/Physics/BlOde/OdeSensor.cpp 1.2 +31 -1 tuhopuu2/source/kesterji/Physics/BlOde/OdeSensor.h From rwenzlaff at soylent-green.com Mon Oct 6 02:59:12 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 6 Oct 2003 02:59:12 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BSE_view.h tuhopuu2/source/blender/src editmesh.c view.c Message-ID: <20031006005912.682C1131811C@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/06 02:59:12 CEST Modified files: tuhopuu2/source/blender/include BSE_view.h tuhopuu2/source/blender/src editmesh.c view.c Log: *** rwenzlaff: Fixed odd behaviour of knife when verts were off screen (v->xs, and v->ys not valid if vert off screen). Revision Changes Path 1.3 +2 -1 tuhopuu2/source/blender/include/BSE_view.h 1.23 +21 -8 tuhopuu2/source/blender/src/editmesh.c 1.4 +2 -4 tuhopuu2/source/blender/src/view.c From theeth at yahoo.com Mon Oct 6 04:24:36 2003 From: theeth at yahoo.com (Martin Poirier) Date: Mon, 6 Oct 2003 04:24:36 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src view.c Message-ID: <20031006022436.190161321C27@xserve.blender.org> theeth (Martin Poirier) 2003/10/06 04:24:35 CEST Modified files: tuhopuu2/source/blender/src view.c Log: fixed a stupidity in float projecting to screen Revision Changes Path 1.5 +3 -5 tuhopuu2/source/blender/src/view.c From rwenzlaff at soylent-green.com Mon Oct 6 04:34:59 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 6 Oct 2003 04:34:59 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20031006023459.7E4D11324493@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/06 04:34:59 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: Improved roundoff errors on knife. Now 256 times more accurate. Revision Changes Path 1.24 +6 -5 tuhopuu2/source/blender/src/editmesh.c From rwenzlaff at soylent-green.com Mon Oct 6 04:40:51 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 6 Oct 2003 04:40:51 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20031006024051.7C2701325902@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/06 04:40:51 CEST Modified files: . featurelist.txt Log: Missed a CVS/Root entry. It wasn't commiting these. Revision Changes Path 1.36 +20 -1 tuhopuu2/featurelist.txt From Christopher.Maddock.1 at uni.massey.ac.nz Mon Oct 6 08:46:49 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 6 Oct 2003 08:46:49 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 configure.ac tuhopuu2/source/blender/ftfont Makefile.am tuhopuu2/intern/SoundSystem Makefile.am Message-ID: <20031006064649.AF2EE1338DBC@xserve.blender.org> kester (Kester Maddock) 2003/10/06 08:46:49 CEST Modified files: . configure.ac tuhopuu2/intern/SoundSystem Makefile.am Added files: tuhopuu2/source/blender/ftfont Makefile.am Log: Auto* updates: Use OpenAL only if detected. Build FTFont Revision Changes Path 1.3 +7 -3 tuhopuu2/configure.ac 1.3 +16 -4 tuhopuu2/intern/SoundSystem/Makefile.am From Christopher.Maddock.1 at uni.massey.ac.nz Mon Oct 6 09:24:39 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 6 Oct 2003 09:24:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 configure.ac Message-ID: <20031006072439.BA4D0133D9FB@xserve.blender.org> kester (Kester Maddock) 2003/10/06 09:24:39 CEST Modified files: . configure.ac Log: Better checking for SDL (thanks FreeBSD ports guy!) Fix I18N conditional Revision Changes Path 1.4 +7 -11 tuhopuu2/configure.ac From Christopher.Maddock.1 at uni.massey.ac.nz Mon Oct 6 11:13:00 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 6 Oct 2003 11:13:00 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 configure.ac tuhopuu2/source Makefile.am Message-ID: <20031006091300.796DD1346E3B@xserve.blender.org> kester (Kester Maddock) 2003/10/06 11:13:00 CEST Modified files: . configure.ac tuhopuu2/source Makefile.am Log: For the Last Time: Fix autoconf. Do the lib checks before defining the make variables. Revision Changes Path 1.5 +5 -3 tuhopuu2/configure.ac 1.3 +1 -1 tuhopuu2/source/Makefile.am From rwenzlaff at soylent-green.com Wed Oct 8 04:39:12 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Wed, 8 Oct 2003 04:39:12 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20031008023912.E8764145D7B8@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/08 04:39:12 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: *** rwenzlaff: Added axis locking (MMB) to get_mouse_trail() for knife subd. *** rwenzlaff: Added slop in boundingbox check in seg_intersect() to prevent missed edges due to round off error. Revision Changes Path 1.37 +3 -1 tuhopuu2/featurelist.txt 1.25 +50 -22 tuhopuu2/source/blender/src/editmesh.c From theeth at yahoo.com Fri Oct 10 02:16:35 2003 From: theeth at yahoo.com (Martin Poirier) Date: Fri, 10 Oct 2003 02:16:35 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src buttons.c editmesh.c editobject.c space.c Message-ID: <20031010001635.A1B4D1559158@xserve.blender.org> theeth (Martin Poirier) 2003/10/10 02:16:35 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src buttons.c editmesh.c editobject.c space.c Log: Background Pic offset Fix for Align View (Shift-V) And those two fix posted by Little Cube at the .org forums: Fix to reenable edit mode rotation Fix for edit mode rotation with PET Revision Changes Path 1.38 +4 -0 tuhopuu2/featurelist.txt 1.19 +11 -8 tuhopuu2/source/blender/src/buttons.c 1.26 +3 -3 tuhopuu2/source/blender/src/editmesh.c 1.19 +2 -2 tuhopuu2/source/blender/src/editobject.c 1.15 +2 -1 tuhopuu2/source/blender/src/space.c From matt at mke3.net Sun Oct 12 16:10:35 2003 From: matt at mke3.net (Matt Ebb) Date: Sun, 12 Oct 2003 16:10:35 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editview.c headerbuttons.c Message-ID: <20031012141035.1D65516E394A@xserve.blender.org> broken (Matt Ebb) 2003/10/12 16:10:35 CEST Modified files: tuhopuu2/source/blender/src editview.c headerbuttons.c Log: Select All by Type: Just a quick scratch-an-itch thing to help with what I'm working on now. Selects all objects of a certain type available in object mode: Select->Select All by Type -> editview.c: added function selectall_type headerbuttons.c: added it in the header menu Revision Changes Path 1.4 +23 -1 tuhopuu2/source/blender/src/editview.c 1.9 +72 -2 tuhopuu2/source/blender/src/headerbuttons.c From matt at mke3.net Sun Oct 12 16:11:16 2003 From: matt at mke3.net (Matt Ebb) Date: Sun, 12 Oct 2003 16:11:16 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editview.h Message-ID: <20031012141116.241DF16E39B6@xserve.blender.org> broken (Matt Ebb) 2003/10/12 16:11:16 CEST Modified files: tuhopuu2/source/blender/include BIF_editview.h Log: added header thing for function selectall_type Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/include/BIF_editview.h From rwenzlaff at soylent-green.com Sun Oct 12 19:06:09 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 12 Oct 2003 19:06:09 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20031012170609.D06161708D10@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/12 19:06:09 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: *** rwenzlaff: RMB also ends knife cut. *** rwenzlaff: No pupmenu if knife canceled. Revision Changes Path 1.39 +6 -1 tuhopuu2/featurelist.txt 1.27 +7 -4 tuhopuu2/source/blender/src/editmesh.c From theeth at yahoo.com Fri Oct 17 00:14:46 2003 From: theeth at yahoo.com (Martin Poirier) Date: Fri, 17 Oct 2003 00:14:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editconstraint.h tuhopuu2/source/blender/src buttons.c editconstraint.c editobject.c Message-ID: <20031016221446.53F1B1A331E1@xserve.blender.org> theeth (Martin Poirier) 2003/10/17 00:14:46 CEST Modified files: tuhopuu2/source/blender/include BIF_editconstraint.h tuhopuu2/source/blender/src buttons.c editconstraint.c editobject.c Log: New function to link a constraint to an object and add_new_constraint now takes a constraint type as argument. And some changes in EditObject to make the autotrack and autofollowpath use them. Revision Changes Path 1.3 +3 -2 tuhopuu2/source/blender/include/BIF_editconstraint.h 1.20 +2 -2 tuhopuu2/source/blender/src/buttons.c 1.4 +14 -3 tuhopuu2/source/blender/src/editconstraint.c 1.20 +22 -45 tuhopuu2/source/blender/src/editobject.c From matt at mke3.net Fri Oct 17 05:41:45 2003 From: matt at mke3.net (Matt Ebb) Date: Fri, 17 Oct 2003 05:41:45 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons.c Message-ID: <20031017034145.89B481A5AB23@xserve.blender.org> broken (Matt Ebb) 2003/10/17 05:41:45 CEST Modified files: tuhopuu2/source/blender/src buttons.c Log: Revised 'Add constraint' UI (as per my email): - Added extra handlers per individual constraints in do_constraintbuts(). Don't know if it's a good way to do it or not, and looks kinda messy, but at least it's not that disruptive to the code :) Others can re-arrange later if necessary - Changed 'Add' to 'Add Contraint', folding out a new menu - Replaced constraint selection menu with a label - Swapped around icon/positioning of 'X' and disclosure triangle for UI consistency within and outside of Blender. - Visual design of constraint panels could still use a bit of tweaking, but best to leave that until it's in bf since the UI suff is now different there anyway Revision Changes Path 1.21 +200 -18 tuhopuu2/source/blender/src/buttons.c From matt at mke3.net Fri Oct 17 19:18:33 2003 From: matt at mke3.net (Matt Ebb) Date: Fri, 17 Oct 2003 19:18:33 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editscreen.c headerbuttons.c usiblender.c Message-ID: <20031017171833.2EEE91AF203E@xserve.blender.org> broken (Matt Ebb) 2003/10/17 19:18:33 CEST Modified files: tuhopuu2/source/blender/src editscreen.c headerbuttons.c usiblender.c Log: - Added an oft-requested prompt to save changes on quit Same number of mouse clicks - Quit Blender %t --------------------- Quit Without Saving Save Changes and Quit opinions? - Also fixed 'Reopen Last' in the file menu Revision Changes Path 1.5 +4 -3 tuhopuu2/source/blender/src/editscreen.c 1.10 +6 -5 tuhopuu2/source/blender/src/headerbuttons.c 1.6 +31 -1 tuhopuu2/source/blender/src/usiblender.c From matt at mke3.net Fri Oct 17 19:25:46 2003 From: matt at mke3.net (Matt Ebb) Date: Fri, 17 Oct 2003 19:25:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_usiblender.h Message-ID: <20031017172546.AA7871AF216D@xserve.blender.org> broken (Matt Ebb) 2003/10/17 19:25:46 CEST Modified files: tuhopuu2/source/blender/include BIF_usiblender.h Log: header stuff for quit menu Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/include/BIF_usiblender.h From matt at mke3.net Fri Oct 17 19:31:54 2003 From: matt at mke3.net (Matt Ebb) Date: Fri, 17 Oct 2003 19:31:54 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20031017173154.7FCB41AF4DF5@xserve.blender.org> broken (Matt Ebb) 2003/10/17 19:31:54 CEST Modified files: . featurelist.txt Log: Updated featurelist.txt with some recent stuff. Revision Changes Path 1.40 +11 -0 tuhopuu2/featurelist.txt From matt at mke3.net Sat Oct 18 19:28:40 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 18 Oct 2003 19:28:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editview.c headerbuttons.c Message-ID: <20031018172840.E7A091BDBB3F@xserve.blender.org> broken (Matt Ebb) 2003/10/18 19:28:40 CEST Modified files: tuhopuu2/source/blender/src editview.c headerbuttons.c Log: Select All by Layer In 3D View menu (object mode): Select > Select All by Layer > Selects all objects on a particular layer - useful for scene organisation without having to disrupt your toggled-layers-combination editview.c: Added function selectall_layer(int layernum) headerbuttons.c: Added menu entries Revision Changes Path 1.5 +23 -2 tuhopuu2/source/blender/src/editview.c 1.11 +74 -1 tuhopuu2/source/blender/src/headerbuttons.c From matt at mke3.net Sat Oct 18 19:29:11 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 18 Oct 2003 19:29:11 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editview.h Message-ID: <20031018172911.8A52F1BDBB93@xserve.blender.org> broken (Matt Ebb) 2003/10/18 19:29:11 CEST Modified files: tuhopuu2/source/blender/include BIF_editview.h Log: header stuff for selectall_layer() Revision Changes Path 1.3 +2 -1 tuhopuu2/source/blender/include/BIF_editview.h From matt at mke3.net Sat Oct 18 19:33:39 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 18 Oct 2003 19:33:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20031018173339.36C811BDBC51@xserve.blender.org> broken (Matt Ebb) 2003/10/18 19:33:39 CEST Modified files: . featurelist.txt Log: updated Revision Changes Path 1.41 +19 -15 tuhopuu2/featurelist.txt From matt at mke3.net Sat Oct 18 19:46:23 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 18 Oct 2003 19:46:23 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editscreen.c Message-ID: <20031018174623.ECF2B1BDF1F3@xserve.blender.org> broken (Matt Ebb) 2003/10/18 19:46:23 CEST Modified files: tuhopuu2/source/blender/src editscreen.c Log: Added a quit confirmation on window close Currently it warps the pointer/menu to the middle of the screen - the other option is for the menu to appear in the corner near where the window close button is (and of course the other option is not to have it at all ;) Committed it to get some opinions anyway! Revision Changes Path 1.6 +4 -2 tuhopuu2/source/blender/src/editscreen.c From theeth at yahoo.com Sat Oct 18 21:38:24 2003 From: theeth at yahoo.com (Martin Poirier) Date: Sat, 18 Oct 2003 21:38:24 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include BIF_editconstraint.h tuhopuu2/source/blender/src buttons.c editconstraint.c editobject.c Message-ID: <20031018193824.60FA31BF91F4@xserve.blender.org> theeth (Martin Poirier) 2003/10/18 21:38:24 CEST Modified files: tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include BIF_editconstraint.h tuhopuu2/source/blender/src buttons.c editconstraint.c editobject.c Log: Some layout changes in the constraint window. Those are tests for BF. Fixed the FollowPath constraint creation with Ctrl-P to calculation the offset from the path automaticly (it works like a parent now). Revision Changes Path 1.4 +5 -9 tuhopuu2/source/blender/blenkernel/intern/constraint.c 1.4 +2 -1 tuhopuu2/source/blender/include/BIF_editconstraint.h 1.22 +207 -202 tuhopuu2/source/blender/src/buttons.c 1.5 +5 -1 tuhopuu2/source/blender/src/editconstraint.c 1.21 +11 -15 tuhopuu2/source/blender/src/editobject.c From theeth at yahoo.com Sat Oct 18 22:41:05 2003 From: theeth at yahoo.com (Martin Poirier) Date: Sat, 18 Oct 2003 22:41:05 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editobject.c space.c Message-ID: <20031018204105.5B09E1C02906@xserve.blender.org> theeth (Martin Poirier) 2003/10/18 22:41:05 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editobject.c space.c Log: Split Vertice Snap completely from Grab mode. Now activated with Alt-V in edit mode (open to suggestions for a new hotkey). Still some cleaning to do. Also fixed some key handling so that Alt-S and Ctrl-S switches to Shrink/Fatten and Shear when pressing them in transform mode. Revision Changes Path 1.42 +2 -3 tuhopuu2/featurelist.txt 1.22 +131 -39 tuhopuu2/source/blender/src/editobject.c 1.16 +4 -1 tuhopuu2/source/blender/src/space.c From theeth at yahoo.com Sun Oct 19 19:21:04 2003 From: theeth at yahoo.com (Martin Poirier) Date: Sun, 19 Oct 2003 19:21:04 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include BDR_editobject.h tuhopuu2/source/blender/src drawobject.c editobject.c space.c view.c Message-ID: <20031019172104.8369D1C7BD40@xserve.blender.org> theeth (Martin Poirier) 2003/10/19 19:21:04 CEST Modified files: tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include BDR_editobject.h tuhopuu2/source/blender/src drawobject.c editobject.c space.c view.c Log: Deleted some garbage from constraint.c Fixed the bug with helpline in Edit Fixed a bug with parenting to path Added Ctrl-M for the mirror tool Started fixing hotkeys but decided to let it go for now Revision Changes Path 1.5 +2 -15 tuhopuu2/source/blender/blenkernel/intern/constraint.c 1.2 +2 -1 tuhopuu2/source/blender/include/BDR_editobject.h 1.18 +6 -3 tuhopuu2/source/blender/src/drawobject.c 1.23 +9 -6 tuhopuu2/source/blender/src/editobject.c 1.17 +7 -4 tuhopuu2/source/blender/src/space.c 1.6 +2 -2 tuhopuu2/source/blender/src/view.c From theeth at yahoo.com Sun Oct 19 23:36:06 2003 From: theeth at yahoo.com (Martin Poirier) Date: Sun, 19 Oct 2003 23:36:06 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editobject.c Message-ID: <20031019213606.6509F1CA6A00@xserve.blender.org> theeth (Martin Poirier) 2003/10/19 23:36:06 CEST Modified files: tuhopuu2/source/blender/src editobject.c Log: Fixed scaling Revision Changes Path 1.24 +13 -12 tuhopuu2/source/blender/src/editobject.c From rwenzlaff at soylent-green.com Mon Oct 20 15:28:40 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 20 Oct 2003 15:28:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 Makefile featurelist.txt tuhopuu2/source/blender/blenkernel/intern armature.c tuhopuu2/source/blender/src buttons.c editmesh.c headerbuttons.c renderwin.c space.c Message-ID: <20031020132840.D01941D36910@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/20 15:28:40 CEST Modified files: . Makefile featurelist.txt tuhopuu2/source/blender/blenkernel/intern armature.c tuhopuu2/source/blender/src buttons.c editmesh.c headerbuttons.c renderwin.c space.c Log: *** rwenzlaff: Changed mem_in_use to unsigned int. Memory allocation numbers would become negative if over 2.1Gb were alocated. Revision Changes Path 1.8 +2 -2 tuhopuu2/Makefile 1.43 +3 -0 tuhopuu2/featurelist.txt 1.2 +2 -1 tuhopuu2/source/blender/blenkernel/intern/armature.c 1.23 +2 -2 tuhopuu2/source/blender/src/buttons.c 1.28 +38 -1 tuhopuu2/source/blender/src/editmesh.c 1.12 +2 -2 tuhopuu2/source/blender/src/headerbuttons.c 1.2 +2 -2 tuhopuu2/source/blender/src/renderwin.c 1.18 +2 -1 tuhopuu2/source/blender/src/space.c From rwenzlaff at soylent-green.com Tue Oct 21 02:17:09 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Tue, 21 Oct 2003 02:17:09 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/guardedalloc/intern mallocn.c Message-ID: <20031021001709.2F6881DD6875@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/21 02:17:09 CEST Modified files: tuhopuu2/intern/guardedalloc/intern mallocn.c Log: *** rwenzlaff: Changed mem_in_use to unsigned int. Memory allocation numbers would become negative if over 2.1Gb were alocated (Commit didn't work last time) Revision Changes Path 1.2 +4 -4 tuhopuu2/intern/guardedalloc/intern/mallocn.c From rwenzlaff at soylent-green.com Wed Oct 22 02:31:18 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Wed, 22 Oct 2003 02:31:18 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/intern/SoundSystem/intern Makefile tuhopuu2/source/blender/src editmesh.c space.c Message-ID: <20031022003118.EF0D11ED55AF@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/22 02:31:18 CEST Modified files: . featurelist.txt tuhopuu2/intern/SoundSystem/intern Makefile tuhopuu2/source/blender/src editmesh.c space.c Log: *** rwenzlaff: Preserved selections in undo. *** rwenzlaff: Fixed Makefile for intern/SounsSystem/intern *** rwenzlaff: Fixed spurious "recalc norm" enties in Undo. Revision Changes Path 1.44 +5 -0 tuhopuu2/featurelist.txt 1.2 +2 -2 tuhopuu2/intern/SoundSystem/intern/Makefile 1.29 +6 -6 tuhopuu2/source/blender/src/editmesh.c 1.19 +3 -1 tuhopuu2/source/blender/src/space.c From rwenzlaff at soylent-green.com Wed Oct 22 03:07:26 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Wed, 22 Oct 2003 03:07:26 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c space.c Message-ID: <20031022010726.E7E481ED93E6@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/10/22 03:07:26 CEST Modified files: tuhopuu2/source/blender/src editmesh.c space.c Log: - Removed some experimental "stuff" that wasn't working. Revision Changes Path 1.30 +2 -37 tuhopuu2/source/blender/src/editmesh.c 1.20 +11 -6 tuhopuu2/source/blender/src/space.c From Christopher.Maddock.1 at uni.massey.ac.nz Fri Oct 24 05:19:01 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Fri, 24 Oct 2003 05:19:01 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/po cs.po pt_BR.po Makefile tuhopuu2/bin/.blender .Blanguages tuhopuu2/bin/.blender/locale/cs_CZ/LC_MESSAGES blender.mo tuhopuu2/bin/.blender/locale/pt_BR/LC_MESSAGES blender.mo Message-ID: <20031024031901.7D448209DF4B@xserve.blender.org> kester (Kester Maddock) 2003/10/24 05:19:01 CEST Modified files: tuhopuu2/po Makefile tuhopuu2/bin/.blender .Blanguages Added files: tuhopuu2/po cs.po pt_BR.po tuhopuu2/bin/.blender/locale/cs_CZ/LC_MESSAGES blender.mo tuhopuu2/bin/.blender/locale/pt_BR/LC_MESSAGES blender.mo Log: Added Translations: Czech (from Jiri Hnidek from bf-blender tree) Portuguese (from Alexandre Rangel) Revision Changes Path 1.2 +2 -2 tuhopuu2/po/Makefile 1.2 +7 -5 tuhopuu2/bin/.blender/.Blanguages