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-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-27Fix build error in depsgraph refactoring commit.Brecht Van Lommel
2013-02-26Add: [#34443] Ability to set 'Pivot Center for rotation/scale' missing in wei...Gaia Clary
2013-02-26Dependency Graph: refactoring to move private functions to the private header,Brecht Van Lommel
2013-02-26Add missing select menu for weight, vertex, texture paint modes.Campbell Barton
2013-02-26fix own regression since 2.65 [#34438] Solidify crease bugCampbell Barton
2013-02-26Camera tracking: support refining radial K1, K2 onlySergey Sharybin
2013-02-26patch [#34437] Fix text editor bug: ctrl+F is not configurableCampbell Barton
2013-02-26add ctest for keyconfig_utils to check for missing items.Campbell Barton
2013-02-26fix [#34415] Edge slide results in segmentation fault on certain meshCampbell Barton
2013-02-26OpenGL: implemenation of fixed function lighting as per pixel GLSL shaders. TheBrecht Van Lommel
2013-02-26Fix OS X build error with Quicktime, need <stdio.h> for FILE usage.Brecht Van Lommel
2013-02-26fix [#34423] Foreach_get crash for any non existant attributeCampbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-26add define for drag toggle.Campbell Barton
2013-02-26rigidbody: Don't set object to rigid body on dummy transformSergej Reich
2013-02-26revert some changes from own commit r54850 which broke undo for toggle button...Campbell Barton
2013-02-25Some minor UI messages fixes.Bastien Montagne
2013-02-25fix: #34427: Collada export crash with armatureGaia Clary
2013-02-25rigidbody: Don't embed collision margin if object has no volumeSergej Reich
2013-02-25Fix compilation error with libmv disabledSergey Sharybin
2013-02-25only apply workaround for [#33223] when using intel cards on windows.Campbell Barton
2013-02-25Check if the variable is a string and split nicely, so compile command stays ...Nathan Letwory
2013-02-25fix for toggle buttons not taking effect on mousedown.Campbell Barton
2013-02-25Camera tracking, minor changes:Sergey Sharybin
2013-02-25Camera tracking: libmv distortion API now also uses camera intrinsicsSergey Sharybin
2013-02-25code cleanup: camera trackingSergey Sharybin
2013-02-25BGE: Fixing a crash reported by Ace Dragon on BA. It looks like Object->totco...Mitchell Stokes
2013-02-25fix for weight paint using values over 1.0 when blending,Campbell Barton
2013-02-25fix for own error r54703, the event->mval was relative to a different region.Campbell Barton
2013-02-25Hidding the append: already linked message if G.debug is false. This gets rid...Mitchell Stokes
2013-02-25Fix for collapse-edges crash in dyntopoNicholas Bishop
2013-02-25patch [#34411] Patch for image drag and drop to create Empty rather than BG i...Campbell Barton
2013-02-25style cleanupCampbell Barton
2013-02-24pointcache: Fix freeing all bakes in particle modeSergej Reich
2013-02-24BGE: Adding back the virtual destructor to PHY_IPhysicsController, which was ...Mitchell Stokes
2013-02-24Some UI messages fixes...Bastien Montagne
2013-02-24Fix scons building...Bastien Montagne
2013-02-24rigidbody: Allow collision groups to be animatedSergej Reich
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-24Bug fix #34384Ton Roosendaal
2013-02-24fix for own commit r54806 with argument order and multisampling.Campbell Barton
2013-02-24Fix for uiButGetStrInfo: We need a string value here, return BPY_I18NCONTEXT_...Bastien Montagne
2013-02-24BGE: Removing the source files for the PHY interfaces since they just contain...Mitchell Stokes
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-24GHOST/X11 - free memory allocated by XF86VidModeGetAllModeLines(),Campbell Barton
2013-02-24rigidbody: Fix motion paths calculation being incorrect for rigid bodiesSergej Reich
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-24rigidbody: Code cleanupSergej Reich
2013-02-24Fix for image alpha version patch with library linked files where the imageBrecht Van Lommel