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
2015-04-08Merge branch 'wiggly-widgets' into gooseberryJulian Eisel
2015-02-10Add second widget call in-sceneAntony Riakiotakis
2015-02-10Fix error in last commitAntony Riakiotakis
2015-02-10Separate widget drawing to update and draw phase to make in-scene widgetAntony Riakiotakis
2015-02-09WIP code to use in scene drawing for widgets.Antony Riakiotakis
2015-02-05Move priority of widget handler back for node editor. Still not veryAntony Riakiotakis
2014-12-22Little experiment: hook up a transform operator to a bone facemap. ForAntony Riakiotakis
2014-12-22Facemap widgets:Antony Riakiotakis
2014-12-12Support for custom cursors for widgets.Antony Riakiotakis
2014-12-12Minor adjustments to the cage transform widget and sequencer operator.Antony Riakiotakis
2014-12-10Sequencer operator that uses widgets and controls the placement of theAntony Riakiotakis
2014-12-10Fix some registration issues, also add scale property for sequencerAntony Riakiotakis
2014-12-10Something draws now in sequencer when we register the widget for theAntony Riakiotakis
2014-12-10Yet more refactoring:Antony Riakiotakis
2014-12-10Privatize registration function for individual widgets.Antony Riakiotakis
2014-12-10Create sequencer widget handlersAntony Riakiotakis
2014-12-10Add back idnames to the widgetmaps, we could well need to define bothAntony Riakiotakis
2014-12-09Big refactor commit.Antony Riakiotakis
2014-12-08Code for runtime registration of widgets that should make it possible toAntony Riakiotakis
2014-12-08Scale handlers for the rectangle transform workingAntony Riakiotakis
2014-12-06Initial Python API for WidgetsCampbell Barton
2014-12-06minor corrections to last commitCampbell Barton
2014-12-06Widget API: remove unused identifier memberCampbell Barton
2014-12-05Add back an extra paramater to the intersection function to determineAntony Riakiotakis
2014-12-01More cleanup to the widget API.Antony Riakiotakis
2014-12-01Widgets: Cleanup, no draw flag now, widgets are fully dynamic. AlsoAntony Riakiotakis
2014-11-29Refactor widgets to always be recreated on redraw - like buttons.Antony Riakiotakis
2014-11-28Add stub operator for widget operation so it is blocking and events do not getAntony Riakiotakis
2014-11-212D widgets Cleanup:Antony Riakiotakis
2014-11-19More refinement to the widget system. Now camera widget should beAntony Riakiotakis
2014-11-19Add flag so widgets only draw on mouse over.Antony Riakiotakis
2014-11-19Arrow widget interaction:Antony Riakiotakis
2014-11-17More info for widget undo push stringAntony Riakiotakis
2014-11-16WIP cage transform.Antony Riakiotakis
2014-11-12Change widget interaction slightly so transform works immediately.Antony Riakiotakis
2014-11-10WidgetMaps:Antony 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-10-17Hook widget event to the lamp operator.Antony Riakiotakis
2014-10-17Store the active widget in the context. This allows us to first call theAntony Riakiotakis
2014-10-17Arrow handler that does something useful (tm). However still not hookedAntony 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-17Classic fix linking of the widget library.Antony Riakiotakis
2014-10-15More API reorganizationAntony Riakiotakis
2014-10-15WIP commit, basically introducing a few things here:Antony Riakiotakis
2014-10-15Only detect active widget on mousemoves. Now handler operates onAntony Riakiotakis