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
2008-09-06object_find, didnt get images from an objects material texturesCampbell Barton
2008-09-06find objects by texture name raised a python errorCampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-03cleanup mesh materials option was setting incorrect material indiciesCampbell Barton
2008-09-01Text Editor (GSOC 2008)Ian Thompson
2008-08-30Merge from trunk 16122-16307Ian Thompson
2008-08-30Fix for class variable parsing/listing bug.Ian Thompson
2008-08-26Fix for text plug-in scripts on 64-bit platforms.Ian Thompson
2008-08-22Typo in copyright notice (VF -> BF)Ton Roosendaal
2008-08-21-> more FLT tweaksGeoffrey Bantle
2008-08-20-> Fix for last commitGeoffrey Bantle
2008-08-20-> LOD and DOF editor scriptsGeoffrey Bantle
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-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-17Fix for numeric var types creating an error.Ian Thompson
2008-08-16Improvements to the base BPyTextPlugin module:Ian Thompson
2008-08-15Merge from trunk 16031:16122Ian Thompson
2008-08-15merging trunk 15964 -> 16116Martin Poirier
2008-08-14Part one of the 2.47 release commitDiego Borghetti
2008-08-12Speed improvements for reading text lines and the option to specify a range f...Ian Thompson
2008-08-11fix for [#17365] PLY export script writes comment in invalid wayCampbell Barton
2008-08-10Added sys.path module search to BPyTextPlugin module and fixed IndentationErr...Ian Thompson
2008-08-10Fixed inconsistencies between the text plugins and them not suggesting when c...Ian Thompson
2008-08-09Merge from trunk: 15912:16031Ian Thompson
2008-08-08Typing 'from a import b' threw an error if b was not found. Accidentally move...Ian Thompson
2008-08-08forgot update ver.number in last commitRemigiusz Fiedler
2008-08-08-> Fix for warnings in FLT exporter and Palette ManagerGeoffrey Bantle
2008-08-07-> Slight tweak to FLT exporterGeoffrey Bantle
2008-08-06Various UI drawing and event tweaks to make markers feel more natural and avo...Ian Thompson
2008-08-06Added a Python interface to the marker system with a few additional functions...Ian Thompson
2008-08-05Merging with trunkMartin Poirier
2008-08-05own bug in weightpaint cleaning, wasnt removing as many groups from verts as ...Campbell Barton
2008-08-03DXF-importer script. Works well with 2.46winXPRemigiusz Fiedler
2008-08-02Merged 15771:15912 from trunkIan Thompson
2008-07-28commit by jms:Remigiusz Fiedler
2008-07-27TextPlugin update: Converted try-except blocks to use try-catch-else to allow...Ian Thompson
2008-07-21Updated the textplugin_outliner.py plug-in to use the new Draw.PupTreeMenu an...Ian Thompson
2008-07-21Oops, typo in rev. 15664 caused errorIan Thompson
2008-07-21Script template added for text plug-insIan Thompson
2008-07-21BPyTextPlugin now has descriptors for variables, functions and classes (and t...Ian Thompson
2008-07-19Merged 15170:15635 from trunk (no conflicts or even merges)Ian Thompson
2008-07-19Added a documentation panel with primitive word-wrap functionality. It can be...Ian Thompson
2008-07-18All parsing is now done in one sweep and cached to allow details to be obtain...Ian Thompson
2008-07-16Fixed error when scripts were run without a visible Text to work on.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
2008-07-15Any script can now register a unique key combination as part of its bpy heade...Ian Thompson