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-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
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-30Fix a few warning in editors/ module.Brecht Van Lommel
2010-03-30Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set Matt Ebb
2010-03-29Mirror clipping for curves and surfaces.Sergey Sharybin
2010-03-28[#21767] Project Vert. on the Surf. of Other Obj. enabled causes crash when t...Martin Poirier
2010-03-26Purging compiler warningsJoshua Leung
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-26Bugfix #21739: Extend in the NLA crashes (Ekey)Joshua Leung
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-19Hack to make people stop bugging me.Martin Poirier
2010-03-16transform marker sync for extend and grab is back.Brecht Van Lommel
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
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-11Motion Paths + Auto-Keying:Joshua Leung
2010-03-09reproject - clamp image by the maximum texture size, remove debug printf.Campbell Barton
2010-03-09Bugfix #21508: Hidden bones remain "selected" and are affected by transformsJoshua Leung
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-08option to transform markers in the dope sheet, needed for re-timing animation...Campbell Barton
2010-03-07[#21433] Angular rotation snap issue, final value set is not snapped - SVN 27...Martin Poirier
2010-03-03fix for more crashes with baked fcurvesCampbell Barton
2010-02-28Revert back debuging code that made drawing transform constraints only work o...Martin Poirier
2010-02-27* Renaming some Keying Sets API functions to make the terminology more consis...Joshua Leung
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-26[#21338] B-Bone display size crash [27127]Martin Poirier
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-18experemental code got mixed up in a patch. removing.Campbell Barton