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-25Fix #23181: crash in bone roll with project snapping enabled.Brecht Van Lommel
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04bugfix [#23158] Translate operator leaks memory if nothing selectedCampbell Barton
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-21Fix #20196: division by zero in edge slide with two overlapping loops.Brecht Van Lommel
2010-06-28[#22682] some missing keymapsMatt Ebb
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
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-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-03More work on Drag Immediate:Martin Poirier
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-03-28[#21767] Project Vert. on the Surf. of Other Obj. enabled causes crash when t...Martin Poirier
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-19Hack to make people stop bugging me.Martin Poirier
2010-03-15Fix #21619 and #21613: edge loop delete crashes, after recent transformBrecht Van Lommel
2010-03-14transform: Ctrl-Click on manipulators uses increments correctly.Martin Poirier
2010-03-14[#21523] Drag Immediately only working when "Select With" is set to LMBMartin Poirier
2010-03-09[#21433] Angular rotation snap issue, final value set is not snapped - SVN 27...Martin Poirier
2010-03-08commit from r27250 to fix bug #21433, broke local axis rotation for pose bone...Campbell Barton
2010-03-07[#21433] Angular rotation snap issue, final value set is not snapped - SVN 27...Martin Poirier
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-23Move increment value into numinput structure.Martin Poirier
2010-02-21[#21265] Rotate behaves wrong with constraintsMartin Poirier
2010-02-21Bugfix #21234: Autokey "insert only available" userpref inserts keys for all ...Joshua Leung
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
2010-02-16Missing flag to Curve Shrink Fatten transformMartin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-04New Transform 3D view recalculate scheme.Martin Poirier
2010-01-27Tweaks for Animation Editor Translations:Joshua Leung
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-25Use modal keymap events for transform numinput increment and decrementMartin Poirier
2010-01-24View3d transform was sending a too-general notifier to redraw, causing severa...Joseph Eagar
2010-01-22[#20700] Transformation IncrementsMartin Poirier
2010-01-19Fix input issue with Time Scale (center2d needs to be specially calculated fo...Martin Poirier
2010-01-18DopeSheet Keyframe/NLA Strip Scaling Tool:Joshua Leung
2010-01-04transform:Martin Poirier
2009-12-30mmb only cancels constraint if mouse isn't moved (was broken since early 2.5 ...Martin Poirier
2009-12-29Bugfix for [#20511]Martin Poirier
2009-12-27Partial fix for [#20166] Snap to grid issuesMartin Poirier
2009-12-21Sequence Slide transformation (easier to do special sequence code there than ...Martin Poirier