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
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-26Fix T89081: Freestyle noise seed of zero crashPhilipp Oeser
2021-11-23Fix T93322: Freestyle Sinus Displacement Division by Zero CrashPhilipp Oeser
2021-08-19LibOverride: Tag all embedded IDs RNA opinters as overridablei, part II.Bastien Montagne
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-06-29RNA: properly tag 'embedded' ID pointers as owned.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-20UI: Fix CapitalizationYevgeny Makarov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-26Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Fix freestyle lineset panels being animatableAaron Carlisle
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-08-26Usual i18n/UI messages fixes...Bastien Montagne
2016-03-16Fix missing 'anim_data' in RNA API of Freestyle's linestyle.Bastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-07-15Cleanup: wsCampbell Barton
2015-07-12Cleanup: styleCampbell Barton
2015-07-10Freestyle: new stroke modifiersFolkert de Vries
2014-10-13Fix T42198: Linked lines only work with linked objects.Tamito Kajiyama
2014-10-01Freestyle: New line style options for sorting and chain selection.Tamito Kajiyama
2014-08-25Freestyle: Fix for missing and unnecessary property update notifications.Tamito Kajiyama
2014-08-12Freestyle: Add BKE_linestyle_default_shader() for creating the default line s...Tamito Kajiyama
2014-08-12Implemented a basic framework for node-based shaders.Tamito Kajiyama
2014-07-22Freestyle: Fix for UI text of the "use_tips" line style property.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-07-07Per-material line color settings for Freestyle.Tamito Kajiyama
2014-06-06Freestyle: Fix for viewport render not updating with changes of Freestyle set...Tamito Kajiyama
2014-05-19Style cleanupCampbell Barton
2014-05-16Fix part of T39708, don't overupdate particles when changine activeAntony Riakiotakis
2014-05-13Freestyle: code clean-up.Tamito Kajiyama