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
2014-01-13UI Icons: store icons in git as uncompressed pixmaps (D196)Campbell Barton
2014-01-13Fix T37886: Material does no update when changing keyframes in dopesheetSergey Sharybin
2014-01-13Fix T38040: Crash after loading big image file in compositorSergey Sharybin
2014-01-13Compilation error fix and strict warning silence for previous commitsSergey Sharybin
2014-01-13Remove direct lattice modifiers calc from the drawing codeSergey Sharybin
2014-01-13Avoid memcpy to self when validating UV layer nameSergey Sharybin
2014-01-13Remove direct mball creation from object conversionSergey Sharybin
2014-01-13Remove direct mball creation from the drawing codeSergey Sharybin
2014-01-13Make bvhutil safe for multi-threaded usageSergey Sharybin
2014-01-13Fix T38139: Objects which are in cyclic dependency are not updatedSergey Sharybin
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-13Remove direct displist creation from array modifierSergey Sharybin
2014-01-13Remove direct displist creation from constraintsSergey Sharybin
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-13Code cleanup: no need to check display list elements in texture space matchSergey Sharybin
2014-01-13Remove direct displist creation from object conversionSergey Sharybin
2014-01-13Remove direct displist creation from bevel codeSergey Sharybin
2014-01-13Remove direct displist creation from drawing codeSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Bevel fixes for profiles: better way to calculate.Howard Trickey
2014-01-12Fix T38124: Grease Pencil Line thicknessBastien Montagne
2014-01-12UIList tweak: make active item visible when it changes somehow (useful e.g. w...Bastien Montagne
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12UI: More consistency for T/N sidebars. Logic Editor Properties are on the rig...Thomas Dinges
2014-01-12Fix T38160, N and T sidebars in Image Editor are swapped. Now the Properties ...Andrew Buttery
2014-01-11Code Cleanup: move MOUSEX/Y to BGE, describe INBETWEEN_MOUSEMOVECampbell Barton
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Events: Use INBETWEEN_MOUSEMOVE for inactive windows too.Campbell Barton
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2014-01-11Image API: add frame argument to gl_load(), gl_touch()Campbell Barton
2014-01-11Fix T38150: correct fix this timeCampbell Barton
2014-01-10Fix T38149: crash adding metaball with zero radius.Brecht Van Lommel
2014-01-10Fix clang warning for (harmless) use of uninitialized variable.Brecht Van Lommel
2014-01-10Fix T38142: socket interface 'type' enums are not initialized. These areLukas Tönne
2014-01-10Fix T38150: BMLayerCollection.items/values docs switchedCampbell Barton
2014-01-10Fix for random crash in localized node group freeing while tweakingLukas Tönne
2014-01-09OpenCollada: Fix error in printf-format (too much arguments).Bastien Montagne
2014-01-09Cleanup: mostly, prefer array syntax to pointer arithmetic (keep the later on...Bastien Montagne
2014-01-09Fix T38135: Global start and end point of the curve was set to zero radius & ...Bastien Montagne
2014-01-09Grease pencil 'convert to curve' code: some cleanup & refactor.Bastien Montagne
2014-01-09Cleanup: Remove tabs in empty lines, use bool when possible instead of int, a...Bastien Montagne
2014-01-09Code cleanup: remove WIP code came from the GSoC branchSergey Sharybin
2014-01-09Fix own regression in font->curve conversionSergey Sharybin
2014-01-09Fix T38083: submenu arrow is overlayed by menu hotkeyCampbell Barton
2014-01-09Fix T38077: Scaling bones in EditMode drawn using envelope display mode scale...Joshua Leung
2014-01-09Fix T38138: incorrect API docsCampbell Barton