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-07-31Cleanup: use static variablesCampbell Barton
2018-07-10Ported mesh_create_derived_view() to mesh_create_eval_final_view()Sybren A. Stüvel
2018-07-05Fluidsim: ported from DerivedMesh to MeshSybren A. Stüvel
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-25Cleanup: Move colorband handling from DM to mesh_runtime universe.Bastien Montagne
2018-06-22Modifiers: Remove remaining parts of md->sceneSergey Sharybin
2018-06-21Cleanup: remove DM from 'join as shape' operator.Bastien Montagne
2018-06-19Fix re-entrant calls in some cases of mesh_evaluated generation.Bastien Montagne
2018-06-19Correction to previous commit.Bastien Montagne
2018-06-19ModStack: Fix broken object_get_datamask helper.Bastien Montagne
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-12Depsgraph: Ensure modifiers evaluation doesn't happen on top evaluated meshSergey Sharybin
2018-06-08mesh_get_eval_final() should check ob->runtime.mesh_evalSybren A. Stüvel
2018-06-06Cleanup: unused functionCampbell Barton
2018-06-06DerivedMesh deprecation: marked no-longer-in-use functionSybren A. Stüvel
2018-06-06Cleanup: rename WITH -> USE for internal definesCampbell Barton
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Fix crash when making objects to share same meshSergey Sharybin
2018-06-01Cleanup: whitespaceCampbell Barton
2018-06-01Mesh versions of DerivedMesh access API callsCampbell Barton
2018-06-01Fix/Workaround T55272: Sculpt/VPaint removes meshCampbell Barton
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-30Modifiers: Make input of modifier stack referencing copied CD layersSergey Sharybin
2018-05-30Modifier stack: Avoid roundtrip from mesh to DM back to meshSergey Sharybin
2018-05-30Cleanup: use 'e' prefix for enum typesCampbell Barton
2018-05-30Cleanup: More typed allocation type enum usageSergey Sharybin
2018-05-22Fix some Cycles modifier stack issues with copy-on-write.Brecht Van Lommel
2018-05-22Fix crash in modifier stack after recent changes.Brecht Van Lommel
2018-05-22Fix T55146: hair + subsurf modifier not positioning hair correctly.Brecht Van Lommel
2018-05-22Removed no-longer-required workaround for doubly-deformed meshesSybren A. Stüvel
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-18Fix crash with shape keys and modifier stack, after recent changes.Brecht Van Lommel
2018-05-16Fix memleak with meshes having IDProps in modifier stack evaluation.Bastien Montagne
2018-05-16Silence warning about functions having no prototypeMai Lavelle
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-16Modifiers: Port mesh_calc_modifiers from DerivedMesh to MeshMai Lavelle
2018-05-11Bmesh: Clear possible geometry saved at runtime when converting bmesh to mesh.Germano
2018-05-09BKE: bvhutils: Port bvhtree_from_mesh_get to take a Mesh param instead of a D...Germano
2018-05-02Mesh: move runtime members to own structCampbell Barton
2018-05-01Extract common modifier parameters into ModifierEvalContext structSybren 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-05-01Added note about potential crash in add_orco_dm()Sybren A. Stüvel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-16Fix for building w/o open-subdivCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton