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-23Fix for IMB_(un)premultiply_rect_float() not doing right businessSergey Sharybin
2014-01-23Fix T38284: Crash with several shrinkwrap constraint using same targetSergey Sharybin
2014-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2014-01-23Fix T38042: Keymap crash after reloading operatorsCampbell Barton
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton
2014-01-23Fix T38328: GLSL display shows texture mapping completely messed up in some c...Bastien Montagne
2014-01-23Fix T38110: GameEngine keyboard sensor ignores unicode charactersCampbell Barton
2014-01-23BGE Bitmap Text: add in check if the character is outside the rangeCampbell Barton
2014-01-23Fix T38325: Game Engine Bitmap fonts failed for characters >128Campbell Barton
2014-01-23Tab theme colorsCampbell Barton
2014-01-22Fix T38316: Half of a Face is Missing on Newly Created Cubes or Cylinders.Bastien Montagne
2014-01-22Fix T38323: blender viewport render in particle hair edit mode renders halos.Brecht Van Lommel
2014-01-22Fix T37940: Curve Render bug in Blender Internal Render.Sergey Sharybin
2014-01-22Fix T38319: no camera error message for render not showing correctly.Brecht Van Lommel
2014-01-22Fix T37198: Vorbis encoding is brokenSergey Sharybin
2014-01-22Fix tool properties region drawing even if the toolbar is hidden.Brecht Van Lommel
2014-01-22Fix T38318: blender internal viewport now uses viewport, not render visibility.Brecht Van Lommel
2014-01-22Fix for particle emission bug, reported on IRC by Thomas BeckLukas Tönne
2014-01-22Revert "Fix T37920: BGE LibLoad failed for meshes with no materials"Campbell Barton
2014-01-22Fix T38011 and cleanup of Lens Distortion node code.Lukas Tönne
2014-01-22Fix T38312: Crash when using snap transform in edit modeSergey Sharybin
2014-01-22Make memory checker happy about FileGlobalSergey Sharybin
2014-01-22BMesh: collapse_uvs - avoid clearing and flagging for every cd-layerCampbell Barton
2014-01-22Fix T38306: dupliframes causing viewport render to continually restart.Brecht Van Lommel
2014-01-21Usual UI messages fixes.Bastien Montagne
2014-01-21Add missing struct Lattice declaration.Bastien Montagne
2014-01-21Code Cleanup: reduce sign conversionCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Minor cleanup from latest coverity checks - if we have a previous curve, we c...Bastien Montagne
2014-01-21Optimize tessellation code (min 20% better, up to 300% with some CD layers to...Bastien Montagne
2014-01-21Timing macros: remove the (void)0 at the end of TIMEIT_BLOCK_INIT,Bastien Montagne
2014-01-21Replace XOR swapping by default ("naive", with extra var) one.Bastien Montagne
2014-01-21Fix T38265: transferring vertex weights from an object with modifiers not wor...Brecht Van Lommel
2014-01-21Fix T38298: crash saving float image with 3 channels from exr to png/jpeg.Brecht Van Lommel
2014-01-21Revert "Fix T38303: Inconsistent sorting of names in Append/Link view"Campbell Barton
2014-01-21Fix T38303: Inconsistent sorting of names in Append/Link viewCampbell Barton
2014-01-21Fix T38302: sequencer animation data lost in original scene when copying scene.Brecht Van Lommel
2014-01-21Fix T38300: Bevel didn't always reconstruct faces properly.Howard Trickey
2014-01-21Fix T38303: same names with different case sorted unpredictable in the file b...Brecht Van Lommel
2014-01-21Fix T38128: snapping to node border uses node centers.Lukas Tönne
2014-01-21Fix for dupli's using float for id's and signed/unsigned conversionCampbell Barton
2014-01-21Code cleanup and structural improvements for dupli generation.Lukas Tönne
2014-01-21Fix for Freestyle stroke rendering performed for each SSS material.Tamito Kajiyama
2014-01-21Fix T38295: Crash when changing screen with different visible layersSergey Sharybin
2014-01-21Cleanup: no need to use constraint space transform API here, we can directly ...Bastien Montagne
2014-01-21Fix T38251: "Apply Visual Transform to Pose" Offsets bone unpredictablyBastien Montagne
2014-01-21Fix for own refcount error in recent commitCampbell Barton
2014-01-21Fix own mistake with zealous check for face splittingCampbell Barton
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-21Fix T38264: undo/redo broken with text overwrite mode in text editor (insert ...Justin Dailey