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
path: root/rigify
AgeCommit message (Expand)Author
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-06-28Fix rigify Python errors when there is no active objectBrecht Van Lommel
2019-06-20Fix T65949: rigify error when generating rigBrecht Van Lommel
2019-05-29Rigify: force reloading rigs to prune the last deleted feature set.Alexander Gavrilov
2019-05-29Rigify: refactor feature sets to avoid modifying global path.Alexander Gavrilov
2019-05-27Fix T63624: Rigify Quaternion/Euler conversion errors (2.8 compat fix).Alexander Gavrilov
2019-05-22Rigify: fix the use_global_undo change and fix driver creation for 2.8.Alexander Gavrilov
2019-05-22Rigify: update super_chain to 2.8 and hide most operators from search.Alexander Gavrilov
2019-05-22Add-ons: remove temporary disabling of use_global_undoBrecht Van Lommel
2019-05-16Rigify: replace the use of the now removed scene.update()Alexander Gavrilov
2019-05-14Rigify: clear the Armature animation data in addition to the Object.Alexander Gavrilov
2019-05-09Rigify: change the first variable name for var0 to var in make_driver.Alexander Gavrilov
2019-05-09Rigify: fix encoding metarig.Damien Picard
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-05-05Rigify: move the generated panels to the Item tab.Alexander Gavrilov
2019-05-03Rigify: re-register rig parameters after installing a feature set package.Alexander Gavrilov
2019-05-03Rigify: improve robustness with bad feature set packages.Alexander Gavrilov
2019-04-16Rigify: change make_property to wrap the official rna_idprop_ui_create.Alexander Gavrilov
2019-03-26Fix T62976: Rigify itself and its generated scripts fail to load.Alexander Gavrilov
2019-03-26Rigify: partial revert "Update for changes to Blender"Alexander Gavrilov
2019-03-24Rigify: properly set custom property defaults and overridable flags.Alexander Gavrilov
2019-03-24Rigify: fix generation if a hidden collection is selected.Alexander Gavrilov
2019-03-14Rigify: add support for user-defined rig packages and related utilities.Alexander Gavrilov
2019-03-12Update for changes to BlenderCampbell Barton
2019-03-07Rigify: experimental super chain cleanupLucio Rossi
2019-02-21super limb fixesLucio Rossi
2019-02-19Fix T61711: Rigify fails to complete generate if no rigs create drivers.Alexander Gavrilov
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-19Rigify: wipe RigifyParameters in unregister to avoid error spam.Alexander Gavrilov
2018-11-19Rigify: fix collection handling.Alexander Gavrilov
2018-11-19Rigify: fix incomplete update of legacy mode to 2.8.Alexander Gavrilov
2018-11-19Rigify: clear RigifyParameters properties when toggling legacy mode.Alexander Gavrilov
2018-11-15Rigify: fix incorrect constraints in super_face to avoid error spam.Alexander Gavrilov
2018-11-14Rigify: add missing bl_category to the generated script template.Alexander Gavrilov
2018-11-14Rigify: revert erroneous edits from Blender 2.8 update commit.Alexander Gavrilov
2018-11-08Update for changes in Blender's APICampbell Barton
2018-11-06Updates for change in ViewLayer RNA API.Bastien Montagne
2018-10-26Rigify UI: Move operators to sidebarDalai Felinto
2018-10-23Rigify: Fix collections/layersDalai Felinto
2018-10-23Rigify: Fix remaining math update (*/@)Dalai Felinto
2018-10-22Rigify: More updates for 2.8 APIDalai Felinto
2018-10-22Rigify: UI fix left over from OT.type > OT.anim_type change and miscDalai Felinto
2018-10-22Rigify: Hack to make sure UI is always linked to the objectDalai Felinto
2018-10-22Rigify: Fixup from original 2.80 convertionDalai Felinto
2018-10-22Rigify: Update for 2.8 APIDalai Felinto
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton