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-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
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