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
2017-08-22Cleanup: naming for mesh dirty flagsCampbell Barton
2017-08-21Merge branch 'master' into blender2.8Campbell Barton
2017-08-21Modify menu from last commitCampbell Barton
2017-08-21Fix T52434: Restore mesh center of mass calculationCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-11Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-08-06Manipulator: experimental lamp positioning toolCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-18Merge branch 'master' into blender2.8Campbell Barton
2017-07-17Fix T39925: Set Origin to Geometry on a new text object moves the origin away...Bastien Montagne
2017-06-28Fix T51920: Invalidate draw cache when changing object originLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2016-07-11Add missing bracesCampbell Barton
2016-07-09Clear Transforms and DeltasJoshua Leung
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-10-12Support applying scale for font objectsCampbell Barton
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-09-29Cleanup: spellingCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-05Fix T40029: Apply transform to empties reset their locationCampbell Barton
2014-04-16Fix T39745: "Origin to geometry" not working with Text objects. (regression)Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-27Fix T38851: Apply Transform doesn't work when called from search popupCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-09-19fix [#36771] Prevent 'Apply Transform' for Objects with a linked meshCampbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-03Apply Scale for EmptiesJoshua Leung
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-13Apply scale on scene reconstruction when applying scale on cameraSergey Sharybin
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-28Properly prefixing name of exproted armature APIJoshua Leung
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-19fix for apply rotation/location failing for surface object types (were recogn...Campbell Barton
2013-02-11patch [#33697] Apply transformation added to metaballs.Campbell Barton
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-01Compile fixSergej Reich