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
2019-05-24object_cloud_gen: move to contrib: T63750meta-androcto
2019-05-13object_cloud_gen: initial update 2.8, non version bumpmeta-androcto
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-25addons: object select_set syntax updateNBurn
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2017-09-04Cloud Generator: Fix typo with operator returnlijenstina
Bumped version to 1.0.2 Missed an error with the previous commit Safe to include in release No other functional changes
2017-07-28Cloud Generator: Cleanup, use do_unlink insteadlijenstina
Bumped version to 1.0.1 Pep8 cleanup Use do_unlink istead of scene.objects.unlink Add some report messages Remove some commented out code Update wiki link, remove redundant tracker_info Note: possibly needs some more testing
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-04-19Update Cloud Gen: T48116 Depreciate Particles, Cycles Supportmeta-androcto
2015-09-07initial fix for T40706 disable local view, disable cyclesBrendon Murphy
2014-08-14fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.Brendon Murphy
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2014-02-01Add Cloud Generator to 'Create' tabJonathan Williamson
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-09-16closed panels by defaultBrendon Murphy
[[Split portion of a mixed commit.]]
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-02-27removed warning (works in trunk now), also made pep8 editsCampbell Barton
2012-02-27added broken warning, resulting cloud is not scale able.Brendon Murphy
2012-02-20fix for bmesh Brendon Murphy
bpy.ops.mesh.delete(type='ALL') becomes bpy.ops.mesh.delete(type='VERT') script still returns some errors in the console but works again.
2012-01-14remove api field, was never used.Campbell Barton
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some ↵Campbell Barton
edits), removed so this wont happen again.
2011-10-10removing Version Information & adding to wiki pageBrendon Murphy
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-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-25update to bl_infoBrendon Murphy
2011-07-10cleanupCampbell Barton
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-05-03update for changes in blenderCampbell Barton
2011-03-29addons/object_cloud_gen.pyBrendon Murphy
removed warning, api r35853 quick fix for error. line 519 commented out > # bpy.ops.object.location_apply()
2011-03-29addons/object_cloud_gen.pyBrendon Murphy
added "warning": "Script returns errors" api r35853
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-01And again, polishing off some more that I missed.Jonathan Smith
2011-01-14bl_addon_info -> bl_infoCampbell Barton
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-11-21new features see ↵Brendon Murphy
https://projects.blender.org/tracker/?func=detail&atid=469&aid=22015&group_id=153 for updates.
2010-09-20fixes for regenerating objectsCampbell Barton
- removing objects is simplified. - render object enabled on de-generate. - removed warning, re-render wont crash now.
2010-09-17update working revision 31965Brendon Murphy
scripts tested as working
2010-09-13minor changes, avoid lookups on bpy.types.Scene for many settingsCampbell Barton
2010-09-11Missed these changes in last patch commit, had to manually merge due to ↵Thomas Dinges
changes in Extensions SVN 1010-1012.
2010-09-11Fix for API changes. Thomas Dinges
2010-09-04trunk/py/scripts/addons/object_cloud_gen.pyBrendon Murphy
removed warning & merged current api with loopduplicates fixes
2010-09-04trunk/py/scripts/addons/object_cloud_gen.pyBrendon Murphy
fix for api changes thanks to loopduplicate
2010-09-03update for changes in rna io_import_scene_mhx.py mapto isnt working as it ↵Campbell Barton
should since this can now only be accessed as many bools
2010-09-02update for rna changesCampbell Barton