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-02-27add PHY headers to cmake's ketsji (else some IDE's won't show)Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-26Add: [#34443] Ability to set 'Pivot Center for rotation/scale' missing in wei...Gaia Clary
2013-02-26Add missing select menu for weight, vertex, texture paint modes.Campbell Barton
2013-02-26fix [#34415] Edge slide results in segmentation fault on certain meshCampbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-26add define for drag toggle.Campbell Barton
2013-02-26rigidbody: Don't set object to rigid body on dummy transformSergej Reich
2013-02-26revert some changes from own commit r54850 which broke undo for toggle button...Campbell Barton
2013-02-25fix for toggle buttons not taking effect on mousedown.Campbell Barton
2013-02-25fix for weight paint using values over 1.0 when blending,Campbell Barton
2013-02-25fix for own error r54703, the event->mval was relative to a different region.Campbell Barton
2013-02-25patch [#34411] Patch for image drag and drop to create Empty rather than BG i...Campbell Barton
2013-02-25style cleanupCampbell Barton
2013-02-24pointcache: Fix freeing all bakes in particle modeSergej Reich
2013-02-24Some UI messages fixes...Bastien Montagne
2013-02-24Fix scons building...Bastien Montagne
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-24Bug fix #34384Ton Roosendaal
2013-02-24Fix for uiButGetStrInfo: We need a string value here, return BPY_I18NCONTEXT_...Bastien Montagne
2013-02-23Bug fix #34347Ton Roosendaal
2013-02-23Bugfix #34374Ton Roosendaal
2013-02-22Fix #34357: image editor scope and clip editor track preview did not resizeBrecht Van Lommel
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2013-02-22Fix for [#34356] Inputs list in file output doesn't appear properly.Thomas Dinges
2013-02-22remove 'register' from drag-toggle operator (so it doesn't show in the redo p...Campbell Barton
2013-02-22Motion tracking dopesheetSergey Sharybin
2013-02-22change to drag-toggle don't exit when the mouse is outside the region - its a...Campbell Barton
2013-02-22code cleanup: switch argument order for button_activate_exit() but/data args ...Campbell Barton
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-22Whitespace fixesJoshua Leung
2013-02-22Animation Editors: Operators to Group/Ungroup Selected F-CurvesJoshua Leung
2013-02-22code cleanup: remove unused argCampbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21Object Select Similar tool now has a Pass Index option.Brecht Van Lommel
2013-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-21use radians for BLF_rotationCampbell Barton
2013-02-21code cleanup: remove ctrl option from FONT_OT_line_breakCampbell Barton
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-02-20Fix visible seams on normal map bake due to clear colour being black:Antony Riakiotakis
2013-02-20Fix DPI not taken into account for header text (e.g. during transform).Brecht Van Lommel
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-20Raise a bit Header string fixed length, else some translations (e.g. Japanese...Bastien Montagne
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-20fix [#32294] Navmesh crashed if on creation navmesh is also selectedCampbell Barton
2013-02-20remove unneeded call to RNA_property_enum_get(), the icon was always overwrit...Campbell Barton
2013-02-20change to proportional editing suggested by Jeroen Hoolmans,Campbell Barton