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
2012-10-02First try at hair particles support.Maurice Raybaud
2012-02-26Updated Subsurface scattering Syntax to POV 3.7 RC4 (Blender presets now work)Maurice Raybaud
and corrected typo in wiki link.
2012-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-18Changed Default for Depth Of Field to False Maurice Raybaud
Fixed a type error for dimensions of rectangular area lights
2011-05-20Another fix by mont29: a bug preventing some scenes to render was due to an ↵Maurice Raybaud
indentation error.
2011-05-10Added spacing_multiplier to object photons block so per object photon count ↵Maurice Raybaud
tuning is now possible (see tooltip)
2011-05-09Reorganized the whole pov properties, to place them in PropertyGroups, ↵Bastien Montagne
rather than cluttering the Scene/Material/etc. objects’ spaces… Also added a new file handling the conversion from existing files using the old pov properties (call the ˘povray render: update to script v0.0.9” operator (bpy.ops.scene.pov_update_properties) in the search box of the 3d views to make the conversion).
2011-04-29Improved input precision for chromatic dispersion for more accurate causticsMaurice Raybaud
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-16use relative imports for povrayCampbell Barton
2011-03-04pep8 edits for povray, also dont use string addition for textblock contents, ↵Campbell Barton
write newlines separate.
2011-03-01Added : Option to replace material properties with custom pov code from text ↵Maurice Raybaud
data blocks
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-26API changeMaurice Raybaud
2011-02-16pep8 style warning corrections.Campbell Barton
2011-02-11some corrections for errors registering classes.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-08Version 0.0.8Constantin Rahn
API: 34650 fix: x-offset in one mapping of Alphamap was inverted
2011-01-31Fixed rendering of animation. The scene updates before it's exporting.Constantin Rahn
Some minor pep8 fixes.
2011-01-31Added more UI controls for Depth of FieldMaurice Raybaud
Cleaned up Media and photons UI layouts
2011-01-30Attempting to standardize some of the locations and fixing up descriptions ↵Jonathan Smith
in bl_info
2011-01-29Fixed color pickersMaurice Raybaud
2011-01-26Photons and transparency improvementsMaurice Raybaud
2011-01-24minor change: TypingConstantin Rahn
2011-01-24Optimized export to OS Tempfiles.Constantin Rahn
The output to Tempfiles no longer exports comments, indentations or LFs (in lists). New option in Export settings to deactivate LF (line brakes) in lists. Fixed a material export for normal maps. Was exported two times. Paths to images are now realpaths, no /../ in absolut paths.
2011-01-23Added file options for export.Constantin Rahn
Usage: Deactivate "OS Tempfile" to see the new options. Some UI and code cleanup.
2011-01-22povray script now passes the pep8 checker.Campbell Barton
noticed some strange code, added XXX FIXME.
2011-01-21Added some more parameter for Anti AliasingConstantin Rahn
2011-01-20AntiAlias Pannel UI und __init__Constantin Rahn
2011-01-16Unified the spelling of POV-Ray (official spelling)Constantin Rahn
2011-01-16As suggested by Filiciss Muhgue Api change updateMaurice Raybaud
2011-01-15- mktemp is Deprecated since version 2.3, replaced with NamedTemporaryFile()Constantin Rahn
- Automatic indentation in Pov file - Added "command line switch". (Option to set some command line parameter)
2011-01-15By Constantin Rahn:Maurice Raybaud
-POV file formatting improvement with UI option and function to handle all tabs/spaces indentation (big clean up) -use of quote characters made more consistent.
2011-01-15Added some formatting of the pov files and some UI tweaks made by Constantin ↵Maurice Raybaud
Rahn (Thanks!). Also the version number had not been updated for a while, I don't know about API number
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-12ADDED:Maurice Raybaud
-pov max trace level (ray depth) -pov radiosity importance sampling -Higher Radiosity samples count (allows Halton sampling) -pov pretrace_start / pretrace_end FIXED -incomplete tooltip for pov low_error -sky_sphere mapping options: -world sky gradient to follow pov coordinate system -Skysphere rotation made independant from camera -generation of skysphere with image map and BlendSky will just consider the texture for now. All issues reported here http://projects.blender.org/tracker/?func=detail&atid=469&aid=23145&group_id=153 by Constantin Rahn, except Layer selective export, adding it to maydo list
2011-01-10Pointing Bl Addon info to only one tracker. Maurice Raybaud
2011-01-10New tracker URL formatMaurice Raybaud
2011-01-09Added Atmospheric Media and custom image gammaMaurice Raybaud
fixed two typo errors and a compatibility for gamma syntax
2011-01-08== Tracker urls formatting ==Luca Bonavita
READ THIS TO AVOID A LOT OF WORK! New way of linking to tracker pages: just use the parameter "aid" (artifact ID), to avoid a lot of manual updates later in wiki and svn. Example: ========= OLD WAY TO LINK TO TRACKER ----------------------------- Complete url of a script in Upload http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=467 If we move this in contrib this url will become http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=468 467 becomes 468, so we have to update this in wiki page. Later on, when this moves into Trunk, the url will become http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=469 468 becomes 469, so we have to update the url in wiki page and svn. Annoying! NEW WAY TO LINK TO TRACKER ----------------------------- Best way to link to tracker page is using: http://projects.blender.org/tracker/index.php?func=detail&aid=25349 Use "func=detail" Use "aid" (which is the "artifact ID") DON'T use "group_id" (which is the project ID, bf-extensions is project 153) DON'T use "atid" (which is the "artifacts tracker ID") Like this, the url is unique, and we will avoid to update wiki pages and svn after moving pages [[Split portion of a mixed commit.]]
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-16Added elementary BakingMaurice Raybaud
2010-10-28And my first minor commit ever:Maurice Raybaud
I had forgotten to change some names I hope it does work now; This is an adaptation of Povray exporter to render with povray 3.7 if you want more info, there are pdfs in the zip files here on the tracker: https://projects.blender.org/tracker/index.php?func=detail&aid=22717&group_id=153&atid=468
2010-10-28first commit ever!Maurice Raybaud
2010-09-10update for changes in blender.Campbell Barton
2010-08-31== trunk addons ==Luca Bonavita
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
2010-08-12== addons ==Luca Bonavita
cosmetic fixes, suggested by Shane Ambler (sambler), thx :) [#23279] Small cosmetic fix to addons https://projects.blender.org/tracker/?func=detail&atid=127&aid=23279&group_id=9
2010-08-02fix for registering scripts.Campbell Barton
- mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py also move bl_addon_info to the top for faster parsing.
2010-08-02update addons to work with new register/unregister method,Campbell Barton
These scritps still need changes related to parent classes - mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py