Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-09BPython:Willian Padovani Germano
2005-05-09Bug fix #2528Ton Roosendaal
2005-05-09Timline goodies;Ton Roosendaal
2005-05-08Another Transform todo: correct Undo names for using Transform.Ton Roosendaal
2005-05-08UI goodies & cleanupTon Roosendaal
2005-05-08Added: new Pivot option, "Around active object".Ton Roosendaal
2005-05-08Fix for negative scaling & Mirror menu in Object mode (CTRL+M)Ton Roosendaal
2005-05-08Dang, flipped a zero and one!Ton Roosendaal
2005-05-07Patch from Tom Musgrove to bypass extrude popup on singular selections...Ton Roosendaal
2005-05-07Added two UI level warnings on using Softbody;Ton Roosendaal
2005-05-07Commit of 2 weeks ago to correctly find normals for extrusion had a typo...Ton Roosendaal
2005-05-06Fix for crash in Mesh EditMode "Join triangles" (JKEY). Found & codeTon Roosendaal
2005-05-06Bug fix #2512Ton Roosendaal
2005-05-06Bug fix #2414Ton Roosendaal
2005-05-06Replaced the round() call with floor(0.5 + ).Ton Roosendaal
2005-05-05Finetuning Timeline;Ton Roosendaal
2005-05-05Two little issues for Timeline window;Ton Roosendaal
2005-05-05Added the new Timeline Window, copied from Tuhopuu, coded by Matt Ebb.Ton Roosendaal
2005-05-05export function to Text3d useJoilnen Leite
2005-05-04On click-release for Manipulator handles, without moving mouse, it willTon Roosendaal
2005-05-04Another big cleanup, thanks to transform recode. Could do this stageTon Roosendaal
2005-05-04Removed redundant ghostwindow->commandqual veriable, which caused to hangTon Roosendaal
2005-05-04Mirror function reuses new Transform (basicly calls the split off ElementResi...Martin Poirier
2005-05-03UI cleanup work;Ton Roosendaal
2005-05-02Removed linewidth 2 from constraintlinesTon Roosendaal
2005-05-02Bug fix #2507Ton Roosendaal
2005-05-02Added baking for softbodies.Ton Roosendaal
2005-05-02Removed DerivedMesh and DispList creation from countall().Ton Roosendaal
2005-05-02Local axis constraint external call. Had to do it in a very hackish way which...Martin Poirier
2005-05-01changed empty #elif to #elseStephen Swaney
2005-05-01Updated MSVC6 projects to handle depgraph (added some files)Jens Ole Wund
2005-05-01Dependency graph patch, provided by Jean-Luc Peuriere.Ton Roosendaal
2005-05-01Removal of old transform() <sob> part one.Ton Roosendaal
2005-05-01Error in the clipping plane for drawing rotate-widget.Ton Roosendaal
2005-04-30Bug #2497Ton Roosendaal
2005-04-30- file sizes > 4 GB were not correctly displayed in the file window. ItTon Roosendaal
2005-04-30Manipulator with "normal alignment" now aligns to edges too (if no facesTon Roosendaal
2005-04-29More stats-junk stuff!Ton Roosendaal
2005-04-28Additional fix for malloc/MEM_mallocN issues in files code. Previous patchTon Roosendaal
2005-04-28Made "Centre" in mesh editmode listen to the "Around" setting, so it canTon Roosendaal
2005-04-28Made circle select listen to the event queue nicely, so it doesn't keepTon Roosendaal
2005-04-28Added menu in header for orientation of manipulator widgets.Ton Roosendaal
2005-04-28To please the stats-junkies: the "tech stat" drawing now displays allTon Roosendaal
2005-04-28Add bracket matching to text editor.Stephen Swaney
2005-04-28Added idling with BIF_wait_for_statechange() in loop doing 'screen edge'Ton Roosendaal
2005-04-28A couple more simple gcc4.X warnings fixed.Kent Mein
2005-04-28Restored traditional Turntable for view rotation, and without the errorTon Roosendaal
2005-04-28ima_ibuf_is_nul() now needs a second arg, fixed.Chris Want
2005-04-27Fixed CTRL modifier for rotation widget drawing.Ton Roosendaal
2005-04-26Fix #2472 for rotate edges. Somewhere along the line edge h flags were being...Johnny Matthews