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
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-09Fix T40991, mirrored armatures not restored properly when cancelling.Antony Riakiotakis
2014-05-28Fix mask transform when display aspect is not 1:1Sergey Sharybin
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-09Fix T36973: Active snapping fails for edges/facesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-25Fix T39880: Cancelling transforms in Graph Editor does not restore F-Curves t...Joshua Leung
2014-04-25Spelling error fixesJoshua Leung
2014-04-24AutoSnap Bugfixes: NLA Frame/Second Step didn't workJoshua Leung
2014-04-24AutoSnap Bugfixes: NLA Editor - Nearest Second behaviour tweakJoshua Leung
2014-04-24AutoSnap Bugfixes: NLA Editor - Nearest Frame/SecondJoshua Leung
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-02-28Fix for transform setting T_CAMERACampbell Barton
2014-02-28Fix T38407: Bone roll calculation flips local axes at wrong rotation angleBastien Montagne
2014-02-28Revert editbone roll correction changes.Bastien Montagne
2014-02-27Transform: remove recently added ival2, use editbones temp dataCampbell Barton
2014-02-27Fix T38843: Bone parallel to world z axis flicking when scale in edit mode.Bastien Montagne
2014-02-23Code cleanup: use lowercase names for varsCampbell Barton
2014-02-22Fix T38407: Bone roll calculation flips local axes at wrong rotation angle.Bastien Montagne
2014-02-12Fix T38525: missing update when running bpy.ops.transform.* from the console.Brecht Van Lommel
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-01-29Fix bone transform issue where the bone roll depends on intermediate mouse po...Brecht Van Lommel
2014-01-29Fix T38393: bone roll not restored properly after cancelling rotation of bones.Brecht Van Lommel
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-10-29Make anim system safer for threadingSergey Sharybin
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-13improve warp transform so it can be used as a general bending tool too.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-09-17Fix crash with recently added remove_on_cancel transform property, and hide thisBrecht Van Lommel
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-10Tweaks to plane trackSergey Sharybin
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-16reduce property lookups on transform init.Campbell Barton
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-10Fix #35653: manual texture space location and size not working in cycles view...Brecht Van Lommel
2013-06-10Fix #35683: Addon working fine in console. But crashed when click GUI button.Sergey Sharybin
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton