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-02many operators uses Bases, for the python to set operators context python too...Campbell Barton
2009-11-02Spline IK Experimental Features:Joshua Leung
2009-11-02Added back texture filter/minimum settings to image texture propertiesMatt Ebb
2009-11-02vertex paint script ported by - Keith "Wahooney" BoshoffCampbell Barton
2009-11-02make python operator instances subclasses of the wmOperator when called.Campbell Barton
2009-11-02Added some missing menu items + fixesMatt Ebb
2009-11-02rna structs would not raise an error when assigning invalid propertiesCampbell Barton
2009-11-01Fixed a few icons in user preferences Input tabWilliam Reynish
2009-11-01add_mesh_torus now passes the pep8 testCampbell Barton
2009-11-01Added proper icon for full screen mode. Would be nice to have this button eve...William Reynish
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01Rigging Goodies: Spline IK ConstraintJoshua Leung
2009-11-01* Some guideline work for the particle py file.Thomas Dinges
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31renamed buttons ui files to properties to match UI name change, needed to upd...Campbell 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-31Commit of Patch [#19768] Add View3d Menu Items: View -> Playback Animation an...Thomas Dinges
2009-10-31pep8 compliance for bpy_ops.pyCampbell Barton
2009-10-31Commit of Patch [#19711] Add Menu Item: View3d -> View -> Show All LayersThomas Dinges
2009-10-31small change to strip-swap, Made keys Alt+L/RArrowKey, added in menu, dont tr...Campbell Barton
2009-10-30Merge of the COLLADA GSoC branch into trunk.Arystanbek Dyussenov
2009-10-30Patch from Stani for autocompleteCampbell Barton
2009-10-30New Track To Constraint: "Damped"Joshua Leung
2009-10-30added an 'auto-normalize' option for weight paint mode, that automatically en...Joseph Eagar
2009-10-30* Some Whitespace and small code-guideline cleanup. Thomas Dinges
2009-10-30* Tiny Force Field Layout improvements and tooltip fix by nudelZ. Thanks! Thomas Dinges
2009-10-30* Added greying out for Bound Box Menu. Thomas Dinges
2009-10-29replacement for my own autocomplete module by staniCampbell Barton
2009-10-29moved the following into the screen context rather then the view3d context so...Campbell Barton
2009-10-29Fixed [#19735] No normal map button in texture->image paneThomas Dinges
2009-10-29Script templates, including game logic scripts from 2.4x and new operator tem...Campbell Barton
2009-10-29Python can now run operators with their own context (data context).Campbell Barton
2009-10-29* Added missing "Passes" Button for AAO, reported by nudelZ.Thomas Dinges
2009-10-28Comment out "forked" parameter for extrude_mode macro operator (it doesn't wo...Martin Poirier
2009-10-28OpenGL Render restored.Brecht Van Lommel
2009-10-28editing operator descriptions now works.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-28patch from mindrones, uploads user edited docs to http://www.mindrones.com/bl...Campbell Barton
2009-10-28ob.getChilren() often requested for 2.4x api, notice this is only 1 line of p...Campbell Barton
2009-10-28viewing docs for nested classes would fail, expects bpy.types.Scene.SceneGame...Campbell Barton
2009-10-28* Added 'report a bug' help menu item, taking you to the 2.5 bug tracker.Matt Ebb
2009-10-27Shape Propagate to all back in vertex menuCampbell Barton
2009-10-27patch from Stani to prevent hasattr(bpy.ops, '__call__') being TrueCampbell Barton
2009-10-27Added missing X mirror option to armature edit mode.William Reynish
2009-10-27A bunch of fixes for macro-type operators - Armatures + ObjectsJoshua Leung
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton