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
path: root/source
AgeCommit message (Expand)Author
2009-11-18Fun stuff with macroMartin Poirier
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17Macro for extrude along normals with a poll function to restrict it to face s...Martin Poirier
2009-11-17Made toolbar buttons left-aligned.William Reynish
2009-11-17adjusting generic props in the UI refreshes the depgraph, this is weak but al...Campbell Barton
2009-11-17[#19760] Extrude + Continuous Grab doesn't workMartin Poirier
2009-11-17* Alphabetical Order for Constraints.Thomas Dinges
2009-11-17use number keys to set the current brush in paint modesCampbell Barton
2009-11-17auto IK constraint was added twice, creating a circular list (HANG!)Martin Poirier
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-17switching the active brush with Alt+Wheel would crash when going past the las...Campbell Barton
2009-11-17removing drivers was trying to remove the fcurve from the actions fcurve list...Campbell Barton
2009-11-17was trying to add one too many drivers when inserting them on all items on an...Campbell Barton
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-17select linked enables seam limit when in face mode and the "limit" property i...Campbell Barton
2009-11-17Assorted bugfixes - Sequencer/Preview Range:Joshua Leung
2009-11-17DopeSheet Drawing Optimisation (Long Keyframes):Joshua Leung
2009-11-17my chnges broke 'del idprop["key"]'Campbell Barton
2009-11-16Fixing keymap export:Martin Poirier
2009-11-16bpy/rna methods to find properties (works nice with autocomp!)Campbell Barton
2009-11-162.5 Texture RNA:Thomas Dinges
2009-11-16missing includeCampbell Barton
2009-11-16ID property access from python for pose channels, bones and any ID objects.Campbell Barton
2009-11-16update idproperty python api for python 3.1Campbell Barton
2009-11-16python api for ID property access by Joseph Eager, copied from blender 2.4x.Campbell Barton
2009-11-16Added single column support to modifiersWilliam Reynish
2009-11-16un-initialized variable, fix for own recent commitCampbell Barton
2009-11-16add hook in vertex and control point menu's, Ctrl+HCampbell Barton
2009-11-16Bugfix: Remove drivers button was brokenJoshua Leung
2009-11-16Constraints: Code cleanupJoshua Leung
2009-11-16- fcurve modifiers.new()/remove()/activeCampbell Barton
2009-11-16functions returning non ID pointers that relied on having the ID set could cr...Campbell Barton
2009-11-16bge: fix for "dome mode not working with Letterboxing".Dalai Felinto
2009-11-16Add include path to find BLO_readfile.h.Guillermo S. Romero
2009-11-16BGE: dynamic loading patch commited. API and demo files available here: https...Benoit Bolsee
2009-11-16bpplayer compiling fixes: ([#19890] Getting the Blenderplayer to build again ...Dalai Felinto
2009-11-16Fix runtime check uninitialized pointerBenoit Bolsee
2009-11-15=== Better support for user defined modal keymaps ===Martin Poirier
2009-11-15patch [#19722] Text labels for Stereo and dome modes from Jorge Bernal (lordl...Dalai Felinto
2009-11-15Bugfix #19878: pressing shift+b or alt+b locks up blenderJoshua Leung
2009-11-15[#19896] [bugfix] Fixing converting of rotation f-curvesCampbell Barton
2009-11-15Bugfix #19887: Blender crash when resizing nodes in node editorJoshua Leung
2009-11-15Red-Black Tree Code Cleanups:Joshua Leung
2009-11-15skip rna property & function lookups for members starting with "_" (since mak...Campbell Barton
2009-11-15RNA property for propvalue in keymapitems.Martin Poirier
2009-11-14sequencer select linked time option, (Selectmouse /w Ctrl & Ctrl+Shift), sele...Campbell Barton
2009-11-14Make it possible to put audio strips into meta strips in the sequencer.Joerg Mueller
2009-11-14sequencer support for loading multiple movie and sounds at once.Campbell Barton
2009-11-14reload with the active sequence strip setCampbell Barton