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-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-04bugfix [#23174] Text Editor: View Top of File and View Bottom of File not wor...Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-30Ui Scripts:Thomas Dinges
2010-06-11[#22554] Register option on Texts doesn't work anymoreCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-05-16clear some pep8 warningsCampbell Barton
2010-05-13Tweak to text editor context menuMatt Ebb
2010-05-12Add a little RMB context menu to text editorMatt Ebb
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
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-01-20fix for error with text ui when there is no text loaded.Campbell Barton
2010-01-15Text Editor: Add an option "Tabs as Spaces".Dalai Felinto
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
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-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-22fix for py error when no text is displayedCampbell Barton
2009-11-22- hide members of bpy from dir() and autocomp.Campbell Barton
2009-11-22render presets, select from a directory, button to add own presetsCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31tabs to spaces, remove trailing white space. (apart of pep8)Campbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-29Script templates, including game logic scripts from 2.4x and new operator tem...Campbell Barton
2009-10-26Durian text editor requests:William Reynish
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton