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
2010-08-02Merged changes in the trunk up to revision 30952.Tamito Kajiyama
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-28bugfix [#23055] transforms with proportional fall off affect hidden vertices ...Campbell Barton
2010-07-27Merged changes in the trunk up to revision 30781.Tamito Kajiyama
2010-07-26bugfix [#22985] dope sheet crashes Blender 2.5 BetaCampbell Barton
2010-07-26bugfix [#23038] View rotation snap has left and right view names swapped arro...Campbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-21Merged changes in the trunk up to revision 30594.Tamito Kajiyama
2010-07-21Fix #22883: interface panels blank when drawing axis constraint.Brecht Van Lommel
2010-07-21Fix #20196: division by zero in edge slide with two overlapping loops.Brecht Van Lommel
2010-07-20Merged changes in the trunk up to revision 30551.Tamito Kajiyama
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-14Merged changes in the trunk up to revision 30335.Tamito Kajiyama
2010-07-122.5: remove user preferences to always snap for translate/rotate/scale,Brecht Van Lommel
2010-07-05Merged changes in the trunk up to revision 29994.Tamito Kajiyama
2010-07-05Fix #22666: linked data lights lag during transform in GLSL mode.Brecht Van Lommel
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-28[#22682] some missing keymapsMatt Ebb
2010-06-26Merged changes in the trunk up to revision 29702.Tamito Kajiyama
2010-06-20Unhide constraint axis and orientation operator properties.Martin Poirier
2010-06-19Merged changes in the trunk up to revision 29550.Tamito Kajiyama
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-17fix for fcurve doubles not being removed when moving more then one selected p...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-11Merged changes in the trunk up to revision 29409.Tamito Kajiyama
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-05remove cruft from cmake files, more to goCampbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-05-22Merged changes in the trunk up to revision 28911.Tamito Kajiyama
2010-05-21Motion Paths: Experimental optimisations from joeedh for speeding up the calc...Joshua Leung
2010-05-16[#22114] Manipulator Transform Orientation not respectedMartin Poirier
2010-05-15Tweak to previous commit - the corrections shouldn't be done for translations...Joshua Leung
2010-05-15Durian request: Attempted fix for rotations not taking non-uniform scaling of...Joshua Leung
2010-05-09Merged changes in the trunk up to revision 28685.Tamito Kajiyama
2010-05-07Minor formatting tweaks (killing some "caterpillar if's"... yuck those things...Joshua Leung
2010-05-07ghash alloc string from render branchCampbell Barton
2010-05-06keyframe transform, both through dopesheet/action editor and graph editor, wo...Joseph Eagar
2010-05-06Merged changes in the trunk up to revision 28600.Tamito Kajiyama
2010-05-05[#22212] edit problem with translate manipulatorMartin Poirier
2010-05-03Merged changes in the trunk up to revision 28536.Tamito Kajiyama
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-19Fix problem with limit rotation constraints during transform. This codeBrecht Van Lommel
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-18Merged changes in the trunk up to revision 28247.Tamito Kajiyama
2010-04-13[#21993] Edge Slide operator should disable projection snappingMartin Poirier
2010-04-12- use more inline math funcitons where possibleCampbell Barton