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-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-16bugfix [#23831] Removing an IK Constraint in pose mode still draws bone with ...Campbell Barton
2010-09-05This fixes: [#23672] If frame offset is too high the strip jumps forward Peter Schlaile
2010-09-03SVN maintenance.Guillermo S. Romero
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-25Fix #23181: crash in bone roll with project snapping enabled.Brecht Van Lommel
2010-08-22possible fix [#23331] Hidden Bones Contribute to Axis NormalCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
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