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-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-09-10Remove dimension checks from window creation.Nathan Letwory
2013-09-10Change window checks to desktop size instead of screen size.Nathan Letwory
2013-09-10Add BLI_utildefines.h for __func__ (necessary for MSVC).Nathan Letwory
2013-09-10fix/workaround [#36694] Texture node groups tend to crash Blender a lot.Campbell Barton
2013-09-10fix [#36492] Keymap: Issue setting operator path propertiesCampbell Barton
2013-09-10fix [#36693] segfaults when split vertice of Bezier curve Campbell Barton
2013-09-10code cleanup: use bool for imbuf allocation functions.Campbell Barton
2013-09-10fix [#36187] Crash loading large imagesCampbell Barton
2013-09-10Cycles OSL: update to build with latest OSL master branch.Brecht Van Lommel
2013-09-10Fix #36356: faces not drawn with constructive modifier + dynamic paint, where itBrecht Van Lommel
2013-09-10Fix #36641: maya key configuration shift + LMB drag border select did not workBrecht Van Lommel
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-09Attempt fix for #36688.Antony Riakiotakis
2013-09-09Fix #36692: crash with split viewer compositing node and rendering. Only one ...Brecht Van Lommel
2013-09-09OSX/Scons/clang: compilefix for libmv, as discussed with brech just globallyJens Verwiebe
2013-09-09Fix #36593: crash duplicating window on OS X in some situations. User dataBrecht Van Lommel
2013-09-09OSX/clang5: revert 59960, todo: make it global Jens Verwiebe
2013-09-09OSX/clang5: fix broken compilingJens Verwiebe
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-093D View / UI:Thomas Dinges
2013-09-09Film response looks:Brecht Van Lommel
2013-09-09Fix #36682: disable shift+backspace shortcut to delete all text in text fields,Brecht Van Lommel
2013-09-09Fix OpenCL build error.Brecht Van Lommel
2013-09-09Fix libmv build error on OS X with Xcode 5.Brecht Van Lommel
2013-09-09Create/delete keyframe for motion tracks in clip editorSergey Sharybin
2013-09-09Avoid using "bundle" in condole message printSergey Sharybin
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-09fix [#36685] crash calculating tangent space data on degenerate geometryCampbell Barton
2013-09-09Fix own mistake in one of previous commitsSergey Sharybin
2013-09-09Fix #36663, Bone properties sometimes vanish when mousing into properties win...Lukas Toenne
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09enable strict flags for mesh_evaluate.cCampbell Barton
2013-09-09remove use of BLI_array in BKE_mesh_mpoly_to_mface(). was over-allocating any...Campbell Barton
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-09Code cleanup: Minor function capitalization fixJoseph Mansfield
2013-09-09screw tool used uninitialized normal to detect flipping direction.Campbell Barton
2013-09-09code cleanup: warnings and redundant checks.Campbell Barton
2013-09-08Cycles:Thomas Dinges
2013-09-08Changes to Freestyle default parameters:Tamito Kajiyama
2013-09-08Cycles:Thomas Dinges
2013-09-08Some fixes to tips...Bastien Montagne
2013-09-08update bmesh doxy docs, remove double-promotion warnings in remove-strict-fla...Campbell Barton
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-08patch [#36633] Correct headers for renders saved as bitmap (.bmp) format.Campbell Barton
2013-09-07Remove unused constant.Sergey Sharybin
2013-09-07Code cleanup: us commented out arg names rather than leaving them if unusedSergey Sharybin
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-07Usual blenderplayer stub fix... ;)Bastien Montagne