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-06-11Rollback of http://projects.blender.org/pipermail/bf-blender-cvs/2005-June/00...Nathan Letwory
2005-06-10* fix for bug #2733Nathan Letwory
2005-05-12* Timeline should display frames by default, not secondsMatt Ebb
2005-05-12Another update on FTGL texture fonts drawing. Added the same floor() trickTon Roosendaal
2005-05-12Animated UI for TimeLine "Play"Ton Roosendaal
2005-05-10Found some time do sanitize the big Transform call:Martin Poirier
2005-05-09BPython:Willian Padovani Germano
2005-05-08UI goodies & cleanupTon 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-03UI cleanup work;Ton Roosendaal
2005-05-02Added baking for softbodies.Ton Roosendaal
2005-05-01Dependency graph patch, provided by Jean-Luc Peuriere.Ton Roosendaal
2005-05-01Removal of old transform() <sob> part one.Ton Roosendaal
2005-04-24Reflecting the discussions on Transform Manipulators...Ton Roosendaal
2005-04-24Make view translation and zooming 'smooth' in the uv editor. Power-of-twoBrecht Van Lommel
2005-04-23Merging over some uv editor tweaks from tuhopuu:Brecht Van Lommel
2005-04-23Add "View Selected" (numpad .-key) for faceselect mode and the uv editor.Brecht Van Lommel
2005-04-17Patch provided by Andrea Weikert (elubie):Ton Roosendaal
2005-04-12Bug fix #2394Ton Roosendaal
2005-04-05Crease transformationMartin Poirier
2005-04-01Removed casting warnings from transform_manipulator.Martin Poirier
2005-04-01Push/Pull (aka: non proportionnal resize, original idea by Robert Tiess) slip...Martin Poirier
2005-03-28Cleanup of widget code;Ton Roosendaal
2005-03-28Context parameter for Transform.Martin Poirier
2005-03-27Transform goodies;Ton Roosendaal
2005-03-25Added Manipulator Combo mode, with translate/rotate/scale combined. CenterTon Roosendaal
2005-03-25axisProjection can take care of zero-length vector so we don't need to check ...Martin Poirier
2005-03-23- Fix for CTRL (and possible ALT, SHIFT) as hotkey; now also works whileTon Roosendaal
2005-03-23Bug fix #2375Ton Roosendaal
2005-03-22- Removed temporal hack that switched manipulator type on G, R, S hotkeys.Ton Roosendaal
2005-03-22 - Nothing to see hear, move along, move along.Daniel Dunbar
2005-03-21More transform widget goodies;Ton Roosendaal
2005-03-20 - apologies, accidentally commited code w/ game engine disabledDaniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-19Added curly braces around an #ifdef NEWTRANSFORM.Stephen Swaney
2005-03-19Transform widgets; Scale and Rotate versionsTon Roosendaal
2005-03-18So! Finally a show-off of the *power* of Martin P's work! :)Ton Roosendaal
2005-03-17Fixed constraint center calculation. Much smarter to do it when calculating t...Martin Poirier
2005-03-13Fixed edit mode armature bug reported by Gabio (transdata conversion wasn't s...Martin Poirier
2005-03-13Made warp use TransData members instead of G.obedit. Made it work with PET an...Martin Poirier
2005-03-09big warning hunt commitJean-Luc Peurière
2005-03-08New transform project;Ton Roosendaal
2005-03-01Bug fix #2260Ton Roosendaal
2005-02-21- added "hide" flag for MetaElem. Hidden MetaElem doesn't influence polygonis...Jiri Hnidek
2005-02-20Making transform's code more Blenderish with a proper extern include file (BI...Martin Poirier
2005-02-14Initial new transform commit.Martin Poirier
2005-02-12Bug 2057Ton Roosendaal
2005-01-31Bug found by Bassam; in certain occasions reading a file calls setscreen()Ton Roosendaal
2005-01-31Doing the hotkey modifiers for select non-manifold the Ton way.Chris Want