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
2009-11-10Math LibBrecht Van Lommel
2009-11-10Running with -d, python context also prints members asked from context that a...Martin Poirier
2009-11-10Function declaration for BPY_context_getMartin Poirier
2009-11-10fix error with python exceptions in BPy_errors_to_reportCampbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-10Don't free Context from python.Martin Poirier
2009-11-08bpy/rna api class featureCampbell Barton
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-11-05- missing return valuesCampbell Barton
2009-11-04bugfix [#19804] .MDD is not working?? // Also filetype issue?Campbell Barton
2009-11-04bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword.Campbell Barton
2009-11-04python function for adding a driver. egCampbell Barton
2009-11-04new operator directory, move some scripts from ioCampbell Barton
2009-11-04change to insert_keyframe() so an array index of -1 keys all arrays indicesCampbell Barton
2009-11-03renamed bpy.sys to bpy.utils, since it used to be a attempt to replace python...Campbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-11-02make python operator instances subclasses of the wmOperator when called.Campbell Barton
2009-11-02last commit broke running python operatorsCampbell Barton
2009-11-02rna structs would not raise an error when assigning invalid propertiesCampbell Barton
2009-10-31tabs to spaces, remove trailing white space. (apart of pep8)Campbell Barton
2009-10-31improved class validation, variables defined by the rna interface as non-opti...Campbell Barton
2009-10-31define operator properties in the class, similar to django fieldsCampbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-31pep8 compliance for bpy_ops.pyCampbell Barton
2009-10-30- setting the active object in rna works properly now (notifiers added)Campbell Barton
2009-10-30updating mathutils wrapped attributes now runs rna update functions tooCampbell Barton
2009-10-29Modified python rna property types (BPy_PropertyRNA), so PySequence_Check() r...Campbell Barton
2009-10-29Python can now run operators with their own context (data context).Campbell Barton
2009-10-28- 'id_data' attribute for py rna api, so you can get the Mesh from a face, Ar...Campbell Barton
2009-10-28ob.getChilren() often requested for 2.4x api, notice this is only 1 line of p...Campbell Barton
2009-10-23Python APIKen Hughes
2009-10-23Bugfixes:Joshua Leung
2009-10-21Make compiler happy, remove doubtful non init usage.Guillermo S. Romero
2009-10-14Bugfixes for python RNA/Brecht Van Lommel
2009-10-12added rna api MVert,MFace & MEdge index propertiesCampbell Barton
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-10-09Partial revert of rev 23723Martin Poirier
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-08- object.selected is now editable (uses update function to flag the scene base)Campbell Barton
2009-10-05remove unused defines, cant check every case but from grepping the souece it ...Campbell Barton
2009-10-04mathutils: bugfix for matrix * vectorDalai Felinto
2009-09-28remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to importCampbell Barton
2009-09-28Added "scripts/modules" as permanent module search path.Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-22Changes to allow python to do redraws through the timer operator, a reliable ...Campbell Barton
2009-09-21bugfix [#19392] Typing help() in the console window freezes BlenderCampbell Barton
2009-09-21Better unix filesystem integration as documented hereCampbell Barton