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-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-03-01Fix #26218: texture paintSergey Sharybin
2011-02-282.5 UI scripts:Thomas Dinges
2011-02-26Image Editor:Thomas Dinges
2011-02-25pep8 cleanupCampbell Barton
2011-02-23adjustments to recent commit:M.G. Kishalmi
2011-02-23added image-editor operators:M.G. Kishalmi
2011-02-18- clear some warningsCampbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-11-03bugfix [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-10-05patch [#24146] UV layout selection menu in UV editor ala CTRL+TAB in edit modeCampbell Barton
2010-10-02- spec hardness was missing redraw updateCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna renaming for 'Brush' structCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-13Fix #23297: python error caused empty brush panel in the image editor.Brecht Van Lommel
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-30Preview commit in sculpt brushes broke resetting curves in other areas (rgb c...Matt Ebb
2010-07-22yet another inconsistency fix curve in uv editmode was using the drop down me...Tom Musgrove
2010-07-22finished making uv paint panel consistent with the 3d view painting panel, as...Tom Musgrove
2010-07-21making this consistent with texture brush selector in the 3d viewportTom Musgrove
2010-07-10patch by manaphuun on IRC.Campbell Barton
2010-05-16Properties Window:Thomas Dinges
2010-05-07Add the option to show also the UVs of other selected objects in image Toni Alatalo
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-21Save a Copy, (operator option for save as),Campbell Barton
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-06Patch [#21750] Add luma waveform and vectorscope to image viewMatt Ebb
2010-04-04pep8 cleanupCampbell Barton
2010-04-01Some minor python UI script fixes.Brecht Van Lommel
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
2010-03-30Fix [#21711] Position of 2d cursor is not displayed correctly and cannot be set Matt Ebb
2010-03-26Fix for ben dansie, incorrect gamma with render baking.Matt Ebb
2010-03-24fix for keying set rna path attribute and object select menu incorrect args t...Campbell Barton
2010-03-24oops forgot this!Robert Holcomb