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-29Cleanup: trailing newlinesCampbell Barton
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-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-01-25Fix missing broken notifiersDalai Felinto
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-24Correct invalid assert useCampbell Barton
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2016-09-16Improve description of move operator direction propertiesJulian Eisel
2016-07-21Cleanup: spellingCampbell Barton
2016-07-20Cleanup: use BKE naming convention for object materialsCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-02-07Cleanup: line widthCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-08-23Cleanup: spelling/styleCampbell Barton
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-04-28Curves: don't use 'charidx' for regular curvesCampbell Barton
2015-04-28Added missing update tag to recalculate data after permutating materialsGaia Clary
2015-04-28Add material slot reorder buttonsGaia Clary
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-03-19Freestyle: pass Main struct to new/copyCampbell Barton
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-06Texture painting:Antony Riakiotakis
2014-08-12Freestyle: Removed the stored bContext from the Controller class.Tamito Kajiyama
2014-08-12Fix for wrong idname of the "Create Freestyle Stroke Material" operator.Tamito Kajiyama
2014-08-12Freestyle: Fix for error handling in SCENE_OT_freestyle_stroke_material_create.Tamito Kajiyama
2014-08-12Added new operator "Create Freestyle Stroke Material" for testing.Tamito Kajiyama
2014-07-17Follow-up to code cleanup in rB415af0b: Keep compound terms as they are.Tamito Kajiyama
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-06-06Freestyle: Fix for viewport render not updating with changes of Freestyle set...Tamito Kajiyama
2014-06-06Freestyle: Fix for operator error messages with no active line set and associ...Tamito Kajiyama
2014-06-06Code cleanup: styleCampbell Barton
2014-05-28Fix T40388: 2.70a - Blender Render - Texture Stack - persistent checkbox state.Bastien Montagne
2014-05-13Freestyle: Added .new() and .remove() methods to collection types of line sty...Tamito Kajiyama
2014-05-11Freestyle: Added handling of a user-specified name for creating a new line set.Tamito Kajiyama