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-15=== Better support for user defined modal keymaps ===Martin Poirier
2009-11-15*More single column stuff.William Reynish
2009-11-15skip rna property & function lookups for members starting with "_" (since mak...Campbell Barton
2009-11-14- sequencer speed effect back using fcurves, still needs manual reloading to ...Campbell Barton
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton
2009-11-13fix for skinning uneven loops, fixed to use even edge removal currentlyCampbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-13dont use the actual scene when registering the classCampbell Barton
2009-11-13Made a few more property areas work with a single column. William Reynish
2009-11-12Implemented single column UI for textures, curve, mesh and empty.William Reynish
2009-11-12undefined py variableCampbell Barton
2009-11-12* Minor code cleanup. Thomas Dinges
2009-11-12Implemented suggestion be Matt to slightly tweak the code for single column UIWilliam Reynish
2009-11-12Added single column UI layoutsWilliam Reynish
2009-11-12Spline IK: UI/Scaling TweaksJoshua Leung
2009-11-11Fix for import/export menus, hide collada if it is not compiled in.Brecht Van Lommel
2009-11-11Added some missing theme entries and removed some unused ones.William Reynish
2009-11-11Nodes:Thomas Dinges
2009-11-11recent change shows up incorrect context use: context.bone is not valid in th...Campbell Barton
2009-11-11- In the context, EditBones and Bases were set as 'RNA_UnknownType', replaced...Campbell Barton
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