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
2018-10-09Cleanup: namingCampbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-20Cleanup: move DerivedMesh wrappers for modifiers further down the hierarchyJacques Lucke
2018-09-19Fix wrong pointer used in modifier stackSergey Sharybin
2018-09-19Cleanup: Remove some DerivedMesh wrappers for modifiersJacques Lucke
2018-07-04Pass copy flag to modifier copyData functionSybren A. Stüvel
2018-06-21Modifiers: Stop using md->scene in isDisabled() callbackSergey Sharybin
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-30Cleanup/fix wrong modifiers targets handling in COW context.Bastien Montagne
2018-05-25Cleanup/simplification for BKE_modifier_get_evaluated_mesh_from_objectBastien Montagne
2018-05-24Fix all modifiers that depended on BKE_modifier_get_evaluated_mesh_from_objectDalai Felinto
2018-05-22Fix T55146: hair + subsurf modifier not positioning hair correctly.Brecht Van Lommel
2018-05-16Add modifier_deformVerts_ensure_normals, modifier_applyModifier_ensure_normalsMai Lavelle
2018-05-11T54983: Bone selection overlayJeroen Bakker
2018-05-09Cleanup/refactor: Move get_mesh_eval_for_modifier from MOD_util to BKE_modifier.Bastien Montagne
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-07Merge branch 'master' into blender2.8Bastien Montagne
2018-05-07Fix (unreported) memleak when copying object with some modifiers.Bastien Montagne
2018-05-04Merge branch 'blender2.8' into tmp-static-override-insertionBastien Montagne
2018-05-04Allocate/free meshes with generic library functions.Sybren A. Stüvel
2018-05-02Static Override: add insertion for modifiers and one constraints, fix editing...Bastien Montagne
2018-05-01Modifiers: Fix crash when entering edit mode on unported modifiersSybren A. Stüvel
2018-05-01Extract common modifier parameters into ModifierEvalContext structSybren A. Stüvel
2018-05-01Introduced CDDM_from_mesh_ex() to create a non-referencing CDDMSybren A. Stüvel
2018-05-01Modifiers: Mirror DerivedMesh → MeshSybren A. Stüvel
2018-05-01Modifiers: Armature DerivedMesh → MeshSybren A. Stüvel
2018-05-01Modifiers: Simple Deform & Build, DerivedMesh → MeshSybren A. Stüvel
2018-05-01Modifiers: Add wrapper functions with Mesh / DerivedMesh conversionMai Lavelle
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-02-06Object Mode: use eval_ctx for modifiers_isCorrectableDeformedCampbell Barton
2018-01-24Merge branch 'master' into blender2.8Bastien Montagne
2018-01-24BKE's modifier_isEnabled: add check on NULL Scene pointer.Bastien Montagne
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood