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
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Fix Hook to New Object won't appear in Local ViewDalai Felinto
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-09-04Cleanup: remove legacy layer and dupli code.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-06Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-03-30Layers: Scene->basact > SceneLayer->basact (more work)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2015-12-03Fix T46913: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-11-10Fix T46738: Crash adding hook to linked mesh dupliCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-02-03New Hook's now use the objects centerCampbell Barton
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-07Fix T40877: Bezier Hook to New Object does not work properlySergey Sharybin
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell 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-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-10-15Fix [#37085] Hook modifier work when created with Ctrl+H, but not when create...Bastien Montagne