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-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-13Cleanup: remove more G.main from BKE area.Bastien 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-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-03-29Fix skin mark operatorCampbell Barton
2017-03-01Fix T50830: Wrong context when calling surfacedeform_bindLuca Rood
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-01-09Cleanup: Don't use C++ comments style in C codeSergey Sharybin
2017-01-09Fix for T50373: lattices should not be able to get subsurf modifiersPhilipp Oeser
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-02-29Minor optimization to skin operatorsCampbell Barton
2016-02-07Cleanup: line widthCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-10Fix T46720: Crash applying subsurf modifierCampbell Barton
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-06-03Fix multires update (reading `char *` as an `int *`)Campbell Barton
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-04Cleanup: use BKE_ocean_* prefixCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-04-21Skin mark/clear: replace GHash with GSetCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton