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-06-04Merge branch 'master' into gooseberryLukas Tönne
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-15Merge branch 'master' into gooseberryAntony Riakiotakis
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-04-22Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-21Fix T44474: Rotation manipulator not hidden completely with all axesJulian Eisel
2015-02-24Cleanup leftover code from previous commitAntony Riakiotakis
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2015-02-17Merge branch 'master' into gooseberrySergey Sharybin
2015-02-17BMesh: calc_manipulator_stats can only check vertsCampbell Barton
2015-02-02Merge branch 'master' into gooseberryLukas Tönne
2015-01-31Compiler warning: double-promotionCampbell Barton
2014-11-19Bring back the old manipulator code, it works better with the transformAntony Riakiotakis
2014-11-17Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
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-07Support undo. Scale stays same for non-3D widgetsAntony Riakiotakis
2014-11-05Make projection code for arrow widget better. Also add some code toAntony Riakiotakis
2014-10-17Add callbacks for operator initialization. Now a widget will directlyAntony Riakiotakis
2014-10-15More API reorganizationAntony Riakiotakis
2014-10-15Manipulator:Antony Riakiotakis
2014-10-15Only detect active widget on mousemoves. Now handler operates onAntony Riakiotakis
2014-10-14Use a property to make the transform operator widget driven.Antony Riakiotakis
2014-10-14Change dial to something that resembles current rotation widget better.Antony Riakiotakis
2014-10-13Dial widget, used in rotation manipulator code.Antony Riakiotakis
2014-10-13Implement non-3D drawing per widget.Antony Riakiotakis
2014-10-08All translation axis now drawn and operated through the widget system.Antony Riakiotakis
2014-10-08* Manipulator Y 3D arrow moved and rotated correctly.Antony Riakiotakis
2014-10-08Green widget handles y translation properly.Antony Riakiotakis
2014-10-08ManipulatorGroup customdata.Antony Riakiotakis
2014-10-08WidgetGroup now handles updating the manipulator properties.Antony Riakiotakis
2014-10-07WIP redesign of the system. Nothing functional (not even manipulator).Antony Riakiotakis
2014-10-03Lamp widget:Antony Riakiotakis
2014-10-03Placeholder widget code for spotlampsAntony Riakiotakis
2014-10-02Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-10-02Code cleanup:Antony Riakiotakis
2014-10-01Fix release comfirm for central widget in transform operatorAntony Riakiotakis
2014-10-01Fixes to highlight code, now widgetmaps remember last active widget andAntony Riakiotakis
2014-10-01Highlighting for manipulator widget.Antony 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-19Widgets API.Antony Riakiotakis
2014-09-10Fix T41112: Rotate manipulator (Trackball) + release confirm not working?Anthony Edlin
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-05-09Metaball transform, support active-only optionCampbell Barton