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
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-162.5 UI Interface Scripts:Thomas Dinges
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-04pep8 cleanupCampbell Barton
2011-01-26After talking to Troy Sobotka, separated the time mapping UI a bit and added ...Daniel Salazar
2011-01-25Adding Framerate preset patch by Troy Sobotka (sobotka). Small change toDaniel Salazar
2011-01-13feature request from colin levy, camera lens stamp.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-17Render Buttons UI:Thomas Dinges
2010-12-05Render UI: added the very important "free unused nodes" in theTon Roosendaal
2010-12-01bugfix [#23406] DPX Images load darker then saved, UI broken.Campbell Barton
2010-11-02UI:Thomas Dinges
2010-11-01"Fix" for [#22537] motion blur render result incorrect when full sample anti-...Janne Karhu
2010-10-13bugfix [#23899] renderlayers are not working properlyCampbell Barton
2010-09-19map old/new rna & ui backCampbell Barton
2010-09-14button to remove presets.Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-25Fix/addition for recent RNA collections active index changes -Matt Ebb
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-10minor adjustments to python scripts to make them easier to run outside of ble...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
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