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-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-23Code Cleanup: whitespaceCampbell Barton
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-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 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
2014-01-20Fix T38221: node fcurves in compositor get deleted when muting a node.Lukas Tönne
2014-01-20Followup for 1728c1e: we don't need to replace flags at allSergey Sharybin
2014-01-20Fix for flag not being restored in BKE_vfont_to_curve_exCampbell 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-17Sequencer: don't cache frames during proxy rebuild jobSergey Sharybin
2014-01-17Followup to d03e768: was wrongly (void) non-existing argumentSergey Sharybin
2014-01-17Fix T38260: Missing object update with two visible scenesSergey Sharybin
2014-01-17Code Cleanup: spellingCampbell Barton
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