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-17Fix (unreported) redo of 'bone envelope distance resize' transform op not wor...Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-12GPencil: Alt-S can now be used to adjust the pressure values (i.e. thickness)...Joshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
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
2013-03-22correct enums which were in fact variables defined in headers.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-08code cleanup: use bool's for snapping functions.Campbell Barton
2013-01-13add new vertex slide transform operator, different from the existing vertex s...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-10fix for un-initialized memory use for modal inset/bevel.Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-05shrink/fatten transform for mask - adjusts the feather weight.Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-22Add vertex skin radii scaling as a transform operator.Nicholas Bishop
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-11[#30373] Which part to snap in volume snapping is removedMartin Poirier
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-19make it clearer which arguments in transform snap are return values (no funct...Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-03fix [#28135] Edge slide changes UVCampbell Barton
2011-03-03Bugfix [#26269] Initiating a duplication with shift D and cancellingJoshua Leung
2011-02-21doxygen: editor entryNathan Letwory
2011-01-05Todo item: brought transform texture space back.Ton Roosendaal