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
2020-03-13Multires: Fix Subdivide, Reshape and Apply BaseSergey Sharybin
2020-03-06Cleanup: Object: remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2020-01-27Cleanup: removed unused derivedDeform and derivedFinalBrecht Van Lommel
2019-11-26Anim: added BKE_object_moves_in_time(object) functionSybren A. Stüvel
2019-11-26Removed `BKE_object_is_animated()`Sybren A. Stüvel
2019-11-07Fix T69822: Switching sculpt objects breaks undoCampbell Barton
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-09DNA: use defaults for Object, Mesh, MaterialCampbell Barton
2019-09-06Fix T69536: Setting dimensions for parented objects failsCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-02Fix T65778: Missing selection update with linked objects in edit modeSergey Sharybin
2019-06-04Fix T65054: Blender 2.80 crashes when opening a scene created by blender 2.7x...Bastien Montagne
2019-05-31Fix various missing updates in sculpt mode, when changing modifiers and dyntopoBrecht Van Lommel
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-09DepsGraph: Multi ViewLayer SelectionJeroen Bakker
2019-05-01BKE_pchan: add BKE_pchan_rot_to_mat3Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-15Fix T62313 - No way to remove object from master collection in 3d viewDalai Felinto
2019-03-07DRW: show image empty frame when the 'side' is hiddenCampbell Barton
2019-03-01Outliner: Collection - Duplicate Hierarchy, and Duplicate Linked HierarchyDalai Felinto
2019-03-01Fix T62015: Duplicating object, rotating, pivot point not usedSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-13Cleanup: do not cleanup runtime data twice during ID copying...Bastien Montagne
2019-02-09BKE_object: add util to count number of scenes using an object.Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-31Depsgraph: remove features incompatible with new system.Brecht Van Lommel
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-09Object Mode: only toggle active object mode onceCampbell Barton
2019-01-04Fix T54771: Can't change multiple dimensions at onceCampbell Barton
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
2018-12-17Fix T58652: Crash editing shape keys weirdness with instancesSergey Sharybin
2018-12-14New object API function : BKE_object_eval_reset()Dalai Felinto
2018-12-11Cleanup: use BKE_object_* prefix for object APICampbell Barton
2018-12-11Fix T57934: non-empty duplicators don't renderCampbell Barton
2018-12-04Fix T58118: Make duplicates real does nothingSergey Sharybin