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
2015-04-22Tracking: Code cleanup, de-duplicate some code in tracking context finishSergey Sharybin
2015-04-22Tracking: Add missing plane track remapping when joining two point tracksSergey Sharybin
2015-04-22Tracking: Cleanup, move some plane tracks code to utility functionsSergey Sharybin
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-21Initialize and use the theme for metadata textAntony Riakiotakis
2015-04-21Stamp refactoring:Antony Riakiotakis
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Allow Python overrides for materials.Campbell Barton
2015-04-20Fix T44458 strip modifier mask not copied correctly when doing sceneAntony Riakiotakis
2015-04-20Action Stashing: Newly stashed strips now get "sync length" option enabled by...Joshua Leung
2015-04-19Cleanup: warningsCampbell Barton
2015-04-19disable verify from last commit (too slow)Campbell Barton
2015-04-19Dyntopo: USE_EDGEQUEUE_TAG broke even subdivCampbell Barton
2015-04-19Sculpt: smooth brush, exclude self from averageCampbell Barton
2015-04-19BGE: Support for collision group/mask from the api + activated on EndObject.Porteries Tristan
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-04-18Cleanup: use BLO_memfile prefixCampbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-1Campbell Barton
2015-04-17Depsgraph: Report total time spent on scene updateSergey Sharybin
2015-04-17Cleanup: remove unused face normalsCampbell Barton
2015-04-17Fix T44336: Unable to select cycles-specific passes in UV/image editorDalai Felinto
2015-04-17Fix T44412: Crash when trying to paint on a GPencil frame when the frames are...Joshua Leung
2015-04-17Fix for Grease Pencil and negative framesJoshua Leung
2015-04-16Cleanup: use const for sculpt codeCampbell Barton
2015-04-16Dyntopo: avoid redundant loop collapsing edgesCampbell Barton
2015-04-16Dyntopo: blend vertex normals when collapsingCampbell Barton
2015-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-04-15Fix crash loading file without scene in bg modeCampbell Barton
2015-04-15Cleanup: warnings, wsCampbell Barton
2015-04-15BMesh: dyntopo used lopsided normalsCampbell Barton
2015-04-15BMesh: avoid ghash lookups splitting the pbvhCampbell Barton
2015-04-14Dyntopo queue added the same edges multiple timesCampbell Barton
2015-04-14BMesh: avoid customdata copy for new dyntopo vertsCampbell Barton
2015-04-14PBVH: use realloc/recallocCampbell Barton
2015-04-14NLA: Store track that the strip being tweaked comes fromJoshua Leung
2015-04-14NLA: Shift-Tab toggles tweakmode AND makes that track soloJoshua Leung
2015-04-14BMesh: avoid redundant face-exists check (dyntopo)Campbell Barton
2015-04-14Cleanup: warningsCampbell Barton
2015-04-13Fix for crash with non-camera as a cameraCampbell Barton
2015-04-13Revert "Fix hair random rotation limited to 180 degrees"Sergey Sharybin
2015-04-13Fix T44359: `mesh_normals_loop_custom_set()` would not behave correctly with ...Bastien Montagne
2015-04-13Fix T44350: View3D layer out of sync /w sceneCampbell Barton
2015-04-13BMesh: resolve skinny face artifacts /w dyntopoCampbell Barton
2015-04-13Depsgraph debug: Remove hardcoded array of BLENDER_MAX_THREADS elementsSergey Sharybin
2015-04-13Fix adding to paint-curves from the first pointCampbell Barton
2015-04-13Fix hair random rotation limited to 180 degreesMai Lavelle
2015-04-13Fix T44364: Remove shape key crashes BlenderCampbell Barton
2015-04-13error in last commitCampbell Barton
2015-04-13BMesh: diagram for dyntopo edge subdivCampbell Barton
2015-04-12Dyntopo: redundant length check subdividing edgesCampbell Barton