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
2011-07-27fix [#28066] Unchecking 'self project' messes up 'Snap to Vertex'Campbell Barton
2011-06-17fix [#25598] projection surface snap issueCampbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-03-10revert r35438, Martin doesn't like having this option tacked on.Campbell Barton
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-15remove/comment unused defines.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-11-21[#24827] Crash when auto-keyframing while playing animationMartin Poirier
2010-11-14Move rotOrder to proper transform data structureMartin Poirier
2010-11-05centralize function for calculating pixel size. (no functional changes)Campbell Barton
2010-11-03bugfix [#24505] Python command bpy.ops.transform.rotate(...) does not follow ...Campbell Barton
2010-10-24bugfix [#21097] Rotating multiple bones with non-local location behaves incor...Campbell Barton
2010-10-19Cancelling rotation on axis/angle object rotation didnt restore the original ...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-05This fixes: [#23672] If frame offset is too high the strip jumps forward Peter Schlaile
2010-05-06keyframe transform, both through dopesheet/action editor and graph editor, wo...Joseph Eagar
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-03-28[#21767] Project Vert. on the Surf. of Other Obj. enabled causes crash when t...Martin Poirier
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09[#21433] Angular rotation snap issue, final value set is not snapped - SVN 27...Martin Poirier
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-04New Transform 3D view recalculate scheme.Martin Poirier
2010-01-25Use modal keymap events for transform numinput increment and decrementMartin Poirier
2010-01-22[#20700] Transformation IncrementsMartin Poirier
2010-01-04transform:Martin Poirier
2009-12-21Sequence Slide transformation (easier to do special sequence code there than ...Martin Poirier
2009-12-17Bugfix: [#20403] transform manipulation widgets with normal coordinatesMartin Poirier
2009-12-17Bugfix: [#20406] reapeat duplication along axis+view transform orientationMartin Poirier
2009-12-14A few KeyingSet + Transform Tweaks:Joshua Leung
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-07Use custom cursor draw in transform to draw the new arrow cursors (to indicat...Martin Poirier
2009-12-03Make toggle and hold snap method cohabit nicely.Martin Poirier
2009-12-01Additive snap for Transform. Easy snapping between two vertices, in the middl...Martin Poirier
2009-11-29Gimbal orientation defaults to Normal instead of Global when bone or object i...Martin Poirier
2009-11-29Fix CLICK event for modal operators.Martin Poirier
2009-11-26First changes to implement the 2.5 snapping proposal (discussed back in May a...Martin Poirier
2009-11-12Bug: [#19712] Manipulator widget missing functionalityMartin Poirier
2009-11-07Make orientation matrix access function public.Martin Poirier
2009-11-06bring back align to view to objectCampbell Barton
2009-10-30- Simplified EulToGimbalAxis, its still only works on XYZ and ZXY but at leas...Campbell Barton
2009-10-22Bugfix #19703: Axis Angle wont workJoshua Leung
2009-10-21Region post redraw is now split up in a view space and pixel spaceBrecht Van Lommel
2009-10-16X Mirror editmesh with PETMartin Poirier
2009-10-13Project option for snap to faces.Martin Poirier
2009-10-08Key ConfigurationBrecht Van Lommel