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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-30Attribute Node: refactor lookup to remove duplication between engines.Alexander Gavrilov
2022-09-23Cleanup: use depsgraph iterator settings in rnaJacques Lucke
2022-09-23Cleanup: use depsgraph iterator settings in rnaJacques Lucke
2022-09-14Cleanup: Make formatHans Goudey
2022-09-14Fix T100684: Correct descriptions in Python APIJoseph Micheli
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-23Fix T100286: Crash accessing freed depsgraph object instancesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-12Fix T93007: Cycles not updating for animated Object properties like colorBrecht Van Lommel
2021-03-27Cleanup: clang-formatCampbell Barton
2021-03-26UI: Use unified format for "Warning" in descriptionsYevgeny Makarov
2021-02-24UI: Clean up "Dupli" to "Instance"Yevgeny Makarov
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: remove redundant codeCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-09-13Fix T62504: Crash accessing depsgraph from evaluated view layerCampbell Barton
2020-07-06Reduce `DupliObject::persistent_id` from 16 to 8 itemsSybren A. Stüvel
2020-04-22Fix T75964: changing object's viewport display color does not updatePhilipp Oeser
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-18Fix building on 32bit systemsCampbell Barton
2019-10-11Depsgraph: Inform when update or tag happens during evaluationSergey Sharybin
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-22Cleanup: minor correctionsCampbell Barton
2019-05-16Depsgraph: Make depsgraph.update() safe for threadingSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-04-21Cleanup: comments (long lines) in makesrnaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Fix (unreported) crash when iterating on depsgraph instances from RNA.Bastien Montagne
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-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