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-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-09fix for running datatoc on files in a subdir (was adding slashes into the C v...Campbell Barton
2009-11-09simple fix, still worked on my PC somehowCampbell Barton
2009-11-09- added particle select_inverseCampbell Barton
2009-11-08Sequencer: (small Durian wish)Andrea Weikert
2009-11-08use the cwd for the shell prompt, use subprocess.getstatusoutput rather then ...Campbell Barton
2009-11-08* Removed "Lock" Prefix from items inside Transform Lock Panel for consistency.Thomas Dinges
2009-11-08bpy/rna api class featureCampbell Barton
2009-11-08pedantic enum string consistancyCampbell Barton
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-07fluid cache need a +1 offset, their frame 0 is blender frame 1 (fun stuff)Martin Poirier
2009-11-07missed committing this file (from Stani's patch)Campbell Barton
2009-11-07- added console language typeCampbell Barton
2009-11-07api changes suggested by StaniCampbell Barton
2009-11-07* Added "Align View to Selected" to the View > Align View menu.Thomas Dinges
2009-11-06- removing the last particle system now exits particle edit mode.Campbell Barton
2009-11-06patch from Stani, support for function arguments in autocompleteCampbell Barton
2009-11-05Simple one liner....Kent Mein
2009-11-05view docs was broken for operators - was getting the nested class string.Campbell Barton
2009-11-05operator to select pos/neg verts on any axis relative to the active vertexCampbell Barton
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