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-17Merge branch 'master' into gooseberryAntony Riakiotakis
2015-06-17Fix (unreported) redo of 'bone envelope distance resize' transform op not wor...Bastien Montagne
2015-04-08Merge branch 'wiggly-widgets' into gooseberryJulian Eisel
2015-03-30Merge branch 'master' into gooseberrySergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-13Painstakingly merge branch 'master' into gooseberryAntony Riakiotakis
2015-02-12GPencil: Alt-S can now be used to adjust the pressure values (i.e. thickness)...Joshua Leung
2014-12-01Merge branch 'master' into gooseberryAntony Riakiotakis
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-19Bring back the old manipulator code, it works better with the transformAntony 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-07Support undo. Scale stays same for non-3D widgetsAntony Riakiotakis
2014-10-17Add callbacks for operator initialization. Now a widget will directlyAntony Riakiotakis
2014-10-14Use a property to make the transform operator widget driven.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-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-03Placeholder widget code for spotlampsAntony 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-29Move manipulator handler to the widget system.Antony Riakiotakis
2014-09-29Draw manipulator from widget callback (handling still done separately)Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-04-17Code cleanup: use boolsCampbell Barton
2013-12-02Fix T37671: Edit Texture Space on Skin Resize crashSergey Sharybin
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-10-23refactor transform.c - minor changesCampbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-06-16resolve [#33374] Extrude and mirror editingCampbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-12Fix for [#35238] Blender does not save custom orientations from "view"Bastien Montagne
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-04-25ruler snap adjustmentsCampbell Barton
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-03pass snap arguments so the ruler doesn't have to temp overwrite scene vars.Campbell Barton
2013-04-03use floats for transform snapping distance comparisonsCampbell Barton