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-28Split base flags on own and collection-definedSergey Sharybin
2019-02-28Remove unused base flagSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-19Cleanup: rename parent_origin_eval to parent_display_originCampbell Barton
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18Cleanup: move 'orig' into Object_Runtime structCampbell Barton
2019-02-18DNA: rename Collection.dupli_ofs -> instance_collectionCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-14Fix T61353: Crash converting a curve to a meshCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Cleanup: avoid some unnecessary inverse matrix math.Brecht Van Lommel
2019-01-31Remove direct shape key drivers evaluaiton in object updateSergey Sharybin
2019-01-31Fix T60996: Dyntopo flood fill fails due to missing ob->imatJacques Lucke
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-28Fix T60127: Particles texture mapping coordinates objectsSergey Sharybin
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
2018-12-14New object API function : BKE_object_eval_reset()Dalai Felinto
2018-12-04Fix T58700: Modifier error msgs not showing.Bastien Montagne
2018-12-04Fix T58118: Make duplicates real does nothingSergey Sharybin
2018-11-28Fix T56906: Mesh from Curve not working on curves beveled by curves.Bastien Montagne
2018-11-25Local ViewDalai Felinto
2018-11-21Depsgraph: Move boundbox sync to the post-geometry evaluationSergey Sharybin
2018-11-21Depsgraph: Cleanup, use more clear nameSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-10-29Depsgraph cleanup: use proper DEG_debug_print_eval call...Bastien Montagne
2018-10-24Fix T56172 Accessing COW data from RNA - DimensionBastien Montagne
2018-10-05Fix invalid flag passed to mesh batch dirty tagCampbell Barton
2018-10-03Fix T56975: Transform incorrect w/ constraintCampbell Barton
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-23Fix T56500: Origin to geometry crashes on armatureDalai Felinto
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-22Cleanup: misc DrivedMesh stuff.Bastien Montagne
2018-06-15Fix T55408: Double transforms on parents/children.Bastien Montagne
2018-06-12Depsgraph: Don't update derived mesh for particles on renderSergey Sharybin
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-07Fix T55126: COW problem: there is an active object even if unselectableSergey Sharybin
2018-05-31Depsgraph: Copy evaluated data to original datablockSergey Sharybin
2018-05-31Animation: Pass dependency graph to animation systemSergey Sharybin
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-30Modifier stack: Avoid roundtrip from mesh to DM back to meshSergey Sharybin