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-05Moved the object and bone name fields out of the Transform panel in 3Dview pr...William Reynish
2009-11-05Moved the buttons around slightly in shape keys, to make it clearer what is a...William Reynish
2009-11-05Select interior faces, access from the mesh select menuCampbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-11-05Bugfixes + Spline IK Tweaks:Joshua Leung
2009-11-05fix for editing docsCampbell Barton
2009-11-05* Fix for [#19700] undo doesn't display visual feedback on latticesMatt Ebb
2009-11-05Added mass and spring vertex groups to softbody rna/uiMatt Ebb
2009-11-05- missing return valuesCampbell Barton
2009-11-04- Stopping jobs on undo wasnt fixing undo/redo while with render previews as ...Campbell Barton
2009-11-04make render, world and material buttons show when netrender is selectedMartin Poirier
2009-11-04- move WM operators out of bpy_ops.py into their own fileCampbell Barton
2009-11-04Bugfix: sculpt layer brush "persistent" option was not showing up in UI.Brecht Van Lommel
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-04fix for some python errorsCampbell Barton
2009-11-04new operator directory, move some scripts from ioCampbell Barton
2009-11-04quick update of bvh importer for blender 2.5, mostly this is to test the pyth...Campbell Barton
2009-11-04bvh import from 2.4x (unchanged)Campbell Barton
2009-11-04particle vertex group UICampbell Barton
2009-11-04Make Links (Ctrl+L) backCampbell Barton
2009-11-04Bugfixes for Adding Objects:Joshua Leung
2009-11-04Bugfix #19777: Owner Space not Target Space for Action Constraint was getting...Joshua Leung
2009-11-03uv smart project now in unwrap menu with 2 most important optionsCampbell Barton
2009-11-03- remove UV mapping operator, call a header menu directly (so python can add ...Campbell Barton
2009-11-03renamed bpy.sys to bpy.utils, since it used to be a attempt to replace python...Campbell Barton
2009-11-03quick port of smart project to 2.5x, no operator options yetCampbell Barton
2009-11-03script copied from 2.4x with no changesCampbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton
2009-11-02update from Keith Boshoff, use selected faces while in face-mask mode as well...Campbell Barton
2009-11-02how embarrassing!Campbell Barton
2009-11-02Enabled theme editing in user preferences. There's still no way to Load/Save/...William Reynish
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-11-02*Added subdivide to armature toolbar, and gave it a hotkey (W)William Reynish
2009-11-02* Added a new 'bone constraint' property editor icon and panel titles to dist...Matt Ebb
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