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-12-26The UI of the XYZ importer (File view, options) has been changed such that it isClemens Barth
similar to the one of the PDB importer. This makes writing the manual more easy.
2019-12-24Fix of an unreported error in the "Utilities Panel" (same error as the one I ↵Clemens Barth
fixed some minutes ago): "material.blend_method = 'ADD'" did not work. The line was replaced by "material.blend_method = 'OPAQUE'".
2019-12-24Fix of an unreported error: "material.blend_method = 'ADD'" did not work ↵Clemens Barth
anymore. We now use "material.blend_method = 'OPAQUE'"
2019-12-24POV: fix colored specularMaurice Raybaud
pre 2.8 property was still used. Now in the .pov. wrapper.
2019-12-24Fix T72654: Bolt Factory: Missing Data after Change Bolt.Spivak Vladimir (cwolf3d)
2019-12-23Poray: Fix add-on after Manta project was mergedSergey Sharybin
The module was renamed from smoke to fluid.
2019-12-22Rigify: replace Rename To Deform with a new basic.raw_copy rig.Alexander Gavrilov
Add a separate rig aimed at transferring bones from the metarig completely verbatim without the ORG prefix, and remove the hacky copy_chain/super_copy option for renaming ORG to DEF. Share the constraint retargeting feature between super_copy and raw_copy.
2019-12-22POV: fix specular ui panel Maurice Raybaud
add back specular buttons removed since 2.8
2019-12-22POV: Improve Line endings and general formattingMaurice Raybaud
used black on some files to dust up old formatting
2019-12-22Fix: T72630 Context menu, cursor to edge intersectmeta-androcto
2019-12-21Collection Manager: Fix popup sizing. Task: T69577Ryan Inch
Fix bug with automatic window sizing based on the maximum number of sub-levels present.
2019-12-20Fix T72558: OBJ export: option to export Polygroups missingPhilipp Oeser
Looks like a plain oversight in rBA53aec1ccff1b. Maniphest Tasks: T72558 Differential Revision: https://developer.blender.org/D6448
2019-12-20POV: added doc stringsMaurice Raybaud
Hoping it will help the code to be less repulsive to new developers.
2019-12-20POV: added doc stringsMaurice Raybaud
Hoping it will help the code to be less repulsive to new developers.
2019-12-20Fix T72413: FBX import error on missing filesCampbell Barton
While it's an error case, the ascii detection caused the missing file case to raise a full exception before running code which handles this case more gracefully.
2019-12-18rock gen: quiet startup printsmeta-androcto
2019-12-18Collection Manager: Fix Phantom Mode bugs. Task: T69577Ryan Inch
Fix rto toggles not working after leaving Phantom Mode. Fix rto history not being properly restored after leaving Phantom Mode.
2019-12-17sun_position: Fix T72495 traceback error when trying to activateDamien Picard
Fix by Jean First (robbott) in D6425
2019-12-17Collection Manager: Small cleanup. Task: T69577Ryan Inch
2019-12-16Rigify: add utilities for handling top/bottom side markers in names.Alexander Gavrilov
This will likely be useful in the upcoming new face rigs. Also fix a bug in the bones module.
2019-12-16Rigify: add optional primitive IK in limbs.super_finger.Alexander Gavrilov
Basic IK support in fingers could be useful for easily avoiding fingertips sliding when animating minor movement between the hand and an object it is holding. As there are 10 fingers, to limit the performance impact the IK itself is implemented using just one extra control, one constraint, and one driver. The parent switch adds one more bone, constraint and driver. This simple implementation requires applying IK as a correction on top of the FK shape to share the FK controls for precisely defining the shape, which means that stretch can't be implemented without giving up on exact IK<->FK snapping. This also means that unlike limbs this IK is not indended for independent use, and must always be used as a local anti-slide fix on top of primarily FK animation. The parent switch is designed to work with the extra wrist control and/or a held object pivot, demonstrating the tag feature of SwitchParentBuilder.
2019-12-16Fix T72148: OBJ import could fail with spaces in filenamesPhilipp Oeser
Thing here was that files could actually be loaded ('obj_image_load' has smart code for this), but tokenizing the corresponding line afterwards could still fail [would have part of a filename still in image_data list]. Now also correct this 'image_data' list in case 'obj_image_load' found images with filename spaces. Maniphest Tasks: T72148 Differential Revision: https://developer.blender.org/D6358
2019-12-16Collection Manager: Fix bug with enabling toggle. Task: T69577Ryan Inch
Fixes incorrect restoration of rto_history on disabling Phantom Mode which led to an error using the enabling toggles.
2019-12-15PDT: Add Reset View functionalityRune Morling
- In orthographic mode, will recenter the view and its distance. - In non-orthographic mode, will reset to the Blender default view. - Is hooked up to a button in the PDT View Control UI Panel.
2019-12-14glTF exporter: Basic SK driver export (driven by armature animation)Julien Duroure
2019-12-14glTF importer: size of bone at creation are now based on armature scaleJulien Duroure
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-12-13sun_position: remove redundant use_* propsDamien Picard
2019-12-13POV: added doc stringsMaurice Raybaud
Hoping it will help the code to be less repulsive to new developers.
2019-12-13sun_position: rename Ecliptic to DiurnalDamien Picard
The name "Ecliptic" for the Sun trajectory visualization was wrong. I renamed it to "Diurnal" because it actually visualizes the apparent trajectory of the Sun in one single day.
2019-12-13sun_position: cleanup UI and propertiesDamien Picard
UI for the normal mode is now split into subpanels.
2019-12-13sun_position: fix error from rBA6075b285Damien Picard
2019-12-13PDT: Fix bug in pivot_point.pyRune Morling
PropertyGroup variable wasn't properly instantiated, resulting in an exception due to a missing PointerProperty.
2019-12-13glTF exporter: fix extension required parameter checkJulien Duroure
2019-12-12sun_position: add manual linkmeta-androcto
2019-12-12addons: manual links, minor changes to match functional areas.meta-androcto
2019-12-12materials addons: default to manualmeta-androcto
2019-12-12io addons fix 404 manual linksmeta-androcto
2019-12-12io. more manual linksmeta-androcto
2019-12-12i/o, part manual linksmeta-androcto
2019-12-11viewport pies: minor icon changemeta-androcto
2019-12-11viewport pies: proportional edit and save defaults piesmeta-androcto
2019-12-11extra_objects: add rock gen: T71560meta-androcto
2019-12-10node presets: add manual pagemeta-androcto
2019-12-09Amaranth: Removed flush_modules function not needed anymoreCansecoGPC
2019-12-09Amaranth: Add back from addons contribCansecoGPC
2019-12-09node_presets: add back from addons_contribCampbell Barton
Improve error handling: - Show exception if the path can't be listed. - Reload node cache if the preferences directory changes.
2019-12-09sun_position: move to release: T69936Damien Picard
2019-12-09object_collection_manager: Remove import globbingCampbell Barton
2019-12-09object_collection_manager: use GPL headers for all filesCampbell Barton