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-03-09Transform project; restored "auto key" after transform. It now insertsTon Roosendaal
2005-03-09- Restored 'align mode', which allows rotate/scale with only object centersTon Roosendaal
2005-03-08 - replaced min() by MIN2() and max() by MAX2()... my bad.Daniel Dunbar
2005-03-08Bug fix #2296Daniel Dunbar
2005-03-08 - switch draW_bgpic to calculate window coordinates as floats, smootherDaniel Dunbar
2005-03-08 - replaced call to project_short_noclip with direct implementationDaniel Dunbar
2005-03-08New transform project;Ton Roosendaal
2005-03-08+ Local axis constraint for multiple object selection works with resize and r...Martin Poirier
2005-03-07Tooltips for new marble buttons were from a copy/paste operation. ThisChris Burt
2005-03-07Patch provided by Chris Burt;Ton Roosendaal
2005-03-07Local axis constraint started.Martin Poirier
2005-03-06Fix & further implementation of Proportional editing;Ton Roosendaal
2005-03-06New Bpy type Text3d for accessing Blender's Font objects.Stephen Swaney
2005-03-04Bug fix #2289Ton Roosendaal
2005-03-04need to use MIN2 instead of min for compatibility with other compilers.Martin Poirier
2005-03-04Fixed resize constraining. Was using same function as translation but this is...Martin Poirier
2005-03-03Tinsy UI change in game-framing menu (X and Y resol buttons correct align)Ton Roosendaal
2005-03-03New menu option: When converting a subsurf or metaball to mesh, the option to...Johnny Matthews
2005-03-01Fixed a bug in the constraint projection code. It only worked correctly when ...Martin Poirier
2005-03-01Bug #2266Ton Roosendaal
2005-03-01Fixed very old annoyance;Ton Roosendaal
2005-03-01Bug fix #2260Ton Roosendaal
2005-03-01Bug fix #2248Ton Roosendaal
2005-02-27Fixed Constraint projection code in perspective mode. When using a planar con...Martin Poirier
2005-02-25Transform; correct inverse parent implementation for translating childrenTon Roosendaal
2005-02-25Update on Add Text as lines:Johnny Matthews
2005-02-25New transform:Ton Roosendaal
2005-02-25Transform: gesture for 'scale' did rotate, and viceversa. Typo :)Ton Roosendaal
2005-02-25Added the "initgrabz()" call in new transform, this is needed to calculateTon Roosendaal
2005-02-25Transform project.Ton Roosendaal
2005-02-24This is an initial commit for inserting a text file as one 3d text object per...Johnny Matthews
2005-02-23- Transform works for Posemode again (after split of TransData in 2 parts)Ton Roosendaal
2005-02-23Fixed some bugs with Shear and Resize, was acting weird in object mode when p...Martin Poirier
2005-02-22Transform project. Daily update:Ton Roosendaal
2005-02-21- added "hide" flag for MetaElem. Hidden MetaElem doesn't influence polygonis...Jiri Hnidek
2005-02-21MSVC7 update and freetype2 sourceJoseph Gilbert
2005-02-20Daily commit for transform() project, to prevent conflicts with Martin'sTon Roosendaal
2005-02-20Making transform's code more Blenderish with a proper extern include file (BI...Martin Poirier
2005-02-19Actually done in previous commit; removed dreadful warp-pointer :)Ton Roosendaal
2005-02-19First commit for the transform coding for me!Ton Roosendaal
2005-02-19Using border + OGL render is not supported, so renderwin should openTon Roosendaal
2005-02-18 - user can interactively choose, what part of window will be splitedJiri Hnidek
2005-02-18Little test commit for slikdigit.Martin Poirier
2005-02-17Chris Burt's fix for bug #2245Kent Mein
2005-02-17A Couple of Small Fixes for Edge RotateJohnny Matthews
2005-02-16This commit adds rotate edges Clockwise and CounterClockwise to the Edge Spec...Johnny Matthews
2005-02-14Not all flags and such were copied to new faces in edge rotate - should fix b...Johnny Matthews
2005-02-14Small fix for new transform commit, scons complains about missing imagepaint.c.Brecht Van Lommel
2005-02-14Initial new transform commit.Martin Poirier
2005-02-13Fix for mipmap userpref button. (it was using the wrong userpref value).Rob Haarsma