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
2012-03-12MHX importer updated for BMesh. There are still problems with multiple UV ↵Thomas Larsson
maps, but am unsure whether this is my fault.
2012-02-27MHX importer: temporary commit for Bmesh. UV coordinates are ignored, but at ↵Thomas Larsson
least the script does not crash.
2012-02-04MHX importer: cosmetic changes (panels closed by default).Thomas Larsson
2012-01-29MHX importer: cleanup work.Thomas Larsson
2012-01-23MHX importer: vertex groups can no be loaded in chunks. Also changed ↵Thomas Larsson
definition of helper geometry, to faces with material >= 4. This allows helpers to have different colors in the viewport.
2012-01-19MHX importer: can now generate shapekeys for visemes from partial shapes.Thomas Larsson
2012-01-14remove api field, was never used.Campbell Barton
2011-12-13MHX importer: now deletes all helper geometry, not just diamonds.v2.61Thomas Larsson
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-12-09Mhx importer: removed obsolete option.Thomas Larsson
2011-11-28MHX importer: more stringent version checking and better error message.Thomas Larsson
2011-10-23Minor set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-05MHX importer v1.9: Added support for material animation data.Thomas Larsson
2011-10-01MHX importer: Visibility panel.Thomas Larsson
2011-09-30MHX importer: renamed two buttonsThomas Larsson
2011-09-28MHX importer: forced update of blinking and expression pinning.Thomas Larsson
2011-09-27MHX importer: removed Limit constraints option.Thomas Larsson
2011-09-27MHX importer: now assumes that driver properties begin with &, to filter out ↵Thomas Larsson
these in display.
2011-09-22Mhx importer: added icons for pin buttons. changed disable layers so the ↵Thomas Larsson
first layer on with the active posebone remains.
2011-09-21MHX importer v1.8. Pose tools merged with importer.Thomas Larsson
2011-09-20MHX importer: Fixed an error message.Thomas Larsson
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-18MHX import. Small fix for properties.Thomas Larsson
2011-09-18MHX importer v 1.7. Can now import property limits like min and max.Thomas Larsson
2011-09-03Some more UNDO pushes for import operators.Sergey Sharybin
Forgot to modify this files in recent commit.
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
Adding UNDO flag to import operators. Made this only for trunk addons.
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-01Added switch for ignoring Limit rotation and distance constraints.Thomas Larsson
2011-07-18Mhx import: more compact material assignment.Thomas Larsson
2011-07-17Mhx import: Rigify custom shapes now work even on second import. Rigify rig ↵Thomas Larsson
assigned to group for file linking.
2011-07-10cleanupCampbell Barton
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
2011-07-05MHX importer: error popups.Thomas Larsson
2011-07-04Mhx importer v 1.5.0: can now use Rigify.Thomas Larsson
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-04-10Formatting/standardization for description/locationJonathan Smith
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-28Raised MHX version number to catch incompatibility between old mhx files and ↵Thomas Larsson
changed Blender API. Modified the wiki_url link to point to the MH site. To link to external sites may be frowned upon, but I don't want to maintain duplicate copies of the documentation. This is at any rate better than before, when the the link pointed to outdated info.
2011-03-27pep8 cleanup. untag lwo and mhx formats as pep8 compliant.Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-16Mhx importer: list for roll recalculationThomas Larsson
2011-03-11Minor change in joint bending code.Thomas Larsson
2011-03-10Added command to recalculate roll angles. Version 1.3.0.Thomas Larsson
2011-02-28Small cleanup by Filiciss Muhgue. Thanks! :)Thomas Dinges
2011-02-28fix for omission in recent commit.Campbell Barton
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-14Mhx importer: new registration and changed license to GPL 2+Thomas Larsson
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-01-19update for changes in blender api.Campbell Barton