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
path: root/source
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-10As requested by Mitchell Stokes, reverting r58837 as it is causing some probl...Daniel Stokes
2013-08-09OpenGL VBO's: free VBO pool before redraw, otherwise this just holds onto memoryBrecht Van Lommel
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-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 #36007: ends of curves do not fitSergey Sharybin
2013-08-07Another preview fix for SplitViewer nodeSv. Lockal
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-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
2013-08-06Fix crash loading .blend files that have multiple outliners in a screen, savedBrecht Van Lommel
2013-08-06select faces after dissolvingCampbell Barton
2013-08-06Add key shortcut for context sensitive dissolve, Ctrl+X / Ctrl+Delete (as ...Campbell Barton
2013-08-06fix for using uninitialized boolean vars for mask select more/lessCampbell Barton
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-06Add assert to mul_v3_m3v3 and mul_v2_m3v3,Sergey Sharybin
2013-08-06Frame reporting to console was wrong when not using Render Layers in compoSergey Sharybin
2013-08-06fix [#36363] ray_cast face index with n_gonsCampbell Barton
2013-08-06BGE: Making sure the BlenderPlayer calls Py_Finalize().Mitchell Stokes
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-05SplitViewer node:Sv. Lockal