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
2013-03-15Add missing operators from paint modes:Antony Riakiotakis
2013-03-15Support for rake in 2D image painting.Antony Riakiotakis
2013-03-15Fixes for 2d painting:Antony Riakiotakis
2013-03-15Fix #34633: Merge First/Last crashes BlenderSergey Sharybin
2013-03-14converting a mesh to a curve was unnecessarily using tessface's.Campbell Barton
2013-03-14use floats for knife tool internal mouse coord.Campbell Barton
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14ui_def_but() allocating an extra byte in 'but->str' for no reason.Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-14add BLI_strncpy_rlen(), a clone of BLI_strncpy() that returns the number of b...Campbell Barton
2013-03-14Fix #34616: Wrong face culling for curves with constructive modifiersSergey Sharybin
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-14Quick fixes for previous commitJoshua Leung
2013-03-14NLA Editor: Operator to add AnimData to selected objects so that they can appearJoshua Leung
2013-03-14Bugfix: Filtering option in NLA Editor to include AnimData blocks with noJoshua Leung
2013-03-14fix reading out of buffer bounds for recent vertex paint commit.Campbell Barton
2013-03-14Remove OPTYPE_REGISTER flag from click handler operator for anim editorsJoshua Leung
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-14More AnimData selection fixesJoshua Leung
2013-03-14Bugfix: Selecting AnimData "expanders" in AnimEditors works againJoshua Leung
2013-03-14Fix silly mistake that could lead to crash. Also, slight cleanup/renameAntony Riakiotakis
2013-03-14Support for textures in vertex painting.Antony Riakiotakis
2013-03-14Two new Features:Antony Riakiotakis
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-13Fix [#34621] I18n Switch Issue When Gimbal and Rotation Manipulator On.Bastien Montagne
2013-03-13Bug fix #34620Ton Roosendaal
2013-03-13Fix [#34628] Shift-V (vertex slide) does no longer show "vertex slide:" for t...Bastien Montagne
2013-03-13fix for minor glitch in recent addition to create faces from partial selections.Campbell Barton
2013-03-13Fix node group drawing not taking into account DPI properly.Brecht Van Lommel
2013-03-13Fix write past end of array in recent texture sampling refactoring commit, andBrecht Van Lommel
2013-03-13Fix wrong use of enum in UI code to reactive button on mouse over, this workedBrecht Van Lommel
2013-03-13Outliner: recursive select/deselect visibility and selectable unconditionallyGaia Clary
2013-03-13Outliner fix: selecting a bone did not unselect other bones when they are loc...Gaia Clary
2013-03-13Some small fixes found while investigating on bug [#34621] I18n Switch Issue ...Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-13style cleanupCampbell Barton
2013-03-12Fix for strict compiler's flagsSergey Sharybin
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12Ouliner: Added recursive setting of (visibility/selectability) for bones (Edi...Gaia Clary
2013-03-12replace sprintf -> strcpy where its not needed.Campbell Barton
2013-03-12fix own regression in 2.66 [#34610] Text editor: Syntax highlighting freezesCampbell Barton
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-12ruler: disable rotate with ruler drawing, was drawing too pixelated and hard ...Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-11Fix for [#34598] Modifier-Icon in Outliner does not appearThomas Dinges
2013-03-11Minor cleanup: We always use colour correction now for float buffers. Get rid...Antony Riakiotakis
2013-03-11Fix #34589. There was no space conversion being done between layers inAntony Riakiotakis