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
2014-11-19Arrow widget interaction:Antony Riakiotakis
2014-11-17Add flag so offset is applied in world, not screen space.Antony Riakiotakis
2014-11-16WIP cage transform.Antony Riakiotakis
2014-11-12Widgets: inverted/constrained to property range working for propertiesAntony Riakiotakis
2014-11-10Bound properties/operators to widgets at draw time. This fits our designAntony Riakiotakis
2014-11-07Allow separate widget data per editor.Antony Riakiotakis
2014-11-07Support undo. Scale stays same for non-3D widgetsAntony Riakiotakis
2014-11-05Add mapping to properties for widgets.Antony Riakiotakis
2014-11-05Make projection code for arrow widget better. Also add some code toAntony Riakiotakis
2014-11-05Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-10-28WM: clear operator memory on file loadCampbell Barton
2014-10-28WM: unneeded alloc the operator-type iteratorCampbell Barton
2014-10-17Hook widget event to the lamp operator.Antony Riakiotakis
2014-10-17Dummy handler for arrows, take care of some allocation issues forAntony Riakiotakis
2014-10-17Add callbacks for operator initialization. Now a widget will directlyAntony Riakiotakis
2014-10-15More API reorganizationAntony Riakiotakis
2014-10-14Widgets:Antony Riakiotakis
2014-10-13Implement non-3D drawing per widget.Antony Riakiotakis
2014-10-08ManipulatorGroup customdata.Antony Riakiotakis
2014-10-07WIP redesign of the system. Nothing functional (not even manipulator).Antony Riakiotakis
2014-10-01Highlighting for manipulator widget.Antony Riakiotakis
2014-10-01Tidy up the widget API, only do 3d intersection on widgetmaps thatAntony Riakiotakis
2014-10-01Widget API:Antony Riakiotakis
2014-10-01Refactoring of manipulator code to use selection evaluation and codesAntony Riakiotakis
2014-09-30WIP code reshuffling for widgetsAntony Riakiotakis
2014-09-29Manipulator now uses the widget system (no operators used).Antony Riakiotakis
2014-09-29Move manipulator handler to the widget system.Antony Riakiotakis
2014-09-29Draw manipulator from widget callback (handling still done separately)Antony Riakiotakis
2014-09-24change widget code, area now just stores a pointer to the widget listAntony Riakiotakis
2014-09-19Widgets API.Antony Riakiotakis
2014-09-10WM: Add utility wmOrtho2_*** funcsCampbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-14Follow up to previous commit.Antony Riakiotakis
2014-07-14Feature request:Antony Riakiotakis
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-06-13Code cleanup: use const for mouse location argCampbell Barton
2014-06-03Code cleanup: use typedefs for ui handler functionsCampbell Barton
2014-05-09Bake API: renaming WM_JOB_RENDER_BAKE to WM_JOB_OBJECT_BAKE and use it consis...Dalai Felinto
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-02-28Fix T38876: hide area split widget in lower left of widget on OS X.Brecht Van Lommel
2014-02-18NDOF: Fix for fly/walk mode ignoring axis invert optionsCampbell Barton
2014-02-09UI: replace uiPupMenuOkee & uiPupMenuSaveOver with WM_operator_confirmCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-29Option to lock the interface while renderingSergey Sharybin
2014-01-28File Reading: add wrapper function for WM_file_readCampbell Barton
2014-01-28Fix T38367: operators activated from popups didnt reuse settingsCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton