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-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
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-13fix [#33156] Ctrl+L Link modifiers produce copies with identical namesCampbell Barton
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-13Bugfix #33159Ton Roosendaal
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12style cleanupCampbell Barton
2012-11-11style cleanupCampbell Barton
2012-11-11Fix #32398: Mirror modifier with "Merge" enabled producing pairs of facesBen Batt
2012-11-09Sequencer: disabled sequencer recursion and corrected rendered preview modeSergey Sharybin
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09Fix #33123: lamp nodes drivers not working, now uses same hacks as materialBrecht Van Lommel
2012-11-09Edits for consistency with other parts of codeJoshua Leung
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09Fix crash when copying scene with sequencer's animation using Link Objects or...Sergey Sharybin
2012-11-09add a distance limit to the shrinkwrap modifiers project mode,Campbell Barton
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ...Campbell Barton
2012-11-09Fix #33082: dupliverted metaball showing wrong in cycles render and metaballBrecht Van Lommel
2012-11-08Fix #33113: cycles not rendering motion blur correct with dying particles.Brecht Van Lommel
2012-11-08Render: make default lamp size smaller (10cm instead of 1m in typical units).Brecht Van Lommel
2012-11-08Fix #33116: Blender Crashes when saving inside Sculpt Mode with with GLSL and...Sergey Sharybin
2012-11-08Added Map Taper option which if enabled maps affect of taper object onSergey Sharybin
2012-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton