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-07Fix for error in own recent commitCampbell Barton
2014-01-07Cleanup: silence warnings.Bastien Montagne
2014-01-07Middle-clip tweaks:Bastien Montagne
2014-01-07Armatures Editmode: option to recalculate roll from the angle to the parentCampbell Barton
2014-01-07Text3d: underline offset on curved path wasnt working rightCampbell Barton
2014-01-07Fix T38075, crash from shader node add/replace tree view template.Lukas Tönne
2014-01-07Text3d: Add support for underline characters with text-on-pathCampbell Barton
2014-01-07Fix T38044: Filter Key Binding shows Incorrect resultCampbell Barton
2014-01-07Object Operators: make-dupliface and join-uvs weren't using UNDO.Campbell Barton
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-07Fix bash/ksh specific test syntaxCampbell Barton
2014-01-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
2014-01-07OSX/scons: after discussion i was told cycles does decide to use sse4.1 kerne...Jens Verwiebe
2014-01-07OSX/scons: autodetecting sse4.1 capability and set it to usedJens Verwiebe
2014-01-07Fix to own previous commit for bevel vertex only case.Howard Trickey
2014-01-07Added scons option to actually build the sse41 kernel. CMake already has itMartijn Berger
2014-01-07Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compi...Thomas Dinges
2014-01-06Take back last header copy, due it is for native only, must be a runtime solu...Jens Verwiebe
2014-01-06Cmake: fix kernelcompile after introduction of util_simd.hJens Verwiebe
2014-01-06Cycles: Minor optimization (~1%) for texture access on CPUSv. Lockal
2014-01-06Cleanup: use blend() in perlin noise (gives 12 less instructions on SSE4.1)Sv. Lockal
2014-01-06Bevel: use stack memory for interp_vmesh()Campbell Barton
2014-01-06Cycles: SSE optimization for sRGB conversion (gives 7% speedup on CPU for pav...Sv. Lockal
2014-01-06Bevel: change 'adj' pattern to use subdivision.Howard Trickey
2014-01-06Fix for recent kdtree py module with MSVCCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2014-01-06Python API: utility function for filling a tuple with a single value.Campbell Barton
2014-01-06Fix for own error in recent text3d changesCampbell Barton
2014-01-06Code Cleanup: osl styleCampbell Barton
2014-01-06Code cleanup / Cycles: else/if for SSE41 kernel functions.Thomas Dinges
2014-01-06Cycles / OSL: Add a new procedural texture template, Lyapunov fractals.Thomas Dinges
2014-01-05Text3d: avoid assert, clamp position before getting the selectionCampbell Barton
2014-01-05UI: pin icon was ignoring DPICampbell Barton
2014-01-05UI: Use shift+lmb for toggling panel pinning (not to conflict with MMB emulat...Campbell Barton
2014-01-05Fix own error in recent changes curve text storage,Campbell Barton
2014-01-05Text3d: font family dupli-objects now follow rotation of the curve pathCampbell Barton
2014-01-05Text3d: minor edits to the API, remove BKE_vfont_to_curve_nubase_exCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-05Text3d: paste additionsCampbell Barton
2014-01-05Code cleanup: fix type in malloc id stringSergey Sharybin
2014-01-05Fix memory leak caused by main library splitSergey Sharybin
2014-01-05Fix crash when having multiple text objects sharing the same curve datablockSergey Sharybin
2014-01-05Code cleanup: preprocessor indentation inside #ifdef blockSergey Sharybin
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
2014-01-05Text3d: fix for smallcaps modifying the original text input in editmode.Campbell Barton
2014-01-05Text3d: smallcaps wasnt working properly for text-on-pathCampbell Barton
2014-01-05Text3d: remove sepchar, old feature which no longer has any UI access.Campbell Barton
2014-01-05Text3d: error in own recent fix for thread safetyCampbell Barton
2014-01-05Fix T38024 crash when rebuilding sculpt mode buffers.Antony Riakiotakis
2014-01-04More tweaks to clip middle:Bastien Montagne