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-12-08Correction to previous commit, sorrySergey Sharybin
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-08Fix T37212: Wrong user counter when more than 32K usersSergey Sharybin
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-12-08Math lib: optimize hsv/rgb conversionCampbell Barton
2013-12-083D Text: delete selection before pastingCampbell Barton
2013-12-08Minor addition for completeness (unlikely to happen), make sure newAntony Riakiotakis
2013-12-08Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlinesAntony Riakiotakis
2013-12-08Fix T37731: some window manager operators unnecessarily required a window to ...Brecht Van Lommel
2013-12-08Fix T37326 inversion of image channels did not do an undo push. Now only do a...Antony Riakiotakis
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-07Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABSCampbell Barton
2013-12-07Compiler warnings: quiet warnings for gcc4.7xCampbell Barton
2013-12-07Fix T37722 - Can't undo deleting a screen layoutJoshua Leung
2013-12-06Alpha channel of a plane track image works fine in MCE nowSergey Sharybin
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-12-06Rectangle API: add single axis intersection checkCampbell Barton
2013-12-06Fix T37710: Missing bounds check for active UI list item could crash.Campbell Barton
2013-12-06Appease grumpy ole gcc 4.7 of MinGW64 (possibly gcc 4.6 of MinGW32 too?)Antony Riakiotakis
2013-12-06Forgot to theme-ify color of shadow UVs (color used to draw uvs duringAntony Riakiotakis
2013-12-05Correction to fix of T37688Sergey Sharybin
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-12-05Fix for own error in recent tessellation update.Campbell Barton
2013-12-05Fix T37698: Crash from invalid context access when freeing customLukas Tönne
2013-12-05Fix T37688: User Preferences do not load correctlySergey Sharybin
2013-12-05Fix T37703: Shadow pass output image is mangled.Sergey Sharybin
2013-12-05Blender Internal: Fix for rendered view crash that happens when changing scre...IRIE Shinsuke
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-05Compiler warnings: quiet float/double conversion warningCampbell Barton
2013-12-04Fix T37189: Inconsistent icons for Force fieldSergey Sharybin
2013-12-04Fix T37680: Texture image scale is not refreshingSergey Sharybin
2013-12-04Add alloca include for MSVCCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-12-04Fix T37690: UI does not immediatelly reflect new length of effect stripSergey Sharybin
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-12-04Code cleanup: remove unused color management functionsSergey Sharybin
2013-12-04Compiler Warnings: disallow 'long' in DNA, its not reliably 64bit (gcc only)Campbell Barton
2013-12-04User interface: internal change, collect panels to draw before drawing.Campbell Barton
2013-12-04Fix UI bug with 'socket menus' (used e.g. by cycles' Material panels).Bastien Montagne
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-12-04Usual UI messages fixes & tweaks.Bastien Montagne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-12-03Fix T37663: Black matcap when object located on a curveSergey Sharybin
2013-12-03Fix T37670: Paint mode + procedural map colours errorSergey Sharybin
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-12-03View Navigation: Walk and Fly modesDalai Felinto
2013-12-03Code Cleanup: minor changes fly-mode edits, use copy_v3_fl3, remove commentsCampbell Barton
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton