mgear4 icon indicating copy to clipboard operation
mgear4 copied to clipboard

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io

Results 121 mgear4 issues
Sort by recently updated
recently updated
newest added

Just going through some compiling of the nodes and noticed this :)

## Space Manager Standalone tool for creating and managing space switches for rigs with and without mGear components. Spaces can be exported and imported as an external .smd format. ###...

https://github.com/mgear-dev/mgear4/issues/148 The function of collect_curve_data on curve.py now supports a lineWidth of curve shapes. And it allows getting them while importing.

In answer to the issue reported here: https://github.com/mgear-dev/mgear4/issues/149

There seem to be an issue that stops the import of rbf files if the driven node is not a transform node. This was introduced with this [rigbits commit](https://github.com/mgear-dev/rigbits/commit/8870346c6109daae7ed155b80975fd1cf2c41790) (...

The function of collect_curve_data on curve.py doesn't support a lineWidth of curve shapes. It would be great to store the information too. Thanks.

## Description of Changes Adds post script option. Adds custom output path for guides.

New module to create and manipulate polygon mesh objects

The method to replace the side string isn't very safe and produces bugs. target_name = node.name().replace(side_l, side_r) For example, input node of "fore_quad_leg_l_fk1" will produce "fore_quad_reg_r_fk1" where the name "leg"...

Fixed an error in `mgear.rigbits.sdk_io` when using Python3, where a float value was entered into range().

bug