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
2013-08-12GPL V3 license, which will be valid for the binary releases.Ton Roosendaal
2013-08-12Add jemalloc license to release/textSergey Sharybin
2013-08-12Fix #36420: ends of curves - caps & twist not goodSergey Sharybin
2013-08-12image_load() utility function's 'recursive' option wasn't functional since 2.4xCampbell Barton
2013-08-12Fix #36408: Setting `image.colorspace_settings.name` changes saved alphaSergey Sharybin
2013-08-12bpy.path.reduce_dirs() - new utility function to de-duplicate and remove nest...Campbell Barton
2013-08-12Fix #36437 Cycles no longer rendering Emitter object (Particle Systems). The ...Lukas Toenne
2013-08-12change to object-smooth poll function, no need to check for active object, ju...Campbell Barton
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-11display an error with python driver expressions when script execution is disa...Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines t...Campbell Barton
2013-08-11edge-split now leaves split edges selectedCampbell Barton
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-10Add better UI for "Add Torus" functionSv. Lockal
2013-08-10Linux install_deps: update OpenCOLLADA to 828b60384552b83e55d2af7055f07d2c40b...Bastien Montagne
2013-08-10As requested by Mitchell Stokes, reverting r58837 as it is causing some probl...Daniel Stokes
2013-08-10Code cleanup / Cycles:Thomas Dinges
2013-08-10Cycles:Thomas Dinges
2013-08-09Fix cycles not rendering with 1x1 resolution anymore, not so common for usersBrecht Van Lommel
2013-08-09Fix cycles passes UI panel to line up better.Brecht Van Lommel
2013-08-09OpenGL VBO's: free VBO pool before redraw, otherwise this just holds onto memoryBrecht Van Lommel
2013-08-09Cycles / Non-Progressive integrator:Thomas Dinges
2013-08-09Fix #36146, Cycles SSS Shader Node - Scale Value Input Box - to sensitive. Ch...Lukas Toenne
2013-08-09Fix #36417: vertex weight mix modifier crash with texture mask and subsurf mo...Brecht Van Lommel
2013-08-08Fix #36298 and #36359: timeline no longer did redraw during animation render.Brecht Van Lommel
2013-08-08Fix #36274: empty particle texture slots should not have any influence, sameBrecht Van Lommel
2013-08-08Fix incorrect display of constraint names on retina / high DPI.Brecht Van Lommel
2013-08-08Fix #36317: keyframing metaball elements did not work yet, now you can keyframeBrecht Van Lommel
2013-08-08Fix #36243: one screen should never be used by multiple windows, but this couldBrecht Van Lommel
2013-08-08Fix #36394: rendering a point density texture with a hair particle system didBrecht Van Lommel
2013-08-08Linking Brushes did not link the mask texture properlyAntony Riakiotakis
2013-08-08pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail wit...Campbell Barton
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-08-08Fix for a formatting error in the docstring of SVertex.viewvertex().Tamito Kajiyama
2013-08-08Fix for docstrings of CurvePoint.first_svertex() and CurvePoint.second_sverte...Tamito Kajiyama
2013-08-08Fix #36383: add object to group check for dependency cycles did not work corr...Brecht Van Lommel
2013-08-07Fix crashes that could still happen opening files with the outliner bug that ...Brecht Van Lommel
2013-08-07Fix #36355: cycles render of objects with both duplis and hair would not renderBrecht Van Lommel
2013-08-07Fix #36007: ends of curves do not fitSergey Sharybin
2013-08-07Another preview fix for SplitViewer nodeSv. Lockal
2013-08-07Fix #36373: maya and max key configurations for mesh loop select did not work...Brecht Van Lommel
2013-08-07Fix #36391: removing an armature with a custom bone shape object would notBrecht Van Lommel
2013-08-07Fix #36266, First undo in compositor decrements usercounter without a reason....Lukas Toenne
2013-08-07remove assert in check_for_dupid() function for rare but valid renaming situa...Campbell Barton
2013-08-07Adding a fov attribute to KX_Camera. This attribute converts the field of vie...Daniel Stokes
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton