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-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-13Cleanup: do not cleanup runtime data twice during ID copying...Bastien Montagne
2019-02-13I18N Messages: fix confusion with Light meanings.Bastien Montagne
2019-02-11DNA: remove Object.display structCampbell Barton
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-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-05Fix empty object front/back display in perspective viewsCampbell Barton
2019-02-05Fix T61163: Single sided images show when viewed from sideCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell 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-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2019-01-09Assert: add check to last commitCampbell Barton
2019-01-09Object Mode: only toggle active object mode onceCampbell Barton
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2019-01-04Object: don't flip scale when setting dimensionsCampbell Barton
2019-01-04Fix T54771: Can't change multiple dimensions at onceCampbell Barton
2019-01-04Cleanup: unused calculationCampbell Barton
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
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-173D View: empty image option to show front/backCampbell Barton
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-11Cleanup: use BKE_object_* prefix for object APICampbell Barton
2018-12-11Fix T57934: non-empty duplicators don't renderCampbell Barton
2018-12-10Fix T59087: Empty meshes have large bound-boxCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-06Fix T58310: Crash when removing multires modifier from sculpt objectSergey Sharybin
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE_effect.h namingCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-25Merge branch 'master' into blender2.8Campbell Barton
2018-11-23Pass viewport to BASE_ related tests, for viewport view/select restrictionsDalai Felinto
2018-11-22Cleanup: Use proper module prefix in function namesSergey Sharybin
2018-11-20Speedup rigs with multiple objects deformed by bbonesSergey Sharybin
2018-11-20Vertex parent: Remove CCGDM optimizationSergey Sharybin