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-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01Tag unused arg as unused.Sergey Sharybin
2013-09-01Remove some unneeded type conversions.Sergey Sharybin
2013-09-01add view3d roll to navigation menu.Campbell Barton
2013-09-01Fix OS X compile error after enabling strict build flags for this module.Brecht Van Lommel
2013-09-01Fix #36620: sss + indirect light rendering artifacts, due to wrong correlatio...Brecht Van Lommel
2013-09-01Fix #36613: view select/all shortcuts not working in graph editor with theBrecht Van Lommel
2013-09-01Patch #36622, by Henrik Aarnio: Fit backdrop image to the area dimensions.Lukas Toenne
2013-09-01kd-tree,Campbell Barton
2013-09-01Mingw/Windows Compiling Fix:Joshua Leung
2013-09-01Mingw Compiling Fix - Conversion from int to unsigned char...Joshua Leung
2013-09-01Mingw/Windows Compiling FixJoshua Leung
2013-09-01use strict flags for lasso, boxpack, gsqueue and quadric's.Campbell Barton
2013-09-01use strict flags for scanfill, also replace shorts with unsigned shorts and i...Campbell Barton
2013-09-01use strict flags for guarded allocCampbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-31Cycles:Thomas Dinges
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-08-31text spacing was using DPI rather then the size of the text.Campbell Barton
2013-08-31text drawing glitche - highlight line was offset slightly from selection.Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-31Cleanup:Thomas Dinges
2013-08-31Cycles: Thomas Dinges
2013-08-31Cycles / Standalone:Thomas Dinges
2013-08-31tweak mempool loop comparisons when we know there is no chance for skipping p...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-31Fix #36137: cycles render not using all GPU's when the number of GPU's is largerBrecht Van Lommel
2013-08-31remove unnecessary check in BLI_mempool_iterstep and add doxygen comments to ...Campbell Barton
2013-08-31mempool internal change, use unsigned ints where possible (less overhead),Campbell Barton
2013-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
2013-08-30Fix for [#36610] The new sky model produces strange resultsThomas Dinges
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-30Fix #36609: glsl materials with reroute nodes not working correct.Brecht Van Lommel
2013-08-30Fix #36611: cycles issue loading png file with 2 channels.Brecht Van Lommel
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Cycles Standalone: Thomas Dinges
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-30Cleanup, bitflags as bitshift ops, and some formating...Bastien Montagne
2013-08-30execute bisect immediately (without starting modal input) if the plane is alr...Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-30refresh paint_common_properties file on script refresh, found by Sebastian Ko...Antony Riakiotakis
2013-08-30Followup for rev59629.Sergey Sharybin
2013-08-30Fix [#36600]: Smoke subframes not working with initial velocityMiika Hamalainen
2013-08-30Fix for [#36599] Freestyle: Line thickness modifier with certain blend types ...Tamito Kajiyama
2013-08-30Fix #36605: Segfault when border selecting markers in the "graph" mode when n...Sergey Sharybin
2013-08-30Attempted fix for #36569: couldn't unmap memory errors on Windows. The guarde...Brecht Van Lommel
2013-08-30Cleaning up some prints related to SDL.Mitchell Stokes