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
2012-12-06fix [#31084] Dynamic Paint Blender File Crashes Blender.Campbell Barton
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-12-04Default PNG compression for new scenes is not 90% (same as default scene)Sergey Sharybin
2012-12-03Fix cycles viewport render getting stuck with driven/animated nodes, the updatedBrecht Van Lommel
2012-12-03Cleaning commented code in DM_update_weight_mcol (inactive since two releases...Bastien Montagne
2012-12-03R/G/B icons in node space backgroud channel selector all had same color wheel...Campbell Barton
2012-12-03fix [#33394] Skin modifier doesn't show generated skin mesh in EditMode with ...Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-01style cleanupCampbell Barton
2012-12-01fix [#33363] Text editor undo failJustin Dailey
2012-11-30Removed unused register_ lines from for and while loop nodes. These nodes wer...Lukas Toenne
2012-11-30Fix #33357: Strip modificator Bright/Contrast doesn't work correct for byte i...Sergey Sharybin
2012-11-30Fix #33353: Smoke color problems with adaptive domainMiika Hamalainen
2012-11-30fix for r51636 - making the lens work in ortho mode made view-all and local-v...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-28Fix #33295: Shifted movie strip when rendering <100% resolution for strip wit...Sergey Sharybin
2012-11-27add osl shader scripts to bpath walker (so making paths absolute or relative ...Campbell Barton
2012-11-27Masking: fixed bug with vector handles not updating when CV is parented to a ...Sergey Sharybin
2012-11-27remove unmaintained eltopo, keeping scons/cmake entries, but commenting out u...Campbell Barton
2012-11-27Fix crash opening .blend file with missing lib linked scene and no local scene.Brecht Van Lommel
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-26Fix wrong color space used for generated float imagesSergey Sharybin
2012-11-26fix for crash copying nodes, regression since last release.Campbell Barton
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-24IK Solver:Brecht Van Lommel
2012-11-23Basic work to solve "New" translation mismatch (this is an adjective, which o...Bastien Montagne
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-23Bugfix [#33268] Crash when delete all or segment from curve with SplineIKJoshua Leung
2012-11-22Fix for animation possible offset in sequencer.Sergey Sharybin
2012-11-22Fix #33263: Sequencer Command Line BugsSergey Sharybin
2012-11-21Patch #33242: ffmpeg AAC/AC3 encodingSergey Sharybin
2012-11-21Fix #33252: VSE preview displays wrong color spaceSergey Sharybin
2012-11-21Fix #33253: VSE preview doesn't display compositorSergey Sharybin
2012-11-21py api: BMesh.from_object() was using the derivedFinal, which isn't always av...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-19Fix #33234: Search string crashes BlenderSergey Sharybin
2012-11-19Improved FFmpeg error reports when audio stream failed to be allocatedSergey Sharybin
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17Fix #33209: Opening an image with image node on Compositing freezes BlenderSergey Sharybin
2012-11-16Python/Context: do not allow any UI context access from threads like renderBrecht Van Lommel
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15fix for deleting lines hanging the text editor when no markers are used, pres...Campbell Barton
2012-11-15Patch [#31006] Text editor undo buffer rework.Justin Dailey