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
2012-10-08Allow user config files in qtcreator project.Lukas Toenne
2012-10-08resize info header (was too much white space)Campbell Barton
2012-10-08speaker and empty where hardly visibleCampbell Barton
2012-10-08update to ubuntu themeCampbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-10-08quiet msvc warning & allow zero arguments to add functions.Campbell Barton
2012-10-08Code cleanup - Convert if blocks to switchJoshua Leung
2012-10-08style cleanup: pep8Campbell Barton
2012-10-08Do not use nodeLabel() to generate new nodes' names, this is an UI func retur...Bastien Montagne
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-08Fix #32803: Incorrect sequencer color space for newly added scenesSergey Sharybin
2012-10-08Code cleanup - silence some "uninitialised" warnings in BMesh codeJoshua Leung
2012-10-08Bugfix: No enum tooltips displayed for many 3D view navigation tools (+ CodeJoshua Leung
2012-10-08Display enum descriptions in tooltips for operators using a "type" or "mode"Joshua Leung
2012-10-08Patch [#32639] Pose breakdown confirm by Return KeyJoshua Leung
2012-10-08fix [#32799] right click select in filebrowser breaks opening foldersCampbell Barton
2012-10-08BGE: Setting up the RAS_ICanvas interface as the primary way to alter the OpenGLMitchell Stokes
2012-10-08add option to build without blenders default avi codec.Campbell Barton
2012-10-08fix for crash in the sequencer if the video file fails to load (missing NULL ...Campbell Barton
2012-10-08BGE: Disable depth testing when drawing the overhead profile information in t...Mitchell Stokes
2012-10-08quiet invalid warning in ffmpeg_log_callback with -Wmissing-format-attribute.Campbell Barton
2012-10-08code cleanup: replace VECADDISFAC with math function.Campbell Barton
2012-10-08minor edit to type checking macro to avoid clangs static checker tagging the ...Campbell Barton
2012-10-08Grease Pencil py-apiDan Eicher
2012-10-07BGE: When applying movement to an object with the Character physics type, use...Mitchell Stokes
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-10-07Revert fix for #31806, needs a better solution, can hang compiling some shaders.Brecht Van Lommel
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07code cleanup: grease pencil eraser had duplicated logic for getting screen co...Campbell Barton
2012-10-07code cleanup: use checks for empty rather then size in the BGECampbell Barton
2012-10-07fix for logical errorsCampbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-07code cleanup: glare stream operation was setting alpha array twice.Campbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-10-07rename avi files (endian.h is common linux include).Campbell Barton
2012-10-07patch [#32556] Stupid endian conversion in avi formatCampbell Barton
2012-10-07Optimization for endian switching, but shifting is a lot faster then using a ...Campbell Barton
2012-10-07patch [#32791] Spelling mistakes corrected.Campbell Barton
2012-10-07Fix render engine API compatibility breakage in end_result, this parameterBrecht Van Lommel
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...Mitchell Stokes
2012-10-06Force USE_QTKIT for osx 64bitJens Verwiebe
2012-10-06Fix for WITH_LLVM cmake option: When using WITH_CYCLES_OSL this option is for...Lukas Toenne
2012-10-06Avoid unecessary minimizer calculations in dualconNicholas Bishop
2012-10-06Code cleanups for dualcon octreeNicholas Bishop
2012-10-06Increase maximum octree depth to 12Nicholas Bishop
2012-10-06Cycles / OSL:Thomas Dinges
2012-10-06Improve flat-shaded VBO drawing for sculpt meshesNicholas Bishop
2012-10-06Code cleanups for PBVH GPU buffersNicholas Bishop
2012-10-06Fix for a case of 'static initialization fiasco' with OSL closure variables. ...Lukas Toenne
2012-10-06Fix for incomplete loading of liboslexec static library. This is needed in or...Lukas Toenne