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-20Editmesh select nearest fixesCampbell Barton
2015-04-20Cleanup: use macro for common view3d zbuf checkCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Guardedalloc: Don't use aligned blocks to calculate memory sloppynessSergey Sharybin
2015-04-20CMake: Move performance tests under the cmake optionSergey Sharybin
2015-04-20Usual UI messages fixes...Bastien Montagne
2015-04-20Cycles: Split BVH nodes storage into inner and leaf nodesSergey Sharybin
2015-04-20Cycles: Synchronize images after building mesh BVHSergey Sharybin
2015-04-20I18n: Add Vietnamese language.Bastien Montagne
2015-04-20Fix T44452: Inconsistent gpencil color in prefsCampbell Barton
2015-04-20Fix T44419: extruding when using lasso deselectCampbell 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-20Compilation error fix for MSVC: It does not support expressions in arraySergey Sharybin
2015-04-20Fix: BGE crashes when RunPythonCallBackList() is called with maxargcount != m...Sybren A. Stüvel
2015-04-20Action Stashing: Newly stashed strips now get "sync length" option enabled by...Joshua Leung
2015-04-20Action Editor "Browse" Fix: Stash active action if nothing else uses itJoshua Leung
2015-04-20Fix for potential null-pointer-dereference if the new action is NULLJoshua Leung
2015-04-20Fix: Changing actions in the Action Editor using the Browse dropdown should h...Joshua Leung
2015-04-20Fix: "show_points" setting for Grease Pencil drawing didn't workJoshua Leung
2015-04-20Sculpt: remove workaround T25371Campbell Barton
2015-04-20Sculpt: clay-strips was missing accumulate buttonCampbell Barton
2015-04-20Fix: solved BGE compiler error on Linux/gccSybren A. Stüvel
2015-04-19Fix T44449, sm_52 kernel missing in CMake builds.Thomas Dinges
2015-04-19BGE : Standardization of callbacks execution.Porteries Tristan
2015-04-19Cleanup: warningsCampbell Barton
2015-04-19Dyntopo: non-topology tool origdata supportCampbell Barton
2015-04-19Cleanup: use meaningful names re: (fc, an, sn)Campbell Barton
2015-04-19Dyntopo: support for original normal accessCampbell Barton
2015-04-19Cleanup: move project code into util functionCampbell Barton
2015-04-19Cleanup: calculating sculpt center & normalCampbell Barton
2015-04-19disable verify from last commit (too slow)Campbell Barton
2015-04-19Dyntopo: USE_EDGEQUEUE_TAG broke even subdivCampbell Barton
2015-04-19Dyntopo: avoid over-counting /w neighbor averageCampbell Barton
2015-04-19Sculpt: avoid CD lookup /w mask smoothCampbell 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-18BGE: Fix T43536 logic.getCurrentScene() returning wrong scene inPorteries Tristan
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-04-18Cleanup: use BLO_memfile prefixCampbell Barton
2015-04-18Autosave:Antony Riakiotakis
2015-04-18BGE: New Draw debug shadow box for sun lampPorteries Tristan
2015-04-17Fix T44390: Clay brush weirdness part-2Campbell Barton
2015-04-17Fix T44390: Clay brush weirdness part-1Campbell Barton
2015-04-17Cleanup: simplify sculpt normal accumulationCampbell Barton
2015-04-17Cleanup: simplify sculpt plane accumulationCampbell Barton
2015-04-17BGE : Fix light layer checkPorteries Tristan
2015-04-17Bake-API: reduce memory footprint when baking more than one object (Fix T41092)Dalai Felinto
2015-04-17Cleanup: redundant castsCampbell Barton
2015-04-17Fix BPlayer (c)Bastien Montagne