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-08-02Cleanup: clang-format, also typo fix.Campbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-06-25Fix (unreported) missing Scene's GPencil pointer handling in library_query...Bastien Montagne
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-23Fix T64764: 'Reload' on linked libraries disconnects proxy armature datablocks.Bastien Montagne
2019-05-17Cycles/Eevee: unify depth of field settings for camerasJeroen Bakker
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-11Fix (unreported) potential infinite loop over collections' parents pointers.Bastien Montagne
2019-04-08GPencil: Mark Object gpd field as DeprecatedAntonioya
2019-03-18Cleanup: we now have a way to tag 'from' ID pointers in libquery code.Bastien Montagne
2019-03-18Cleanup: Main id looping: add FOREACH_MAIN_LISTBASE macro.Bastien Montagne
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-06Fix (unreported) broken usercount of collections after duplication.Bastien Montagne
2019-03-04Fix T62134: duplicating a material won't update node group's node tree user c...Bastien Montagne
2019-03-03Fix (unreported) missing handling of 'never self' ID pointers in library_quer...Bastien Montagne
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-18ID management: forbid refcount of used IDs when user ID is outside of Main.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-14Cleanup: replace Main ID's foreach functions by macros.Bastien Montagne
2019-02-10Fix T61141: Append Particle Settings doesn't append the collection properly.Bastien Montagne
2019-02-07Cleanup: Use new BKE_main_foreach_id() in a few more places...Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Add missing Shader FX remapping to library querySergey Sharybin
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-21Cleanup: trailing spaceCampbell Barton
2019-01-14Add font selection to VSE text stripsRichard Antalik
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
2018-12-28Cycles: restore old sample and material override settings for view layers.Brecht Van Lommel
2018-12-21Fix T57816: Crash when deleting recently orphaned collectionDalai Felinto
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Partial fix to T58917 - No valid cageDalai Felinto
2018-12-02Optimize ghash usageCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: ensure '_END' macros end with a semicolonCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-02Tool System: brushes are now categorized by toolCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-09-27Fix missing libquery processing of ID pointers in GPencil Modifiers.Bastien Montagne
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel