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-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-03-29Fix [#21542] Clear origin shortkey Alt+O in object mode doesn't workMatt Ebb
2010-03-24Fixed incorrect memcpy in subdivide operator.Sergey Sharybin
2010-03-24Fixed bug with incorrect cyclic beizer curve subdivision.Sergey Sharybin
2010-03-24- Use vector interpolation functions from math_vector module inSergey Sharybin
2010-03-24Fixed disappearing of NURBS surface when it's created from to joined nurbs cu...Sergey Sharybin
2010-03-24Added "Number of cuts" property to the bpy.ops.curve.subdivide operator.Sergey Sharybin
2010-03-23fix: Curve point was added somewhere outside the universe Andrea Weikert
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-14Bugfix for [#21602] "C" Hotkey conflict when editing curve.Thomas Dinges
2010-03-12- Hhighlight active nurb in edit modeSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-01Renamed the FILE_OPEN option for the file browser to FILE_OPENFILE to cleanup...Joshua Leung
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26Fix #20805: L selection in edit mode with bezier doesn't work.Brecht Van Lommel
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-12Fix [#20644] new curve sets itself to the origin, but the pivot to the cursorMatt Ebb
2010-01-11* Restored vertex parent Matt Ebb
2010-01-11* Removed popups from curve select random and Nth, also edited Matt Ebb
2010-01-11* Restored font selection functionality with open font and unlink font opera...Matt Ebb
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-24Removed a few operators that were just used to generate popup menus and repla...Matt Ebb
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-11Timeline Drawing Tweaks:Joshua Leung
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-11-30curve select toggle was broken from recent select operator updateCampbell Barton
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-23New CLICK event value. If RELEASE is not handled and last event was PRESS of ...Martin Poirier
2009-11-22Patch #19953: [2.5] repeated include entries in a number of SConscript filesJoshua Leung
2009-11-18- rna attribute setting problem, class instances could not set their own attr...Campbell Barton
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-10-29various small fixesCampbell Barton
2009-10-13Context operators for adjusting context values directly to avoid adding opera...Campbell Barton
2009-10-12realized some parts of the code might use screen/vert projection on instance ...Campbell Barton
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-202.5 filebrowserAndrea Weikert
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-122.5 filebrowserAndrea Weikert