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-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
2011-02-27Info > Help Menu:Thomas Dinges
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-27lazy load pydoc module. move help() replacement into console code rather then...Campbell Barton
2011-02-272.5 particle UI File:Thomas Dinges
2011-02-272.5 Constraint Ui File:Thomas Dinges
2011-02-27small UI cleanup - "Mouse Cursor" instead of "Show Mouse" and s/subcol/sub an...Dalai Felinto
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-26Image Editor:Thomas Dinges
2011-02-26clean whitespaceCampbell Barton
2011-02-26port of function from 2.4x's BPyMesh.py thanks to 'merlin_' on IRC.Campbell Barton
2011-02-262.5 UI Scripts:Thomas Dinges
2011-02-26Added operator which makes selected scene markers into local 'pose'Joshua Leung
2011-02-25Fix #26158: The layer hight of the layer tool cannot longer be controled by t...Sergey Sharybin
2011-02-25pep8 cleanupCampbell Barton
2011-02-23adjustments to recent commit:M.G. Kishalmi
2011-02-23Fix for [#26133] Explode modifier doesn't care about UVs (Option "split edges")Janne Karhu
2011-02-23added image-editor operators:M.G. Kishalmi
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and has...Campbell Barton
2011-02-23add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.Campbell Barton
2011-02-23- fix python error for poselib UI when none is active.Campbell Barton
2011-02-23python console namespace fix, merging namespace dicts was no good, since it p...Campbell Barton