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-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
2009-10-26Durian text editor requests:William Reynish
2009-10-26*Started to add theme editing in Preferences. Isn't visible in the UI yet.William Reynish
2009-10-25Toolbar Fixes:Joshua Leung
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22changed WM_OT_context_* operators to pass through if one of the members in th...Campbell Barton
2009-10-22Fix for Texture Tab. Influence Panel got shown even when no active slot was s...Thomas Dinges
2009-10-22Shape Key UIBrecht Van Lommel
2009-10-22Patch [#19708] Add Menu Item: View3d -> View -> View Global/LocalThomas Dinges
2009-10-21shape key operators and buttons for reorderingCampbell Barton
2009-10-21added new context operator WM_OT_context_cycle_int, use for switching between...Campbell Barton