Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-05-26Formatting and fixesMaurice Raybaud
* Moved: some existing functions into new separate files to improve code readability (detailed in __init__.py docstring) * Remove: max_intersections deprecated in pov 3.8 * Add: Validate utf-8 characters with specific API function at session's first script init * Add : Icons to some text fields and inviting labels * Change default camera normal perturbation value to non zero since its use is first driven by a boolean toggle * Change: lists (vectors and indices) are now exported in one line by default for better manual scene overview and debugging * Change: a couple of tooltips corrections * Change : renamed many variables and functions to snake_case according to recommanded style guides * Fix : Heightfield primitive (forward slashes were expected for displacement texture path) * Fix : Text nippet insertion operator * Fix : added console print tip to check executable path on failure to process * Fix : tweaked finished render say command for Linux * Fix : interface of some shader nodes broken since 2.8 api changes * Fix : export hair particles
2020-05-05POV: renamed color temperature to better reflect relative warmthMaurice Raybaud
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-09renamed 'lamp' preset folder to 'light'Maurice Raybaud
2019-11-01povray: extra space in lamp presetCampbell Barton
D6164 by @Rottm
2019-05-29fixed world presets (Sky model) broken by 2.8 changesMaurice Raybaud
2019-04-27Material presets with only SSS for now and not even working yet in UIMaurice Raybaud
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-01-28Added Lamp , Radiosity, and World presetsMaurice Raybaud