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-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
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-02Fix #20926: 2d image paint was missing clone image, clone alpha, and wrapBrecht Van Lommel
2010-01-31pep8 changesCampbell Barton
2010-01-19Finished some work from the weekend to keep local tree clean..Matt Ebb
2010-01-16- UV header sync selection vert/edge/face buttons were displayed as 3 tickboxesCampbell Barton
2010-01-13UV mirror tool (copies UVs from one side of the mesh to the other)Campbell Barton
2010-01-07Color Picker work:Matt Ebb
2009-12-11UV Editor: added proportional edit buttons to the header.Brecht Van Lommel
2009-12-11Various UV editor / notifier related fixes:Matt Ebb
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-09Fix for bug #20307: snapping in uv editor is related to objects origin.Brecht Van Lommel
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-03Added Toggle Full Screen and Duplicate Area to the menus of all the main spac...William Reynish
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-27UV Editor: Added missing Snapping Operator keymaps (Shift-S) + menus (under U...Joshua Leung
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-21pep8 cleanup & default select axis to negative (artist requst, make sense if ...Campbell Barton
2009-11-19Renamed "col2" to "wide_ui" which is more meaningful. Thomas Dinges
2009-11-17-Single column UI for image editor.William Reynish
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton