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-19* Added control and animation of sound volume of sequence sound strips (found...Matt Ebb
2009-11-19Sequencer UI: Sequencer now uses the standard timeline cursor instead of a ha...Joshua Leung
2009-11-192.5 Single Column Layout:Thomas Dinges
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-18Netrender cleanup and bug fixMartin Poirier
2009-11-18New B.Blend.William Reynish
2009-11-18Code cleanup in netrenderMartin Poirier
2009-11-18remove GPL headers from templates, am happy for them to be public domainCampbell Barton
2009-11-18Durian request: ClothDaniel Genrich
2009-11-18python pose_channels -> bonesCampbell Barton
2009-11-18Accidentally overrode a small change in the keymap preferences. Fixed.William Reynish
2009-11-18Changed the appearance of the toolbar buttons.William Reynish
2009-11-18- rna attribute setting problem, class instances could not set their own attr...Campbell Barton
2009-11-18default name of keymap to 'keymap.py' + pedantic pep8 editsCampbell Barton
2009-11-18Small UI Tweaks - Toolbar + Graph Editor:Joshua Leung
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17-Single column UI for image editor.William Reynish
2009-11-17* Create Group Operator had a wrong name, so it didn't showed up in the menu. Thomas Dinges
2009-11-17use number keys to set the current brush in paint modesCampbell Barton
2009-11-17Single column UI for constraintsWilliam Reynish
2009-11-17fix for error editing a string property with quotesCampbell Barton
2009-11-17Toolbar reorganizationWilliam Reynish
2009-11-17- in pose mode, pose bone properties are edited rather then armature boneCampbell Barton
2009-11-17- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-17nicer UI, allow editing of values without pressing edit for basic typesCampbell Barton
2009-11-17property editor for bone and object ID props, add/remove/editCampbell Barton
2009-11-16Fixing keymap export:Martin Poirier
2009-11-16Added single column support to modifiersWilliam Reynish
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton
2009-11-16fix for python UI glitch, need to make view3d active_pchan & active_bone's (s...Campbell Barton
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