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-06-03Cleanup: style, use braces in RNACampbell Barton
2019-04-21Cleanup: comments (long lines) in makesrnaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: Remove unused MTex.texflagCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-02Fix texture previews not updating when parameters are changed.Alexander Gavrilov
2018-10-19UI: reorder and group blend modes in menus, similar to other apps.Charlie Jolly
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-12-07Merge branch 'master' into blender2.8Campbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Cleanup: Use full name for scene_layer in makesrnaSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-04-19Fix wrong RNA update function declarationsSergey Sharybin
2017-03-30Prevent crash on weight paintDalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-15Merge branch 'master' into temp_remove_particlesLukas Tönne
2016-04-15Fix T48151: Brush texture overlay won't refresh automatically in UV editor wh...Bastien Montagne
2016-04-12Removed most particle system code from RNA.Lukas Tönne
2016-03-24Color sources for point density textures based on mesh verticesLukas Tönne
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-02-03Fix T43514: Environment map doesn't updateSergey Sharybin
2015-01-20Support for various data properties of the hair grid in the voxelLukas Tönne
2015-01-20New voxel texture mode "Hair", for displaying the internal hair volumeLukas Tönne
2014-11-18Fix T41969: Enviropment map crashSergey Sharybin
2014-05-03Added notifier of updates in Freestyle texture slots.Tamito Kajiyama
2014-02-09UI: use proportional option while dragging buttonsCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-23Fix T36165: blender internal HDR textures with negative values got clamped.Brecht Van Lommel