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-17Fix T60580: depsgraph object instance 'matrix_world' always returns identity ...Bastien Montagne
2019-01-17RNA Depsgraĥ: add a warning about not using object_instances as a sequence.Bastien Montagne
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-12-13RNA: revert recent rename 'updated' -> 'dirty'Campbell Barton
2018-11-14Fix T57760: Depsgraph 'object_instances' showing incorrect list of objects.Bastien Montagne
2018-10-02Depsgraph/RNA: add warning that all data from object instances iterator are C...Bastien Montagne
2018-09-19Fix own mistake in previous commit.Bastien Montagne
2018-09-19Depsgraph/RNA: Fix broken 'dupliobject' RNA interface.Bastien Montagne
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: use is_dirty prefix for checking updatesCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-11Cleanup: remove unused DAG_EVAL_PREVIEW mode.Brecht Van Lommel
2018-06-06Depsgraph: Expose (evaluation) mode in rnaDalai Felinto
2018-06-06Depsgraph iterator: Remove explicit modeDalai Felinto
2018-06-06Depsgraph: remove legacy code for dupli group updates.Brecht Van Lommel
2018-05-30Depsgraph API: renaming, more granular update information.Brecht Van Lommel
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-25Depsgraph: Clarify python APISergey Sharybin
2018-04-04Fix Cycles particle info node not working.Brecht Van Lommel
2018-02-28Depsgraph: Expose query to get view layer to RNADalai Felinto
2018-01-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-16Cleanup: Naming of depsgraphSergey Sharybin
2017-12-21Implement duplicator viewport/render visibility optionsDalai Felinto
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Depsgraph: Bring timing statistics to the new dependency graphSergey Sharybin
2017-12-21Depsgraph: Make it more clear that we dump relations into graphvizSergey Sharybin
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Depsgraph: Remove eval priority from debuggerSergey Sharybin
2017-12-15Depsgraph: cleanup DEGOIterObjectData > DEGObjectIterDataDalai Felinto
2017-12-15Depsgraph: Make DEG_OBJECT_ITER more granularDalai Felinto
2017-12-01Depsgraph: Cleanup, namingSergey Sharybin
2017-11-07Sanitize use of BLI_iteratorDalai Felinto
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Rework debug relations update functionSergey Sharybin
2017-10-25Depsgraph: Cleanup, trailing whitespace and bracesSergey Sharybin
2017-10-25Depsgraph: Make depsgraph.debug_stats to return a stringSergey Sharybin
2017-10-24Depsgraph: Begin bringing API to pass explicit graphSergey Sharybin
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-06Cycles: Fix infinite update when using duplisSergey Sharybin
2017-06-06Cycles: Support rendering objects from dupli-listSergey Sharybin
2017-06-02Cleanup: Trailign whitespaceSergey Sharybin
2017-06-02Fixup for 824bf261f773 so Cycles does not show dupliDalai Felinto
2017-06-02Initial implememtation for dupli objectsDalai Felinto
2017-05-26Depsgraph: Rename DAG > DEG functions from depsgraph_query.ccDalai Felinto
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-04-21Unify RNA and core depsgraph.objectsDalai Felinto