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 (Expand)Author
2022-11-06Rigify: annotate and cleanup PyCharm warnings in utils and generation.Alexander Gavrilov
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-11-05Fix T92530: Rigify is trying to copy addon propertiesDemeter Dzadik
2021-08-27Update addons for D9697 "_RNA_UI" removalHans Goudey
2021-07-20Rigify: clear driver errors after generation.Alexander Gavrilov
2021-07-11Rigify: add more utility code for the upcoming face rig.Alexander Gavrilov
2021-06-27Fix T89394: update for mandatory keyword argument in Python API.Alexander Gavrilov
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2021-01-18Rigify: make properties overridable when copying.Alexander Gavrilov
2021-01-04Rigify: move drivers together with constraints and code improvement.Alexander Gavrilov
2020-12-21Rigify: generate UI script for custom properties from metarig.Alexander Gavrilov
2020-12-02Rigify: support lazy bone names in utils/mechanism.py tools.Alexander Gavrilov
2020-11-05Rigify: allow passing Armature "targets" as a kwarg for make_constraint.Demeter Dzadik
2020-07-15Rigify: make sure not to copy certain properties in copy_custom_properties.Alexander Gavrilov
2020-07-02Rigify: add a few utilities for working with existing custom properties.Alexander Gavrilov
2020-06-25Rigify: support other keyword options in make_property.Alexander Gavrilov
2019-09-29Rigify: various additions to bone, mechanism and widget utilities.Alexander Gavrilov
2019-09-28Rigify: support new 2.81 features of constraints and drivers in utils.Alexander Gavrilov
2019-09-14Rigify: redesign generate.py and introduce a base rig class.Alexander Gavrilov
2019-05-09Rigify: change the first variable name for var0 to var in make_driver.Alexander Gavrilov
2019-05-07Rigify: improve widget placement, widget generation and make_driver.Alexander Gavrilov
2019-05-05Rigify: new utilities for bone naming and driver creation, and some fixes.Alexander Gavrilov
2019-04-16Rigify: change make_property to wrap the official rna_idprop_ui_create.Alexander Gavrilov
2019-03-24Rigify: properly set custom property defaults and overridable flags.Alexander Gavrilov
2019-03-14Rigify: add support for user-defined rig packages and related utilities.Alexander Gavrilov