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
2014-01-17Scons: Fix cycles OpenCL kernelcompile by distributing util_half.hJens Verwiebe
2014-01-17Code Cleanup: remove redundant bmesh functions & make staticCampbell Barton
2014-01-17BMesh: minor speedup for deleting faces. also remove unused delete-allCampbell Barton
2014-01-17Code Cleanup: move delete funcs out of bmesh_construct.c into own fileCampbell Barton
2014-01-17Code Cleanup: avoid bpy.context when its passed in as an argCampbell Barton
2014-01-17Outliner: minor speedup for drawing, avoid 3 rna lookups per objectCampbell Barton
2014-01-17Fix T37706: avoid cycles crash when using a stack that exceeds SVM stack limits.Brecht Van Lommel
2014-01-17Code cleanup: fix gcc/clang compiler warning in release build.Brecht Van Lommel
2014-01-17Fix T37958: part of blender internal approximate AO / indirect light preprocessBrecht Van Lommel
2014-01-17Forgot in previous commit to take care of user preferencesgaiaclary
2014-01-17Improved the Quit Confirm behaviour: Now confirm only shows up when current s...gaiaclary
2014-01-16Minor change to last commit to solidify, only allocate bitmap as neededCampbell Barton
2014-01-16Workaround for avx assembler not compiling with vanilla gcc ( with openMP case )Jens Verwiebe
2014-01-16Fix compilation of Cycles AVX kernel with cmake.Thomas Dinges
2014-01-16Correct versioning check for manipulatorCampbell Barton
2014-01-16Code Cleanup: loop over ThemeSpace's where possibleCampbell Barton
2014-01-16BLF: Fix for changing the DPI storing many fonts (300+)Campbell Barton
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2014-01-16BLF: avoid allocating empty array in blf_glyph_cache_textureCampbell Barton
2014-01-16Fix for BLF using realloc() on guarded-alloced memoryCampbell Barton
2014-01-16Code Cleanup: spellingCampbell Barton
2014-01-16CMake: add missing dependency for icon targetCampbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-16Fix T38116: Crash when using solidify modifier on multi-user meshSergey Sharybin
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: avoid using G_PICKSEL for transform manipulatorCampbell Barton
2014-01-16Correct error in own recent commitCampbell Barton
2014-01-16Code Cleanup: outliner used magic numbers for active items and selectingCampbell Barton
2014-01-16Compilation error fix: mismatch declarationSergey Sharybin
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16Code Cleanup: simplify matcaps checks and quiet warningCampbell Barton
2014-01-16User Prefs: Manipulator unit and tooltip fixesAndrew Buttery
2014-01-16Tweak to early threaded update escapeSergey Sharybin
2014-01-15Fix T38233: Right click in Particle Edit mode closes applicationSergey Sharybin
2014-01-15Potential fix for T38111: Duplicating BOIDS emitter cause glitchy operationSergey Sharybin
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
2014-01-15UI: add "double click to rename" tooltip to list items.Andrew Buttery
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Fix T38234: changing smooth/flat shading on linked mesh data should not be al...Brecht Van Lommel
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2014-01-15Code cleanup: some reshuffling of SIMD defines moving more code to util_optim...Brecht Van Lommel
2014-01-15Fix for infinite freestyle re-render in the viewportSergey Sharybin
2014-01-15Eek, terrible typo in previous commitSergey Sharybin
2014-01-15Only check OB_RECALC_ALL flags of the object in transform codeSergey Sharybin
2014-01-15Followup to the previous commitSergey Sharybin
2014-01-15Fix T38224: Blender crashes on duplicating curveSergey Sharybin
2014-01-15Fix compilation error with stricg GCC flagsSergey Sharybin
2014-01-15Fix T38216: Cycles render crash Blender in some scene in versionsSergey Sharybin
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-15Fix text overlap when using edge angle & lengthCampbell Barton