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-07-09add interior vertex group option.Campbell Barton
2012-07-09fix error with `own particles` using verts.Campbell Barton
2012-07-09Use user config dir to save credentials.Nathan Letwory
After successful login switching to Renderfarm.fi renderer will automatically log in with existing credentials. Note that no password is saved.
2012-07-083ds export addon: fixed comments to not interfere with string-literals, ↵Sebastian Nell
reported by IRIE Shinsuke via mailing list
2012-07-08minor edits, convert the scale arg to a tupleCampbell Barton
2012-07-07support for using other objects particles as inputCampbell Barton
2012-07-07Fixed the broken mesh functions.Adam Wiseman
2012-07-07added back randomization its needed saddlyCampbell Barton
2012-07-06add phymec as co-author, added own wiki link.Campbell Barton
2012-07-05fractureCampbell Barton
- add button in toolbar - fracture all meshes in selection - add option for layer to add into
2012-07-05- debug option to not apply booleansCampbell Barton
- temp workaround for convex hull failing
2012-07-05non uniform cell shape, currently only xyz scale.Campbell Barton
2012-07-05minor improvement to cell fracture algo.Campbell Barton
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-04rename addonCampbell Barton
2012-07-04add support for using non mesh objects as point sources (mainly for curves ↵Campbell Barton
but meta's and surfaces also work) remove face/edge point sources. not really that useful in most cases and clogged up UI.
2012-07-04MHX importer: Added panel for face shapes, when driven by properties.Thomas Larsson
2012-07-03Spell and typo fixes.Bastien Montagne
2012-07-03increase margin and remove doubles a little, close verts gave issues with ↵Campbell Barton
convex hull
2012-07-03option to draw as fracture runsCampbell Barton
2012-07-03material for internal faces.Campbell Barton
2012-07-03split islands boolean option.Campbell Barton
2012-07-03fracture updatesCampbell Barton
- added options to fracture into a new group and to use the next layer then the active object. - noise option wasnt working right, was always adding a lot of noise.
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-07-01fix for fracturing UV layersCampbell Barton
2012-06-30update for changes in the bmesh api Campbell Barton
2012-06-30FK-IK snapping fixed after rig change.Thomas Larsson
2012-06-29added margin optionCampbell Barton
2012-06-29add option to favor which parts to re-fractureCampbell Barton
2012-06-29added options and made some bugfixesCampbell Barton
options - recursive fracture - source limit - source point noise still work in progress
2012-06-27cell fracture operator is now functional.Campbell Barton
2012-06-27add functions for scene setupCampbell Barton
2012-06-27remove example code and add a margin setting.Campbell Barton
2012-06-27remove unused code, some minor cleanupCampbell Barton
2012-06-27initial logic for voroni fracture. no UI access yet.Campbell Barton
2012-06-27MHX importer: Removed some dead code, and now display two digits for minor ↵Thomas Larsson
version number to avoid confusion.
2012-06-27patch from Chris Want to make ply script more useful when imported from ↵Campbell Barton
other scripts (returning a mesh).
2012-06-24Update to import image as planes:Bastien Montagne
*Mostly, makes much more intensive use of Blender's FileSelector, to only show relevant files, and allow any pict/video files when "all" is selected (previously e.g. importing mkv's was impossible!). *Style cleaning/refactoring (esp. do not use 'self' for anythin else than a method's object, so made most func member of op class)...
2012-06-24add in most of the URL referenes to the manualCampbell Barton
2012-06-24update wiki reference links for all main op sections, still need to fill in ↵Campbell Barton
URLs for many.
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-06-22Updated for bmesh compatibility (faces-->tessfaces + uv_layer-->loop)Maurice Raybaud
2012-06-19This should fix [#31801] "OBJ importer doesn't import smoothing groups as ↵Philipp Oeser
sharp edges" reported by Tom Penn. There was code to mark edges as sharp but it was disabled as being too slow. Found a quicker way using bmesh. Reviewed by Campbell.
2012-06-19Changed attribute access from vertex_group_weight to ↵Dany Lebel
unified_paint_settings.weight
2012-06-18revert r3501 - needs further investigationPhilipp Oeser
2012-06-18This should fix [#31831] "obj import name" reported by dan grauer.Philipp Oeser
Now the importer assigns the object the same name as the object data. Reviewed by Campbell.
2012-06-18This should fix [#31835] "OBJ Importer corrupts a model (crash in edit ↵Philipp Oeser
mode)" reported by paul geraskin. The importer did the mesh validation before calculating edges (should be the other way around). Reviewed by Campbell.
2012-06-18fixes scaling bug.Kalle-Samuli Riihikoski