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-21made the merge limit show more precission and use a lower step.Campbell Barton
2009-11-21rna bge fix: using dynamode instead of mode for Dynamic Material option: Alig...Dalai Felinto
2009-11-21- added back Shift+Tab to toggle snap Campbell Barton
2009-11-20use negative boolean option no_zbuf -> use_zbufCampbell Barton
2009-11-20* More small modifier improvements by nudelZ.Thomas Dinges
2009-11-20RNA doc update. the "no_zbuf" flag in Defocus node was incorrectly doc'ed as ...Roland Hess
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-20Quicktime-qtkit : encoding settings now in blender ui (encoding panel)Damien Plisson
2009-11-20- dir() now works for collection functionsCampbell Barton
2009-11-20* Removed tablet pressure sensitive number field widget scrubbing, wasn't tha...Matt Ebb
2009-11-19- StructRNA's __dir__ was missing members from its classes __dict__Campbell Barton
2009-11-19operator properties were not the correct typeCampbell Barton
2009-11-19Revert toolbar shading commit.William Reynish
2009-11-19* Fix for texture->image node not workingMatt Ebb
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-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-18own mistake meant bones could not drive eachother.Campbell Barton
2009-11-18Revert of ID Notifier, as requested by Matt. Thomas Dinges
2009-11-18bone & object properties editing was broken.Campbell Barton
2009-11-18Durian request: ClothDaniel Genrich
2009-11-18fix for own error in 24623, removed a memfree call,Campbell Barton
2009-11-18fix for memory leak, use Key Errors for pyrna getitem access & idpropsCampbell Barton
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-18remove ID property lookups from rna..Campbell Barton
2009-11-18Changed the appearance of the toolbar buttons.William Reynish
2009-11-18* NC_WINDOW Notifier for ID Name property (maybe not the best solution, but a...Thomas Dinges
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17adjusting generic props in the UI refreshes the depgraph, this is weak but al...Campbell Barton
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-17switching the active brush with Alt+Wheel would crash when going past the las...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- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-16Fixing keymap export:Martin Poirier
2009-11-162.5 Texture RNA:Thomas Dinges
2009-11-16ID property access from python for pose channels, bones and any ID objects.Campbell Barton
2009-11-16Added single column support to modifiersWilliam Reynish
2009-11-16Constraints: Code cleanupJoshua Leung
2009-11-16- fcurve modifiers.new()/remove()/activeCampbell Barton
2009-11-16bpplayer compiling fixes: ([#19890] Getting the Blenderplayer to build again ...Dalai Felinto
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-15RNA property for propvalue in keymapitems.Martin Poirier
2009-11-14- sequencer speed effect back using fcurves, still needs manual reloading to ...Campbell Barton
2009-11-14* Compile fix. prop was declared in the middle of scope. Thomas Dinges
2009-11-13report this broke MSVCCampbell Barton
2009-11-13documentat & cross reference collection typesCampbell Barton
2009-11-13fix for error with property getattro in recent commit which broke autocomp.Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton