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
2010-10-12bugfix [#23191] Ctrl-LMB quick extrude problem with non-perpendicular edges/f...Campbell Barton
2010-10-11Fix #24215: Bad shorcut indication for Bezier curve handles.Sergey Sharybin
2010-10-11Fix for [#20064] Cloth simulation doesn't stop when marker is set back to fra...Janne Karhu
2010-10-11Revert r32330 and reopening #24184. The change breaks input where modifier ke...Nathan Letwory
2010-10-11[#24045] heat weight fails on specific geometry.Campbell Barton
2010-10-11bugfix [#24214] F6 "last operator" panel repeatable segmentation faultCampbell Barton
2010-10-11bugfix [#23412] Weightpaint and rotate around bonesCampbell Barton
2010-10-11weight-paint in solid draw mode would draw the wire twice, also change wire d...Campbell Barton
2010-10-09bugfix [#23868] NodeGroup font resolution problem when editing itCampbell Barton
2010-10-08fix for console selection when pasting.Campbell Barton
2010-10-08bugfix [#24179] Button "Loop Cut and Slide" on Mesh Tools not workCampbell Barton
2010-10-08Fix #23358: template_curve_mapping doesn't work in split viewsSergey Sharybin
2010-10-08bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight paintin...Campbell Barton
2010-10-07Fix #24167: Timeline keyframes don't update when selecting objects from outlinerSergey Sharybin
2010-10-07Fix #24180: Make duplicates real doesn't update immediatly the outlinerSergey Sharybin
2010-10-07Fix for [#22250] Retopo projects to the wrong object when multiple objects ar...Janne Karhu
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-10-07remove calls to WM_event_add_mousemove r22031, from view2d operators since it...Campbell Barton
2010-10-06bugfix [#23311] Half a colour picker appearsCampbell Barton
2010-10-06[#24063] Error in RNA naming in SequenceCrop.min_x/y ;Campbell Barton
2010-10-06Unhide confirm on release property (otherwise, it's not easily modifiable in ...Martin Poirier
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-10-05patch [#24125] Fix for Slider Widget (UI)Campbell Barton
2010-10-05patch [#24146] UV layout selection menu in UV editor ala CTRL+TAB in edit modeCampbell Barton
2010-10-05bugfix [#24122] Shift-C doesn't work in "Camera View"Campbell Barton
2010-10-05Fix #24135: Material modification not immediately updated in OutlinerSergey Sharybin
2010-10-05bugfix [#23506] Bevel Modifier display problemCampbell Barton
2010-10-05- fix for crash when drawing a subsurf after a modifier that lost original in...Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-04[#22825] Copy Scenes with Audio Strip Crash.Campbell Barton
2010-10-04fix for copy in the console (wasnt taking the prompt into account)Campbell Barton
2010-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-03python console prompt + edit line is how selectable.Campbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-10-03Redraw object buttons on next/previous frame in 3dview, otherwise for instanceNathan Letwory
2010-10-02set the view3d used layer to be an unsigned int, mask out localview layers to...Campbell Barton
2010-10-02for view layer calculation, only break early if all layers are set, was break...Campbell Barton
2010-10-02Fix #22348: disabled image editor curves on non-float images, this neverBrecht Van Lommel
2010-10-02make fly mode border draw into a area drawing callback rather then using a fl...Campbell Barton
2010-10-02move window matrix translation into its own function. (no functional changes)Campbell Barton
2010-10-02Anti-Aliasing support for opengl render (belated durian todo),Campbell Barton
2010-10-02Fix for last fix, should have checked it actually worked :)Brecht Van Lommel
2010-10-02Fix #24077: convert operator not updating outliner. Note about notifiers:Brecht Van Lommel
2010-10-02Fix #24103: copy logic bricks to objects with the same data didn't work.Brecht Van Lommel
2010-10-02Fix #24096: shift+A add menu not working in pose mode. Useful to have itBrecht Van Lommel
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-10-01minor adjustment to camera object drawing so arrow stays same size independen...Campbell Barton