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-03-19Cleanup: comment blocksCampbell Barton
2019-03-13Fix T58721: Keyframing one transform option reset other transformsSergey Sharybin
2019-02-27Cleanup: better names and comments for library ID linking code.Brecht Van Lommel
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-26Merge branch 'blender2.7'Brecht Van Lommel
2019-02-26Cleanup: prevent future issues with ID.tag overflow, clarify somes names.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-15Cleanup: Attempt to clarify some ID_RECALC flagsSergey Sharybin
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-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-12-07Remove unused particle system recalc flagSergey Sharybin
2018-12-07Cleanup, typo in namingSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-14Sync rna_access rna property update cow check with depsgraphDalai Felinto
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-06-22Outliner: Aggregate ID types and object types together with numbersDalai Felinto
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Fix crash when making objects to share same meshSergey Sharybin
2018-06-04Cleanup: Use proper type for original ID pointerSergey Sharybin
2018-05-31Depsgraph: Remove unused flagsSergey Sharybin
2018-05-30Fix unnecessary Cycles render updates when selecting objects.Brecht Van Lommel
2018-05-24Depsgraph: tag depsgraph for copy-on-write flush when RNA changesDalai Felinto
2018-05-23Revert "Depsgraph: refresh RNA that doesn't need a full rebuild"Joshua Leung
2018-05-23Depsgraph: refresh RNA that doesn't need a full rebuildCampbell Barton
2018-05-02Static Override: Move 'auto' flag into override struct, expose it to RNA.Bastien Montagne
2018-05-01Mark localized node trees and materials as suchSergey Sharybin
2018-04-25Depsgraph: Introduce flag top indicate scene is evaluating for a new frameSergey Sharybin
2018-04-18Make depsgraph tag for auto-override IDs it updates.Bastien Montagne
2018-04-18Cleanup: rename 'static override regarding reference ID' tag.Bastien Montagne
2018-04-17Update/improve handling of 'overridable' status of properties.Bastien Montagne
2018-04-17Depsgraph: Fix unwanted node tree copy-overSergey Sharybin
2018-04-12Depsgraph: Introduce ID recalc flag for COW componentSergey Sharybin
2018-02-22Revert "BKE: Changing ID freeing order."Campbell Barton