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-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-01select pattern for bonesCampbell Barton
2009-11-30- grease pencil drawing on the surface of objects (only when enable face snap...Campbell Barton
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-28py/rna apiCampbell Barton
2009-11-27* Small Cleanup.Thomas Dinges
2009-11-27Add missing snap properties to transform operator.Martin Poirier
2009-11-27edge loop delete was using snap, making it not actually delete the edge loopCampbell Barton
2009-11-26minor changes made before commit broke this script Campbell Barton
2009-11-26ctrl 1-5 for changing subsurf levelsCampbell Barton
2009-11-23temp hack to make the popup show wider when running the edit description oper...Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-22- add cloth button wasnt working because it was set to execute the operator.Campbell Barton
2009-11-22use context member rather then modifier name in presetsCampbell Barton
2009-11-22* Minor cleanups.Thomas Dinges
2009-11-22remove template uiTemplate_view3d_select_faceselmenuCampbell Barton
2009-11-22SSS presets, Thomas and I added these at the same time, however I meant to ma...Campbell Barton
2009-11-22moving this file back, sorry for the noiseCampbell Barton
2009-11-22looks like we both added sss at once :) , removing since Im using the base cl...Campbell Barton
2009-11-22* Added Subsurface Scattering Presets. Thomas Dinges
2009-11-22- aspectx wasnt saved in the render presetCampbell Barton
2009-11-22* Some cleanup for recent preset commit. Thomas Dinges
2009-11-22render presets, select from a directory, button to add own presetsCampbell Barton
2009-11-20- dir() now works for collection functionsCampbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-17use number keys to set the current brush in paint modesCampbell Barton
2009-11-17- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-17property editor for bone and object ID props, add/remove/editCampbell 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-09simple fix, still worked on my PC somehowCampbell Barton
2009-11-08use the cwd for the shell prompt, use subprocess.getstatusoutput rather then ...Campbell Barton
2009-11-08bpy/rna api class featureCampbell Barton
2009-11-08pedantic enum string consistancyCampbell Barton
2009-11-07- added console language typeCampbell Barton
2009-11-05view docs was broken for operators - was getting the nested class string.Campbell Barton
2009-11-05Select interior faces, access from the mesh select menuCampbell Barton
2009-11-05fix for editing docsCampbell Barton
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-04- move WM operators out of bpy_ops.py into their own fileCampbell Barton
2009-11-04new operator directory, move some scripts from ioCampbell Barton