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
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-17PNG Compression can now be set, writing uncompressed PNG's is significantly f...Campbell Barton
2010-06-28nicer alignment for preset UICampbell Barton
2010-06-23Added back full scene motion blur 'shutter' parameter (was 'Bf' in 2.49)Matt Ebb
2010-06-09pep8, whitespace editsCampbell Barton
2010-05-19render_ -> use_ prefix, copied from render branch.Campbell Barton
2010-05-17add back codecs UI for exr (from previous patch)Campbell Barton
2010-05-16Properties Window:Thomas Dinges
2010-05-16Some Renaming:Thomas Dinges
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-04-23Tweaks to Render Layers panelMatt Ebb
2010-04-23rename scene.visible_layers -> layers, since layers are used for editing, exp...Campbell Barton
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-14* Interaction PresetsMatt Ebb
2010-04-10QTKit (OSX 64bit): Add audio export to QuicktimeDamien Plisson
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-16no need to include the setting names in enum itemsBrecht Van Lommel
2010-03-16minor changes to rna names for consistancyBrecht Van Lommel
2010-03-13Fix [#21351] PROPERTIES: Resolution changes based solely on changing Matt Ebb
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-082.5 Audio:Joerg Mueller
2010-02-07Patch by matd (on irc).Martin Poirier
2010-02-06Fix #20452: motion blur buttons were missing. Motion blur samplesBrecht Van Lommel
2010-01-31pep8 changesCampbell Barton
2010-01-28Ambient Occlusion split up into:Brecht Van Lommel
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-02Simplified bake panel layout, and made it work with single column UI.William Reynish
2009-12-31- modify the baking layout to be more compact and made a bit more sense.Campbell Barton
2009-12-29bake operator and UI, no feedback while baking yetCampbell Barton
2009-12-13use python3 syntax for defining a set.Campbell Barton
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-02Quicktime(Carbon/win32) : add operator to raise the "compression settings" qu...Damien Plisson
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-24Render Buttons:Thomas Dinges
2009-11-24Made render quality settings proper percentages.William Reynish
2009-11-24quicktime : small ui update to include the two qt import options in the outpu...Damien Plisson
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-22use is rather then == when comparing with singletons (None/False/True), its f...Campbell Barton
2009-11-22- hide members of bpy from dir() and autocomp.Campbell Barton
2009-11-22* Minor Cleanup. Thomas Dinges
2009-11-22* Some cleanup for recent preset commit. Thomas Dinges