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-10-01glTF importer: more perfJulien Duroure
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-10-01Rigify: add more parent switching and 2.81 inherit scale features.Alexander Gavrilov
- Add a parent switch to the main spine control, to allow using the key baking operator to convert between moving and fixed root bone. - Add hips, chest and head as parents for children of the spine. - Use 'Fix Shear' Inherit Scale and 'Make Uniform' Copy Scale in limbs. - Switch code to use the new inherit_scale parameter of set_bone_parent. - Allow local matrices in adjust_widget_transform_mesh.
2019-09-30Fix FBX subsurf exporting if it's not the last modifier.Samuli Raivio
From D5942, by Samuli Raivio (@bqqbarbhg), thanks.
2019-09-29Rigify: implement a deformed circle widget for main spine controls.Alexander Gavrilov
The idea is inspired by similar shapes in other rigs like BlenRig. The actual used shape is simply a circle deformed into a parabolic shape when viewed from the side, added to create_circle_widget. Using the new shape for the main controls allows adding extra FK controls to the spine without visual confusion. As an aside, fix a minor issue in handling bone_transform_name, and remove redundant bone_transform_name=None parameters.
2019-09-29Rigify: implement priorities to add toes to the FK bone group.Alexander Gavrilov
Toes behave as FK, but are needed both in IK and FK mode.
2019-09-29Rigify: various additions to bone, mechanism and widget utilities.Alexander Gavrilov
Support easier setting of bone orientation via matrix, inherit_scale, invert_x/y/z constraint properties, computing a matrix from two axis vectors, adjusting widget positions, and add a pivot widget.
2019-09-29Rigify: implement a new reload process to support Reload Scripts properly.Alexander Gavrilov
Due to dynamically loaded rig modules, Rigify has to implement reload by purging all non-core modules from memory, or class inheritance checks won't work right after reload.
2019-09-28Rigify: support new 2.81 features of constraints and drivers in utils.Alexander Gavrilov
Allow easily inserting constraints and support rotation mode.
2019-09-27glTF importer: perf improvment when accessor is shared by multiple primitivesJulien Duroure
2019-09-27Fix D4319 (scaling of svg in different page scales)Michael Soluyanov
Looks like my code in https://developer.blender.org/D4319 apply SVG scaling second time.. sorry This is fix of it Test files 10cm rect with different page scale: {F7777057} {F7777056} Must be same size Reviewers: antoniov Differential Revision: https://developer.blender.org/D5917
2019-09-26glTF importer: refactoring accessor cachingJulien Duroure
2019-09-26glTF importer: create only 1 slot by material, if multiple primitive use ↵Julien Duroure
same material
2019-09-26glTF importer: fix typoJulien Duroure
2019-09-26glTF importer: fcurve code refactorJulien Duroure
2019-09-26glTF importer: big perf improvement for primitives sharing accessor(s)Julien Duroure
2019-09-26glTF importer: big perf improvementJulien Duroure
2019-09-25Node Wrangler: Fix T69268 'Location' still pointing to Ctrl+SpaceHimanshi Kalra
D5867 by Himanshi Kalra (calra), thx!
2019-09-25Fix T70244: FBX bug import when having children rigs of parent one.Bastien Montagne
Note that such complex rig features remains barely supported anyway, such complex setup will require some manual editing after import...
2019-09-25Print3D: remove Select Non Manifold tool from reportMikhail Rachinskiy
There is no reason why it should be there.
2019-09-25Addon: Curve Tools: Added split by selected points.Spivak Vladimir (cwolf3d)
2019-09-24object_print3d_utils: shorten tab name: T70017meta-androcto
2019-09-24Bool Tool: Remove help buttonMikhail Rachinskiy
2019-09-24Bool Tool: Fix cycles_visibility missing errorMikhail Rachinskiy
2019-09-24addons: shorten animation to animate: T70017meta-androcto
2019-09-24Print3D: use subpanels to declutter UIMikhail Rachinskiy
Print3D has three tool categories: Mesh Check, Cleanup & Modify, Export. The first category being the main point of the add-on, the rest are supplementary and should not take visual space by default. Notes: Ideally Cleanup & Modify should be their own categories, but there are only two Modify tools so I decided to merge into one category. There is a point to make that Cleanup & Modify panel should be open by default, I am not strongly agains that and it could be done upon receiving feedback from users. Also fix multiple Select Non Manifod operators displaying in report.
2019-09-24system addons, close panels by default: T70017meta-androcto
2019-09-24object_skinify: move to create tab, prevent tab jumps: T70017meta-androcto
2019-09-24object_skinify: close panel, update bl_info location: T70017meta-androcto
2019-09-24object_color_rules: close panel by default: T70017meta-androcto
2019-09-24object_edit_linked: close panel by default: T70017meta-androcto
2019-09-24object carver: add bl_location infometa-androcto
2019-09-24object_boolean_tools: close panel by default: T70017meta-androcto
2019-09-24mesh_tissue: close panels by default, use Edit category: T70017meta-androcto
2019-09-24camera_turnaround: remove from edit modemeta-androcto
2019-09-24materials_library_vx: close panel by default: T70017meta-androcto
2019-09-24lighting_dynamic_sky: close panel by default: T70017meta-androcto
2019-09-24development addons: Close Panels, Fix locations: T70017meta-androcto
2019-09-24camera_turnaround: fix bl_info locationmeta-androcto
2019-09-24camera_turnaround: Animation Tab, close panels by default: T70017meta-androcto
2019-09-24animation_add_corrective_shape_key: fix bl_locationmeta-androcto
2019-09-24bone_selection_sets: close panels by default: T70017meta-androcto
2019-09-24animation_animall: close panels by default: T70017meta-androcto
2019-09-24archipack: close panels by default: T70017meta-androcto
2019-09-24archimesh: close panels by default: T70017meta-androcto
2019-09-24ant_landscape: close panels by default: T70017meta-androcto
2019-09-24add_curve_extra_objects: close panels by default: T70017meta-androcto
2019-09-24add_curve_ivygen: disable panel in edit mode: T70017meta-androcto
2019-09-24curve tools: fix tab to Edit: T70017meta-androcto
2019-09-24btracer: minor naming: T70017meta-androcto