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-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
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-08-07* Make MSVC happy. Thomas Dinges
2013-08-07minor edits to float/double conversion suggested by DingToCampbell Barton
2013-08-07BGE Fix [#33215] KX_MeshProxy.transformUV() argument ValueErrorDaniel Stokes
2013-08-06fix own regression in edgeloop delete [#36389] loop detete crashesCampbell Barton
2013-08-06Usual edits/fixes to new UI messages...Bastien Montagne
2013-08-06Fix for an link error in makesrna with SCons. Reported by Thomas Dinges, tha...Tamito Kajiyama
2013-08-06code cleanup: remove lock from ViewerOperation classCampbell Barton
2013-08-06view3d: gridfloor subdivisions wasn't respected for perspective mode.Campbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton