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-08-31Minor tidying and commentingsoc-2008-quornIan 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-24Added better grouping for text markers with a separate group field (instead o...Ian Thompson
2008-08-18Made modification alert slightly less intrusive and added Ignore option.Ian Thompson
2008-08-18Missed parentheses from except clause, has a whole different meaning.Ian Thompson
2008-08-18Moving the find panel caused some funky projection effect, introduced when I ...Ian Thompson
2008-08-18Better class support with inheritance for text parsing.Ian Thompson
2008-08-17Fix for text area scrollbar drawing incorrectlyIan Thompson
2008-08-17Fix for numeric var types creating an error.Ian Thompson
2008-08-17Fix for fix. Forgot to check if markers exist before trying to clear. OopsIan Thompson
2008-08-17Fixed problems with markers where Edit All did not behave the same for every ...Ian Thompson
2008-08-16Esc removes markers in stages. Temporary markers are removed first (if any) t...Ian Thompson
2008-08-16Improvements to the base BPyTextPlugin module:Ian Thompson
2008-08-15Merge from trunk 16031:16122Ian Thompson
2008-08-15Add a function to join thread by index in the thread list.Martin Poirier
2008-08-15merging trunk 15964 -> 16116Martin Poirier
2008-08-14Used the Python icon for the text plugin button and created an ON version.Ian Thompson
2008-08-14Got rid of the horrible blocking UI problems with Find and Replace by using a...Ian Thompson
2008-08-14Python API get/setObject update for Actuators. (SetParent, AddObject, Camera ...Campbell Barton
2008-08-14Last part of the svn release commit.Diego Borghetti
2008-08-14Part one of the 2.47 release commitDiego Borghetti
2008-08-14bugfix (good for 2.47) - 2 cases of returning Py_None without increfing it. t...Campbell Barton
2008-08-14game engine python apiCampbell Barton
2008-08-14Added a Marker sub-menu to the Edit menu in the text space header.Ian Thompson
2008-08-14starting threading code for retargetMartin Poirier
2008-08-13Snap menu header rewording, to make documentation clearer (there was "mode" a...Martin Poirier
2008-08-13Small bug fix: Scripts were not being recompiled after an error, if the (auto...Ian Thompson
2008-08-13PageUp/Down now moves the mouse cursor instead of just the view. Also added s...Ian Thompson
2008-08-13Bugfix: in the game engine, errors in a particular python script causedBrecht Van Lommel
2008-08-13Added a button to allow plug-ins to be enabled/disabled for each text space. ...Ian Thompson
2008-08-12Add missing stuff in new scene code to properly init skeletor params properly.Martin Poirier
2008-08-12Speed improvements for reading text lines and the option to specify a range f...Ian Thompson
2008-08-12New nearest_point_in_tri_surface function.. 50% fasterAndre Susano Pinto
2008-08-12raise an error when assigning properties to a game object that cant be conver...Campbell Barton
2008-08-12Rolled back on rev. 16039. Had problems with display, messages being blank an...Ian Thompson
2008-08-12bdiego no 2.47 option for nowJens Ole Wund
2008-08-12Fix flipped arc caused by harmonic interpolationMartin Poirier
2008-08-11Python APIKen Hughes
2008-08-11Suggestion list scrolling and selection made independent for easier use. Sele...Ian Thompson
2008-08-11* Fix for a bug zanqdo reported in IRC - transparent shadows were not Matt Ebb
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-10Shift keys cancelled the suggestions list (missed from earlier event refactor)Ian Thompson
2008-08-10Fixed saving to relative paths and made external modification messages more u...Ian Thompson
2008-08-10Changed a few places where visibility for EditMode bones is tested, so that t...Joshua Leung
2008-08-10== Armature Editing Tweaks ==Joshua Leung
2008-08-10* Script to convert BDF pixel fonts into C++ files blender can read. - Amiga ...Campbell Barton