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 (Expand)Author
2011-07-11py3.3 compat, __class__ is no longer in default namespaceCampbell Barton
2011-07-11removing ui_utils module, wasn't used anywhere and only wrapped button functi...Campbell Barton
2011-07-11cleanupCampbell Barton
2011-07-10cleanupCampbell Barton
2011-07-10added some more methods of evaluating the curve.Campbell Barton
2011-07-10replace 3d->2d function from one in bpy_extrasCampbell Barton
2011-07-10removing this module, it wasnt used anywhere and bpy_extras.view3d_utils has ...Campbell Barton
2011-07-08fix issue #1 from bug [#27896] B258.0 > X3D export > 3 bugs: "MA_Black".001, ...Campbell Barton
2011-07-06edit for solving bezier:Campbell Barton
2011-07-06add a second experimental method of solving bezier splines, by Vincent Tan.Campbell Barton
2011-07-06remove tricky and not especially good method of finding the point on the path...Campbell Barton
2011-07-06pep8 editsCampbell Barton
2011-07-06support for 3d splinesCampbell Barton
2011-07-06replace logic in spline intersection which depends on 2D side-of functionCampbell Barton
2011-07-06remove some 2d spesific functions, minor refactorCampbell Barton
2011-07-06rewrote bezier spline solver, works much better now, and with 'S' shape curvesCampbell Barton
2011-07-05move curve intersection into a functionCampbell Barton
2011-07-05wip commit, basic bezier evaluation working, but still need to rewrite some p...Campbell Barton
2011-07-05fix [#27860] Quake MAP export error for 2.58.1Campbell Barton
2011-07-05MHX importer: error popups.Thomas Larsson
2011-07-05Save as Runtime: We don't need to copy Python for OS X since on OS X the blen...Mitchell Stokes
2011-07-04Mhx importer v 1.5.0: can now use Rigify.Thomas Larsson
2011-07-04empty module for adding curve functionsCampbell Barton
2011-07-03code cleanup and minor re-arrangements to raw import/export.Campbell Barton
2011-07-03use nicer api functions for adding extension, and define enum items as static...Campbell Barton
2011-07-03- File was somehow reverted to a ways back. Fixed now.Chris Foster
2011-07-03Graduating Paint Palette from beta. Really a great quality addon :)Daniel Salazar
2011-07-03fix for keymapsBrendon Murphy
2011-07-03- Updated Blender version and revision number to 2.58 r37702.Chris Foster
2011-07-01netrenderMartin Poirier
2011-06-29netrenderMartin Poirier
2011-06-29fixes for same runtimeCampbell Barton
2011-06-29add tooltip to address [#27798] .OBJ Import with 'Split' option enabled, skip...Campbell Barton
2011-06-29Rigify: fixed bug where generating failed on metarig with no animation data.Nathan Vegdahl
2011-06-29extensions_framework: add ability to set UILayout alert state based on a logi...Doug Hammond
2011-06-28update to able to export all action set that matches the bones that some were...John Phan
2011-06-28extensions_framework: update property creation code to support new property t...Doug Hammond
2011-06-27fix [#27773] X3D export with Triangulate=on sometimes doesn't share vertexes ...Campbell Barton
2011-06-27- update for change in blender api.Campbell Barton
2011-06-27fix for copying python files when python is not found (prints a warning).Campbell Barton
2011-06-27another small fix for people that use blend in their path nameCampbell Barton
2011-06-27get the version string a slightly better wayCampbell Barton
2011-06-27Save as Runtime: Some minor changes to bundling Python:Mitchell Stokes
2011-06-24Rigify: bug fix, trying assign invalid group.Nathan Vegdahl
2011-06-24Rigify: drivers now get transfered from the metarig to the generated rig.Nathan Vegdahl
2011-06-23fix [#27730] 2.58 Quake .map export brokenCampbell Barton
2011-06-22fix for errors adding landscape and bolt objects in editmodeCampbell Barton
2011-06-22Rigify: constraints are now copied over from metarig.Nathan Vegdahl
2011-06-21pep8 compliance Campbell Barton
2011-06-21fix for unregistering rigifyCampbell Barton