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-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-18Increase maximum allowed amount of points for Splines in both U and V directionsSimon Repp
2014-01-18Send sequencer render context as const pointer rather than as valueSergey Sharybin
2014-01-18Make it possible to hide/unhide a node during node transform operations.Monique Dewanchand
2014-01-17Math: Code cleanupSergej Reich
2014-01-17Blender Internal: Tweak GLSL preview of the spot lamp to use shadow buffer al...IRIE Shinsuke
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-17UI/Modifiers: add missing icon for Wireframe modifierSimon Repp
2014-01-17Fix T38141: wrong add reroute node location with shift LMB cut on OS X / retina.Brecht Van Lommel
2014-01-17Sequencer: don't cache frames during proxy rebuild jobSergey Sharybin
2014-01-17Followup to d03e768: was wrongly (void) non-existing argumentSergey Sharybin
2014-01-17Remove confusing recalc flag from simplify update callbackSergey Sharybin
2014-01-17Fix T38260: Missing object update with two visible scenesSergey Sharybin
2014-01-17Similar reshuffling of theme settings order for DopeSheet to ensure pairs end...Joshua Leung
2014-01-17Reshuffle Graph Editor theme settings to get pairs of settings to line upJoshua Leung
2014-01-17Bump up default size of vertices in Graph Editor to make them easier to see/s...Joshua Leung
2014-01-17Fix T38161: Copy Material to Others causes incorrect viewport display if targ...Bastien Montagne
2014-01-17Blender Internal: Correct GLSL preview, material using shader nodes didn't co...IRIE Shinsuke
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-17BMesh: minor optimization for remove doublesCampbell Barton
2014-01-17EditMesh: add delete loose operator (access from Cleanup menu)Campbell Barton
2014-01-17BMesh: add bmesh delete functions that dont depend on operator flagsCampbell Barton
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2014-01-17Fix for long keyframes not getting faded out with their associated keyframes ...Joshua Leung
2014-01-17Assorted polish fixes for keyframe theme settings patchJoshua Leung
2014-01-17T37579: Theme settings for Keyframe ColoursJose Molina Garcia
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-17Outliner: minor speedup for drawing, avoid 3 rna lookups per objectCampbell Barton
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-16Minor change to last commit to solidify, only allocate bitmap as neededCampbell Barton
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-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-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