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-11-29Fix T58100: Crash on bpy.context.object.visible_get()Philipp Oeser
2018-11-25Local ViewDalai Felinto
2018-11-10Fix missing tips for some RNA Object API functions parameters.Bastien Montagne
2018-11-08RNA: Object.select_set use boolean, only selectCampbell Barton
2018-11-08Cleanup: use explicit 'select_and_set_active' API nameCampbell Barton
2018-11-01Fix for object.set_select not updating selection in viewportDalai Felinto
2018-10-11RNA: remove redundant new_from_object/to_mesh argCampbell Barton
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-25Merge branch 'master' into blender2.8Bastien Montagne
2018-07-25Fix T55964: Direction not normalized in isect_ray_aabb_v3_simple()?Bastien Montagne
2018-07-25Fix for holdout / indirect only with collection instances.Brecht Van Lommel
2018-07-25Cycles: add per layer collection indirectly on setting.Brecht Van Lommel
2018-07-25Cycles: add per layer collection mask/holdout support.Brecht Van Lommel
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