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
2010-01-20patch from Bjørnar Hansen (anachron)Campbell Barton
2010-01-16- UV header sync selection vert/edge/face buttons were displayed as 3 tickboxesCampbell Barton
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton
2010-01-15Adding back cursor to center menu entry that was mistakingly removed by an un...Martin Poirier
2010-01-14Join as UVs.... (copies matching UVs to another object with the same topology)Campbell Barton
2010-01-14Changed 3D View menu Duplicate Linked to use the same Matt Ebb
2010-01-14Show the image ID template too for 3D View BG imageMatt Ebb
2010-01-14renamed view_center to view_selected in view3d menu codeJoseph Eagar
2010-01-14fixed missing buttons if no bg imageJoseph Eagar
2010-01-14view3d bg image now updates on frame change, and the panel for it properly dr...Joseph Eagar
2010-01-14[#20583] Snap Cursor to Center and more View editsMartin Poirier
2010-01-13link markers to another scene, Currently in Ctrl+L menu (which isnt ideal but...Campbell Barton
2010-01-12Renamed toolbar to Tool Shelf all overMatt Ebb
2010-01-11- draw mesh wire faded into the 3D view background color when in particle mod...Campbell Barton
2010-01-09Edge Crease Transform is back. Now in edge menu (Ctrl-E) with Edge Slide and ...Martin Poirier
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-24Removed a few operators that were just used to generate popup menus and repla...Matt Ebb
2009-12-22select nth (face/edge/vertex) - depending on which was last selected, useful ...Campbell Barton
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-21- camera switching didnt work for openGL renderCampbell Barton
2009-12-15solidify from 2.4x (ported from python to C)Campbell Barton
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-09Minor fix for missing menuMatt Ebb
2009-12-08Wrong argument type for zoom operator.Martin Poirier
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-04Fix for [#19478] Shortkeys for switch to Quad view mode is not workingMatt Ebb
2009-12-04Finish renaming job in Set Center operator to use Origin instead of Center.Martin Poirier
2009-12-03Added Toggle Full Screen and Duplicate Area to the menus of all the main spac...William Reynish
2009-12-03Fix for [#20226] 3DView header: hiding menu texts and layer button's issue.Matt Ebb
2009-12-02[#20213] Align to Transform Orientation crashes BlenderMartin Poirier
2009-12-02remove icon_only option for snap target option in header to make the button w...Martin Poirier
2009-12-01select pattern for bonesCampbell Barton
2009-11-30Rename Centroid to Origin, following discussions on mailing list.William Reynish
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-29UI:Nicholas Bishop
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-29UI:Nicholas Bishop
2009-11-28simple fixesCampbell Barton
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-28slight reorganization of 3D view UI region.William Reynish
2009-11-28Fixed some more names after the Python UI API changesWilliam Reynish
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-27Added RMB-menu to Headers:Joshua Leung
2009-11-27Fix for [#20086] Mirror X, Z and Y crashes Blender 2.5 AlphaMatt Ebb
2009-11-27UV Editor: Added missing Snapping Operator keymaps (Shift-S) + menus (under U...Joshua Leung
2009-11-26Bugfix #20069: Centre to cursor or centre to mouse, centre object.Joshua Leung
2009-11-26Fix for opening images in the Background Image panelMatt Ebb
2009-11-24RNA apiCampbell Barton