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-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-14[#22831] transform problem with hidden parent objectMartin Poirier
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-04bugfix [#23158] Translate operator leaks memory if nothing selectedCampbell Barton
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-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-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-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-122.5: remove user preferences to always snap for translate/rotate/scale,Brecht Van Lommel
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-20Unhide constraint axis and orientation operator properties.Martin Poirier
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-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-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-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-05[#22212] edit problem with translate manipulatorMartin Poirier
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-13[#21993] Edge Slide operator should disable projection snappingMartin Poirier
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-11Specific operator for Push/Pull (no need to go through the generic operator a...Martin Poirier
2010-04-07Auto Keyframing:Joshua Leung
2010-04-05Missed one of the tweak operator for nodes when adding new param.Martin Poirier
2010-04-03More work on Drag Immediate:Martin Poirier
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-04-02rna naming, *_frame --> frame_*Campbell Barton