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-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Fixed a possible access to null pointer reference.Sergey Sharybin
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-02-01Math lib: simplify size_to_mat4 and use in b_bone_spline_setupCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-30More snapping fixes (this is ridiculous).Bastien Montagne
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-30Fix T38409: Snapping BugBastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-29Fix T38388: Creating a new scene with full copy sets rigidbody collision shap...Sergej Reich
2014-01-29Move depsgraph debug print under --debug-depsgraph command line argumentSergey Sharybin
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-28Followup to the previous commitSergey Sharybin
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-28Rework detector API and implement Harris detectorSergey Sharybin
2014-01-28libavcodec API usage: use new video encoding APIAnton Khirnov
2014-01-28Change libavcodec CODEC_ID_* to AV_CODEC_ID_*Anton Khirnov
2014-01-27Revert the removal of Blender Internal Edge rendering, after artist feedback.Thomas Dinges
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2014-01-27Implement clipboard for mask splinesSergey Sharybin
2014-01-27Code Cleanup: de-duplicate nested node tree checkingCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-26Cleanup of BLI_smallhashBastien Montagne
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24Fix currently harmless issue with converting ImBuf from sequencer spaceSergey Sharybin
2014-01-23Fix T38337: Crash when calling to_mesh() on a Curve object after clearing its...Sergey Sharybin
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-23Fix crash when changing space type to 3D space when having multiple windowsSergey 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 T38328: GLSL display shows texture mapping completely messed up in some c...Bastien Montagne
2014-01-22Fix T38316: Half of a Face is Missing on Newly Created Cubes or Cylinders.Bastien Montagne
2014-01-22Fix T37198: Vorbis encoding is brokenSergey Sharybin
2014-01-22Fix for particle emission bug, reported on IRC by Thomas BeckLukas Tönne
2014-01-22Fix T38312: Crash when using snap transform in edit modeSergey Sharybin
2014-01-22Fix T38306: dupliframes causing viewport render to continually restart.Brecht Van Lommel
2014-01-21Code Cleanup: reduce sign conversionCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Optimize tessellation code (min 20% better, up to 300% with some CD layers to...Bastien Montagne
2014-01-21Fix T38302: sequencer animation data lost in original scene when copying scene.Brecht Van Lommel
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-21Code Cleanup: styleCampbell Barton
2014-01-21Fix T38264: undo/redo broken with text overwrite mode in text editor (insert ...Justin Dailey
2014-01-20Fix T38294: enabling hair dynamics very slow / hangs with many hairs.Brecht Van Lommel
2014-01-20Fix T38267: dynamic paint Use Object Material not working correct in some cases.Brecht Van Lommel