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-11Revert "Cleanup: remove image->bindcode, always wrap in GPUTexture."Brecht Van Lommel
2018-06-11Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Drivers: ensure Python expressions are cached with copy-on-write.Brecht Van Lommel
2018-06-11Pose: optimize pose rebuild for copy-on-write.Brecht Van Lommel
2018-06-11Revert previous commit and do proper fix for missing typeinfo in nodes.Bastien Montagne
2018-06-11Fix crash in loading/applying static overrides of some nodal material.Bastien Montagne
2018-06-11Cleanup: remove unused DAG_EVAL_PREVIEW mode.Brecht Van Lommel
2018-06-11Fix incorrect object selection test in outliner and rigid body.Brecht Van Lommel
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-11Fix pchan head/tail original values not being setCampbell Barton
2018-06-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-06-11Cleanup: Use BLI_strncpySergey Sharybin
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