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
2012-11-13Added 'remove doubles' tool to uv editor.Matthew Smith
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-10Separate uv selection operator: Y key, behaves much the same way as the mesh ...Campbell Barton
2012-08-06move pivot point and cursor out of UV rna into image space since both mask an...Campbell Barton
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-08-01misc mask fixesCampbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-29User Interface Scripts:Thomas Dinges
2012-07-26mask/image editor now works for border select and lassoCampbell Barton
2012-07-25add mask buttons into the image spaceCampbell Barton
2012-07-25mask UI for space imageCampbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-05style cleanupCampbell Barton
2012-06-10mango requestCampbell Barton
2012-04-04replace relative imports with absolute imports so scritps can be executed dir...Campbell Barton
2012-03-19lattice & UV 'select all' menu items were missing action assignment.Campbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-01-30Fix wrong uv editor Border Select Pinned name in menu.Brecht Van Lommel
2012-01-19Add missing labels to sculpt/paint sliders.Nicholas Bishop
2012-01-18picky cleanup to use of bpy.typesCampbell Barton
2012-01-18de-duplicate paint parent class, added new py module for common paint UI clas...Campbell Barton
2012-01-18fix size slider not working for image space brushes (uv sculpt and image pain...Antony Riakiotakis
2012-01-17error in own recent commitCampbell Barton
2012-01-17pep8 edits, also remove unused varsCampbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2012-01-13rename 'MultiLayer' to 'OpenEXR MultiLayer'Campbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-23rename user interface operator properties from 'op' to 'props'Campbell Barton
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-16Bugfix for [#28258] [UV editor] missing snapping option.Thomas Dinges
2011-08-132.6 UI Files:Thomas Dinges
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-22Adding Shear transform to UV menu and Ctrl Alt Shift S hotkey (same as in 3D ...Daniel Salazar
2011-07-14merge from trunk 38379Xiao Xiangquan
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-16enable game panel even if the BGE is disabled since its settings effect the v...Campbell Barton
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton