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-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-20rna remaining that negates valuesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-122.5 User Interface / UI ScriptsThomas Dinges
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-042.5: Hide options panel for halo materials, none of the settings hereBrecht Van Lommel
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-20Fix for python error in material panel.Brecht Van Lommel
2010-07-18update from venomgfx, have the node toggle rather then an icon.Campbell Barton
2010-07-18patch for displaying a node icon in the material panel if the material has no...Campbell Barton
2010-05-16Properties Window:Thomas Dinges
2010-05-02Put ray mirror Fade To color next to Max Distance. Grayed out Fade To ifDaniel Salazar
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-16'Fix' [#21119] volumetric material always casts shadowsMatt Ebb
2010-04-14* Interaction PresetsMatt Ebb
2010-03-22Fix node material properties not showing correct, the code here should notBrecht Van Lommel
2010-03-18Fixed a crash switching to brush texture nodesMatt Ebb
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-11Added an option "Cast Approximate" to control if a material should castBrecht Van Lommel
2010-02-07sunsky presetsCampbell Barton
2010-02-07mat/lamp/world.textures -> texture_slotsCampbell Barton
2010-02-05add menus for vertex group and shape key panels, functionality wasnt communic...Campbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-28material copy/pasteCampbell Barton
2010-01-12Fix for [#20272] Missing Options - Blender Game, Transparency PanelMatt Ebb
2010-01-08custom properties panels for most ID types. use subclassing to keep panel UI ...Campbell Barton
2009-12-13use python3 syntax for defining a set.Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-23needed to assign some values as bool'sCampbell Barton
2009-11-22- hide members of bpy from dir() and autocomp.Campbell Barton
2009-11-22* Minor Cleanup. Thomas Dinges
2009-11-22SSS presets, Thomas and I added these at the same time, however I meant to ma...Campbell Barton
2009-11-22* Added Subsurface Scattering Presets. Thomas Dinges
2009-11-19Renamed "col2" to "wide_ui" which is more meaningful. Thomas Dinges
2009-11-15*More single column stuff.William Reynish
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton