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
2014-11-19Merge branch 'master' into GPencil_EditStrokesJoshua Leung
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-11Merge branch 'master' into GPencil_EditStrokesJoshua Leung
2014-11-11UI Refactor T41640Campbell Barton
2014-10-23Merge branch 'master' into GPencil_EditStrokesJoshua Leung
2014-10-15Refactor 'apply' part of Editmode View3d Transform panel code.Bastien Montagne
2014-10-15Cleanup: Editmode 3DView Transform panel code: do not check for hidden BMesh ...Bastien Montagne
2014-10-15Cleanup: Edit mode 3DView Transform panel code.Bastien Montagne
2014-10-15Add Vertex bevel weight to Editmode UI.Bastien Montagne
2014-10-12Grease Pencil Layers UI: Ported properties panel to Python and UI ListsJoshua Leung
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-05Correct hard-coded height for UV-Vertex buttonsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-21Reduce crease & bevel weight precision to hide float/ubyte roundingCampbell Barton
2014-01-14Fix T38176: can't set vertex coordinate to 0.0 when it's set to 0.0000001.Brecht Van Lommel
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-11User Interface: add colon separator for number buttonsCampbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-09More fix for [#37327] Inconsistent numeric input conversion.Bastien Montagne
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and n...Campbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-02remove unused definesCampbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-06-27Added checks to vertex Weight editor to respect locked Vertex GroupsGaia Clary
2013-06-26fix for vert/face mask modes using last used select option when using the sel...Campbell Barton
2013-06-26Rename operator for better clarityGaia Clary
2013-06-26disable normalize when active vertex contains locked weightsGaia Clary
2013-06-26disable vertex editing when weight group is lockedGaia Clary
2013-06-25style cleanupCampbell Barton
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton
2013-06-24remove unused var in view3d_panel_vgroupCampbell Barton
2013-06-23Changed text alignment to better match old layout behaviourGaia Clary
2013-06-23readded 'old' layout due to user complainsGaia Clary
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-17Usual UI messages style edits...Bastien Montagne
2013-06-16Improved layout of Vertex Weights panel, added option to change active vgroupGaia Clary
2013-06-16Vertex weights: Added delete weight from vertex groupGaia Clary
2013-06-16use layout engine for vertex weights panel.Campbell Barton
2013-06-16don't show the 3d view transform panel when theres no active object.Campbell Barton
2013-06-15Added Missing check if active object is visibleGaia Clary
2013-06-15Added support for Vertex Weight panel in weight Paint ModeGaia Clary
2013-06-12Vertex weight panel now uses same sort order as Vertex Group listGaia Clary
2013-06-07Reverted unwanted checkin of work in progres from my previews commitGaia Clary
2013-06-07Renamed Panel to 'Vertex Weights' (describe its functionality more precise)Gaia Clary
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 poin...Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton