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
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
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-28fix [#35901] Hooks on armature bones are calculated in wrong spaceCampbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
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-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-17code cleanup: operator/function mismatchCampbell Barton
2013-02-13there were more places hook modifier type wasn't checked and could crash - ad...Campbell Barton
2013-02-13fix for missing typecheck on hook-assign operator.Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton