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-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: unused functionsCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-08Depsgraph: Remove no longer needed nodetree values copying on evalDalai Felinto
2018-06-08Sculpt/Paint: move PBVH building to use evaluated mesh instead of deprecated ...Bastien Montagne
2018-06-08DRW: Fix animated material not refreshingDalai Felinto
2018-06-08Fix crash with wertex and weight modesSergey Sharybin
2018-06-08Alembic: Moved a BLI_assertSybren A. Stüvel
2018-06-08mesh_get_eval_final() should check ob->runtime.mesh_evalSybren A. Stüvel
2018-06-08Add check in BKE_pbvh_apply_vertCos that number of deforming cos matches numb...Bastien Montagne
2018-06-08Alembic import: fixed memory management for CoW copies of CacheFile blocksSybren A. Stüvel
2018-06-08Alembic import: assign cache_file handle to original datablockSybren A. Stüvel
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-08Studiolight: Segment when using float based matcapsJeroen Bakker
2018-06-08Workbench: UI for custom studio lights/matcapsJeroen Bakker
2018-06-07Don't tag UBO as dirty anymore otherwise it still crashes on renderDalai Felinto
2018-06-07BKE_world_eval: cleanupDalai Felinto
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: typo, and 0 -> false for booleans.Bastien Montagne
2018-06-07Fix T55126: COW problem: there is an active object even if unselectableSergey Sharybin
2018-06-07Depsgraph: Ensure collections are up to date after modificationsSergey Sharybin
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Fix sculpt assert on initializationCampbell Barton
2018-06-07Particle mode: Support children drawingSergey Sharybin
2018-06-07Particle edit: Simplify code by benefiting from single edit contextSergey Sharybin
2018-06-06Cleanup: styleCampbell Barton
2018-06-06Cleanup: unused functionCampbell Barton
2018-06-06Depsgraph: remove legacy code for dupli group updates.Brecht Van Lommel
2018-06-06Fix incorrect double checked lock in collection object cache.Brecht Van Lommel
2018-06-06Alembic: Fix double-free of mutexSybren A. Stüvel
2018-06-06Fix double-free of custom dataSybren A. Stüvel
2018-06-06Depsgraph: Remove confusing metaball logicSergey Sharybin
2018-06-06Ensure BKE_mesh_new_nomain_from_template() always has valid mxxx pointersSybren A. Stüvel
2018-06-06Consolidated custom data layer initialisationSybren A. Stüvel
2018-06-06Set mesh->totface in nomain-mesh creationSybren A. Stüvel
2018-06-06Renamed BKE_nomain_mesh_xxx → BKE_mesh_nomain_xxxSybren A. Stüvel
2018-06-06DerivedMesh deprecation: Removed some functions in displist.cSybren A. Stüvel
2018-06-06DerivedMesh deprecation: marked no-longer-in-use functionSybren A. Stüvel
2018-06-06Modifiers: ported curve_calc_modifiers_post() internals from DerivedMesh → ...Sybren A. Stüvel
2018-06-06Merge branch 'master' into blender2.8Campbell Barton
2018-06-06Fix error using freed bmainCampbell Barton
2018-06-06Cleanup: rename WITH -> USE for internal definesCampbell Barton
2018-06-05Cleanup: styleCampbell Barton
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
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-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-06-05Cleanup: doxy grouping for mesh runtime APICampbell Barton