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
2010-02-12correct fsf addressCampbell Barton
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-16remove duplicate code from operator/macro initializationCampbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-30python macro operators didnt have a compatible draw function assigned. also r...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-11-29- access to a nurbs points was broken - sizeof(BPoint) vs sizeof(BPoint *) Campbell Barton
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-23fixed some error reporting issues with calling operatorsCampbell Barton
2009-11-20use a metaclass to have operator attributes register and display in the order...Campbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-19added 'hidden' option for python defined rna props, means py operators can us...Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-05- missing return valuesCampbell 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-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-11- add torus back from 2.4x as an operatorCampbell Barton
2009-10-08- object.selected is now editable (uses update function to flag the scene base)Campbell Barton
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-04- rna documentation layout now matches blenders internal layout, autogenerate...Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-08-09- fix error in last commitCampbell Barton
2009-08-07bpy_context_set and bpy_context_clear to replace a number of functions (some ...Campbell Barton
2009-07-26misc py/rna changesCampbell Barton
2009-07-19Python operatorsCampbell Barton
2009-07-18fixes for errors on startup and compiler errors and draw speedup.Campbell Barton
2009-07-16- use outliner colors (with subtle stripes) for report so you can see divisio...Campbell Barton
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-06-302.5Brecht Van Lommel
2009-06-252.5: File Selector: display operator properties in the side region,Brecht Van Lommel
2009-06-21RNA read-only wrapped wmEvent so python operators invoke functionsCampbell Barton
2009-06-182.5 PythonBrecht Van Lommel
2009-06-14Blender/Python APICampbell Barton
2009-06-13convert non-string pyoperator exceptions into strings if they are not already.Campbell Barton
2009-06-06Merged code passing context to python operator from soc-2009-kazanbas Arystanbek Dyussenov
2009-06-05PyRNACampbell Barton
2009-05-20RNA: ID properties were not being shown as RNA properties anymore, fixed.Brecht Van Lommel
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-01Python Panels WIPCampbell Barton