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
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2021-01-25Cleanup: strip trailing spaceCampbell Barton
2020-11-04Rigify: Turn Rotation Mode converter into single operatorDemeter Dzadik
This operator used to demand a huge chunk for itself as the sole inhabitant of the Rigify panel in the sidebar with a bunch of options that are only relevant when the operator is actually ran. Also for some reason it was split up to two separate operators for the sake of having "convert all actions" vs "convert current action" buttons. So, I removed that UI from the sidebar entirely, turned all the options into parameters on a SINGLE operator which asks for those options when ran using invoke() and draw(). This operator now lives in the Pose drop-down menu, which is where you would expect to find it. This is also searchable with the new search menu, unlike the sidebar. Also note that this operator has precisely //nothing// to do with Rigify, and should be a separate addon. I would split it out in a separate patch. Reviewed By: angavrilov Differential Revision: https://developer.blender.org/D9096
2020-05-19Fix T76652 Rigify's Quat/Euler Converter is wrongly put in the "view" panel ↵Sybren A. Stüvel
instead of tools.
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-05-27Fix T63624: Rigify Quaternion/Euler conversion errors (2.8 compat fix).Alexander Gavrilov
2019-05-22Rigify: update super_chain to 2.8 and hide most operators from search.Alexander Gavrilov
2019-03-26Fix T62976: Rigify itself and its generated scripts fail to load.Alexander Gavrilov
Panel identifier naming restrictions are now enforced more strictly.
2018-10-26Rigify UI: Move operators to sidebarDalai Felinto
Since some recent change in 2.8 the UI for rigify is no longer working. Note: if your object has ANY custom property, the custom property shows as a Misc. category, it is not particular to rigify, so I will not bother with this here.
2018-10-22Rigify: Update for 2.8 APIDalai Felinto
The UI is still using the toolshelf. So I did not bump the version to 2.80. It seems to be working as far as the UI and the quat/euler operators is concerned.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-08-10rigify: update for Blender 2.8Ines Almeida
2017-07-24Rigify 0.5: new features, Animation Tools and Quat/Euler converterLucio Rossi
small fixes & UI improvements