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
2012-05-29finish cleanup for pluginsCampbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-29remove pynodes, were not working in 2.5, not ported to py3.xCampbell Barton
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-29Typo in property DescriptionDaniel Salazar
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-28image.gl_touch: wasn't passing the parameters to gl_loadDalai Felinto
2012-05-28image.gl_load: moving error cleaning to before all gl calls"Dalai Felinto
2012-05-28image.gl_load(): clear glGetError buffer before getting a new oneDalai Felinto
2012-05-28A few minor UI message fixes...Bastien Montagne
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-27rna_def_composite_nodetree_api() getting passed the wrong propDan Eicher
2012-05-27style cleanup: nodes, also rename chunksize -> chunk_sizeCampbell Barton
2012-05-27[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' OptionGaia Clary
2012-05-26Add frame_duration read-only member to Image RNA struct, returns movie's leng...Bastien Montagne
2012-05-26solidify option to flip normalsCampbell Barton
2012-05-26Fix dummy cp/pt error (harmless in blender itself, but breaking doc and i18n ...Bastien Montagne
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25style cleanupCampbell Barton
2012-05-253D View: add Backface Culling option, to hide faces when seen from the back s...Brecht Van Lommel
2012-05-24Patch #31570: Implementation of 'Include bone children' OptionGaia Clary
2012-05-24Restoring Group Colours for Animation Channels - Part 1Joshua Leung
2012-05-24Image.gl_touch - routine to prevent the image to be cleared by blender cache ...Dalai Felinto
2012-05-23style cleanup: also correct commentCampbell Barton
2012-05-23increase memory limit for sequencer cache to 32gigCampbell Barton
2012-05-23Fix: cycles not supporting scene background sets.Brecht Van Lommel
2012-05-22Add new theme-able color, TH_SKIN_ROOT.Nicholas Bishop
2012-05-22Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.Nicholas Bishop
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-22expose absolute shape keyblock interpolation in the uiCampbell Barton
2012-05-22remove unused enums (these are defined and used elsewhere)Campbell Barton
2012-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-22fix for Monique Dewanchand
2012-05-22Missing RNA_def_property_update functions for RenderSettings bake propertiesDan Eicher
2012-05-22Fix for [#31413] Code review testing: Regarding chunksize, could theJeroen Bakker
2012-05-22UI mafia fix thanks to venomgfx for reportingJeroen Bakker
2012-05-21Fix for Monique Dewanchand
2012-05-21A few minor UI message fixes...Bastien Montagne
2012-05-21 * Bokeh Image angle now has rnge from -720 to +720 degreesJeroen Bakker
2012-05-21Cycles: add Object Info node, with outputs object location, object/materialBrecht Van Lommel
2012-05-21Added switch in dilate/erode between old (Step) and new (Distance)Jeroen Bakker
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Sequencer UI:Thomas Dinges
2012-05-20Added 'LIBRARY_EDITABLE' flag to bpy.props.*Dan Eicher
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton