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
2016-06-12bmesh py api: expose BM_face_calc_tangent_*Campbell Barton
2015-12-23Fix issue w/ transform orientation & vert selectionCampbell Barton
2015-12-23Add BM_vert_edge_pair utility functionCampbell Barton
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-09-08Error in last commitCampbell Barton
2015-09-08Fix T46003: Scale w/ script ignores axis-alignCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-13Fix T45775: Bad 'Normal' transform space for edge of non-uniformed scaled obj...Bastien Montagne
2015-02-17Fix T43708: Wrong manipulator in individual originCampbell Barton
2014-12-12cleanup: disallow NULL arg to uvedit_aspectCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Fix non-deterministic editmesh normal orientationsCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-09Metaball transform, support active-only optionCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-02-12Transform: better logic to calculate manipulator normal orientation.Campbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-11-28Transform: improve normal orientationCampbell Barton
2013-11-26fix for error in own recent commit, removing orientations.Campbell Barton
2013-11-25Transform: old todo, removing an orientation now checks all screens.Campbell Barton
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-10-01make the manipulator work with curve handle selections with normal orientatio...Campbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-25fix [#36278] X,Y Direction wrong after bpy.ops.view3d.viewnumpadCampbell Barton
2013-07-25optimization: manipulator was looping over all objects on redraw when the act...Campbell Barton
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-05-28fix [#35509] MedianPoint choice has bad normalsCampbell Barton
2013-05-12Fix for [#35238] Blender does not save custom orientations from "view"Bastien Montagne
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2012-12-29style cleanupCampbell Barton
2012-12-18add support for active-element in pose mode and armature editmode.Campbell Barton
2012-12-18code cleanupCampbell Barton
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton