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
2014-06-17Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-17Fix some loss of precision in BKE's unit code.Bastien Montagne
2014-06-17Add a first basic set of tests for the new bpy.utils.units module/APIBastien Montagne
2014-06-17New python API for units handling.Bastien Montagne
2014-06-17BLI: Add two helpers to search a given string in an array of strings.Bastien Montagne
2014-06-17Fix T40620: BGE Python - Ray sensor has wrong axis constantsCampbell Barton
2014-06-17Fix for bad NULL checkCampbell Barton
2014-06-17Support for building without PythonCampbell Barton
2014-06-17Remove redundant checkCampbell Barton
2014-06-17Fix T40638: Crash in Particle System, Connect HairSergey Sharybin
2014-06-17Correct argument nameCampbell Barton
2014-06-17Cycles: only use -fno-rtti with OSL (conflicts with -fsanitize=vptr)Campbell Barton
2014-06-17Correct menu nameCampbell Barton
2014-06-17Fix T40639: operators ignore win.cursor_warp()Campbell Barton
2014-06-17BGE: New Property sensor evaluation typesJorge Bernal
2014-06-16Cycles: Slight modification to the previous commitSergey Sharybin
2014-06-16Cycles: Fix compilation error on 32bit platformsSergey Sharybin
2014-06-16Fix T40646: Knife project fails with clippingCampbell Barton
2014-06-16Fix for knife when in ortho camera viewCampbell Barton
2014-06-16Cycles: Fix compilation error on platforms without SSE2Sergey Sharybin
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-16Quiet warningCampbell Barton
2014-06-16Bugfix: Units for time translate transforms (action/nla editors) was messed upJoshua Leung
2014-06-16Feature Request T40643: Animation channels can be renamed by double-clicking ...Joshua Leung
2014-06-16Need to consider blender-v* a release branch, not just blender-Sergey Sharybin
2014-06-16Forgot this in previous commitSergey Sharybin
2014-06-16Make blender-* branches not being displayed on the splashSergey Sharybin
2014-06-16I'd tend to declare dead code is forbiddenSergey Sharybin
2014-06-16Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in JapaneseSergey Sharybin
2014-06-16Add missing dependency to CMake's msgfmtSergey Sharybin
2014-06-16Code cleanup: move editfont drawing into its own function.Campbell Barton
2014-06-16Object Drawing: minor refactor, don't check glsl in wire-modeCampbell Barton
2014-06-16Fix T40648: Bevel Tool - Amount value slider maximum does not adapt to Amount...Bastien Montagne
2014-06-16Fix T40617: Ortho view selects objects behind cameraCampbell Barton
2014-06-16Fix Python fails to execute text-blocks including non-mbcs chars (T35176, D595)Tamito Kajiyama
2014-06-16Freestyle: Python API docstring updates.Tamito Kajiyama
2014-06-16D545: Freestyle Python API: new methods for Stroke and StrokeVertexIterator.Tamito Kajiyama
2014-06-15Curve: remove unused displist membersCampbell Barton
2014-06-15Curve: replace calloc with malloc for values immediately written intoCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-15Text Editor: dropping id's now paste in Python data path (like pyconsole)Campbell Barton
2014-06-15* Fix OpenCL after uchar4 commit.Thomas Dinges
2014-06-15Fix T40007 Bevel tool resets after getting to 1.Howard Trickey
2014-06-14UI: refactor text cache to use zero length arraysCampbell Barton
2014-06-14BLI_gsqueue: refactor to use zero length arrayCampbell Barton
2014-06-14BLI_gsqueue: use size_t for elem_size (was casting all over)Campbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-06-14Fix for last commit, forgot changes in Cycles itself.Thomas Dinges
2014-06-14Fix T40609: Wrong WS between word and '?' (no space in english typography in ...Bastien Montagne