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-01-28Cleanup: sort forward declarations of enum & structCampbell 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
2018-02-22BKE: Changing ID freeing order.Clément Foucault
2018-01-16Add dedicated pointer to an original ID datablockSergey Sharybin
2018-01-11Fix critical issue with our DNA ID tags (two totally different tags having sa...Bastien Montagne
2017-12-19Add more granular ID recalc bitsSergey Sharybin
2017-12-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-18Add dedicated named constant for no ID recalc flagSergey Sharybin
2017-12-18Fix bad merge happened at some pointSergey Sharybin
2017-12-18Add macros to check whether an ID is a static override or has a template for it.Bastien Montagne
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-14DNA: Add dedicated recalc flag to IDSergey Sharybin
2017-12-13Comment out and tag unused bit as unusedSergey Sharybin
2017-12-13Comment out and tag unused bit as unusedSergey Sharybin
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-11-29Merge ID static override, part I: core changes in DNA, BKE and .blend read/wr...Bastien Montagne