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
2020-08-18Remove (ifdef) RNA for simulation, point cloud and particlesDalai Felinto
2020-06-23Preferences: New experimental settings for particle system and hairJacques Lucke
2020-06-12Add ability to remove Library data-blocks through RNA API.Simone Barbieri
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-20Cleanup: rename lightprobe configure to type_setCampbell Barton
2020-01-17Fix lightprobe creation from python data APIswann
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-10-03Cleanup: argument naming, redundant NULL checksCampbell Barton
2019-08-22Revert "Fix T68971: Copy As New Driver from Material node creates a bad refer...Bastien Montagne
2019-08-22Fix missing argument.Alexander Gavrilov
2019-07-19Fix new Text ID usercount handling in add/load cases.Bastien Montagne
2019-06-26Fix T66137: added normal map for painting has wrong color space until refreshBrecht Van Lommel
2019-06-25GPencil: Fix User count error when use python to create objectAntonioya
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-17Report an error when trying to remove non-in-main datablockSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-05-02GPencil: New API to remove grease pencil material settingsAntonioya
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
2019-02-27DNA: 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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-24Fix T60350: Removed objects that are still in the outliner will crash Blender.Bastien Montagne
2019-01-15Cleanup: rename BKE_libblock_delete to BKE_id_delete.Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free_ex by BKE_id_free_ex.Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
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-26Merge branch 'master' into blender2.8Campbell Barton
2018-09-25Fix T56912: bpy.data.masks.new() crashedJacques Lucke
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-08-05GP: Add python api to create brush settings for grease pencilAntonioya
2018-08-02Fix wrong RNA Api parameter definitionAntonioya
2018-07-31New Grease Pencil object for 2D animationAntonioya