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-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-22Cleanup: nuke (nearly) all remaining usages of DM from RNA.Bastien Montagne
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-01Merge branch 'master' into blender2.8Bastien Montagne
2018-06-01Cleanup: some more G.main removal from editor code.Bastien Montagne
2018-05-27Cleanup: Nuke most of remaining evil G.main from RNA.Bastien Montagne
2018-05-25Fix T55165: Driving camera lens with property behaves unexpectedlyDalai Felinto
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04BKE: BVHtree: Replace all external references of `bvhtree_from_mesh_looptri` ...Germano
2018-04-23Fix typo in error message.Bastien Montagne
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-04-13Python API: remove object.dupli_list_create and dupli_list_clear.Brecht Van Lommel
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Fix invalid name prefixJoshua Leung
2018-02-08Fail gracefully when editmode data doesn't existCampbell Barton
2018-02-06Object Mode: use obdata when loading from editmodeCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Farewell BaseLegacyDalai Felinto
2017-11-09Cleanup: Use full name for scene_layer in makesrnaSergey Sharybin
2017-11-08Farewell Scene->baseDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-21Depsgraph and collection enable/visibilityDalai Felinto
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-04-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-04-18Fix strict compiler compilationSergey Sharybin
2017-04-17Object.raycast: more minor improvements ...Germano Cavalcante
2017-04-15Object.raycast: error in previous commitGermano Cavalcante
2017-04-15Fix: Object.raycast: error to free treedataGermano Cavalcante
2017-04-15Object.raycast: Also test distance from BoundBoxGermano Cavalcante
2017-04-15Object.raycast: Test the hit on the BoundBox firstGermano Cavalcante
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-02-17Layers: ob.visible_get()Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-06-01Merge branch 'master' into blender2.8Bastien Montagne
2016-05-31Small API typo found while reading the APIDalai Felinto
2016-04-12Removed most particle system code from RNA.Lukas Tönne
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne