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
2012-10-09Merging revisions 51077-51234 from trunkDaniel Genrich
2012-10-05Merge with trunk r51077Miika Hamalainen
2012-10-04Add translation context for volume (Audio), pitch (Rotation) and rename tip->...Sv. Lockal
2012-10-02correct spelling error in operator propertyCampbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-12fix [#32350] F11 play animation crash when UI language is not "Default"Campbell Barton
2012-09-10when pressing `play` report when the first frame can't be found.Campbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-09-03Fix #32372: Blender Locks up when using Quick Fluid featureSergey Sharybin
2012-08-26svn merge ^/trunk/blender -r50097:50211Campbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-23Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
2012-08-21svn merge ^/trunk/blender -r49776:50097Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-17style cleanupCampbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-10* Some improvements to fire simulation code.Miika Hamalainen
2012-08-10Merge with trunk r49776Miika Hamalainen
2012-08-10Extended the search operator for nodes to also support node groups. The basic...Lukas Toenne
2012-08-08code cleanup: lazy init enum for node searchCampbell Barton
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-06Merge with trunk r49600Miika Hamalainen
2012-08-04Camera tracking presetsSergey Sharybin
2012-07-24Fix #32165: context_set_value didn't make an undo push when changing scene se...Sergey Sharybin
2012-07-20* Added colors to smoke simulations. You can select smoke color for flows and...Miika Hamalainen
2012-07-20Merge with trunk r49076Miika Hamalainen
2012-07-19poll function for edge loop delete.Campbell Barton
2012-07-07Minor UI message update.Bastien Montagne
2012-07-05Fix for [#32016] Tracking Settings Presets not workingThomas Dinges
2012-07-05style cleanupCampbell Barton
2012-07-04Merge with trunk r48602Miika Hamalainen
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-29Fixing a bug found while checking "[#31937] UV/Image Editor: Copy Mirrored UV...Bastien Montagne
2012-06-26Merge with trunk r48317Miika Hamalainen
2012-06-20style cleanupCampbell Barton
2012-06-19Fix part 1 of [#31840] Quick Explode Bugs related to it's fade option.Bastien Montagne
2012-06-05* Added ability to emit smoke directly from mesh surface and volume without p...Miika Hamalainen
2012-06-03use fnmatch for reference globing rather then regex - regex overly complicate...Campbell Barton
2012-06-03quiet warningsCampbell Barton
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-05-29Fix #31633: select pattern operator did not mention [abc] wildcard, alsoBrecht Van Lommel
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
2012-05-26initialize bake action vars from contextCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-21change name length from 32 to 64, perhaps we should have some constant here b...Campbell Barton