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
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2008-09-11ScriptsKen Hughes
2008-08-30Fix for class variable parsing/listing bug.Ian Thompson
2008-08-18Missed parentheses from except clause, has a whole different meaning.Ian Thompson
2008-08-18Better class support with inheritance for text parsing.Ian Thompson
2008-08-17Fix for numeric var types creating an error.Ian Thompson
2008-08-16Improvements to the base BPyTextPlugin module:Ian Thompson
2008-08-12Speed improvements for reading text lines and the option to specify a range f...Ian Thompson
2008-08-10Added sys.path module search to BPyTextPlugin module and fixed IndentationErr...Ian Thompson
2008-08-08Typing 'from a import b' threw an error if b was not found. Accidentally move...Ian Thompson
2008-07-27TextPlugin update: Converted try-except blocks to use try-catch-else to allow...Ian Thompson
2008-07-21Oops, typo in rev. 15664 caused errorIan Thompson
2008-07-21BPyTextPlugin now has descriptors for variables, functions and classes (and t...Ian Thompson
2008-07-18All parsing is now done in one sweep and cached to allow details to be obtain...Ian Thompson
2008-07-16Previously relying on import to run scripts didn't work every time and was no...Ian Thompson
2008-07-15Made suggestions case-insensitive which also puts _ prefixed items at the bot...Ian Thompson
2008-07-15Text plugin script updates: Better error handling, variable parsing, token ca...Ian Thompson
2008-07-15Created a BPy module BPyTextPlugin to centralize functions used across the te...Ian Thompson