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
2011-03-15fix [#26503] Copy Mirrored UV coords exceptionCampbell Barton
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-15fix/disallow [#26502] segmentationfault on pressing button to browse existing...Campbell Barton
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
2011-03-14auto-complete was moving the selection.Campbell Barton
2011-03-14RNA API RenameCampbell Barton
2011-03-14Readme file:Thomas Dinges
2011-03-13* Small code cleanup/removalThomas Dinges
2011-03-13- lightmap pack wasnt reporting no mesh errors properly.Campbell Barton
2011-03-12library loading api.Campbell Barton
2011-03-122.5 Fluid UI Python Script:Thomas Dinges
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-11Fix for [#26457] Physics Size attribute affects hair particle DupliObjects wh...Janne Karhu
2011-03-11(no commit message)Ervin Weber
2011-03-11when checking for windows check sys.platform starts with "win" rather then '=...Campbell Barton
2011-03-10also enable edge-seam unwrapping when running the mark_seam operator.Campbell Barton
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-03-10revert r35438, Martin doesn't like having this option tacked on.Campbell Barton
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-10- CMake, print message to run 'make install', this is new and should help avo...Campbell Barton
2011-03-09make python UV functions use a popup UI rather then redo UI, they are not fas...Campbell Barton
2011-03-09py/ui: ensure extensions which add draw functions for menus/headers/panels al...Campbell Barton
2011-03-09lightmap pack: made into an operator & added to UV calc menuCampbell Barton
2011-03-09working with bpy 2.5x api, convert into operator next.Campbell Barton
2011-03-09update for py3.x syntax and mostly pep8 compliantCampbell Barton
2011-03-09copy from 2.4x, update to 2.5x next.Campbell Barton
2011-03-09moving to addons & splitting for lazy loading of eps/png/svgCampbell Barton
2011-03-08Bugfix & Feature fix: Only Shadow Material optionsTon Roosendaal
2011-03-08temp workaround [#26397] Console error when selecting certain entries in the ...Campbell Barton
2011-03-08Fix keymap operator polling functions to be a bit safer.Martin Poirier
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-07Py/Operators: FBX Exporter setting order was still randomized.Campbell Barton
2011-03-07PyAPI: allow subclasses of io_utils.ExportHelper to set when the extension is...Campbell Barton
2011-03-042.5 Armature Panel UI Script:Thomas Dinges
2011-03-03fix for own error [#26310] "Randomize Transform" operator has widgets jumbledCampbell Barton
2011-03-03solidify material offsets for 2nd surface and rim faces.Campbell Barton
2011-03-03minor correction for r35312, check the operator returns finished.Campbell Barton
2011-03-03BGE: Material Force Field renaming + reorganizationDalai Felinto
2011-03-02update for changed exception typeCampbell Barton
2011-03-02Remove superfluous ()Nathan Letwory
2011-03-01Fix #26218: texture paintSergey Sharybin
2011-03-01UV layout export: EPS formatCampbell Barton
2011-03-01fix [#26257] Colored UV-Map on exportCampbell Barton
2011-03-01fix [#26252] Py error when installing addon through UICampbell Barton
2011-03-01select PoseBone attribute was made only available on bone.Campbell Barton
2011-02-282.5 Netrender UI File:Thomas Dinges
2011-02-282.5 UI scripts:Thomas Dinges
2011-02-28build system now exclude config-*, turtledemo when copying system python.Campbell Barton
2011-02-28complete lazy loading of py modules to use to a reduced set of pythons module...Campbell Barton