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-21move script directories for internal blender scripts.Campbell Barton
2011-03-21Changed the particle physics "timetweak" value to a more descriptive "timeste...Janne Karhu
2011-03-21patch from Martin, call classes register/unregister functions.Campbell Barton
2011-03-20Added "Bake Sound to F-Curve" operator to the "Key" menu in the graph editor.Joerg Mueller
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton
2011-03-18fix [#26510] Crash when changing an object's property valueCampbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-17== filebrowser ==Andrea Weikert
2011-03-16Fix for [#26520] Point Density turbulence not accessible in Texture Properties.Janne Karhu
2011-03-15"Fix" #26445: edit mode vertex distortionSergey Sharybin
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