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
2011-07-10cleanupCampbell Barton
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
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
view functions like region3d_get_2d_coordinates
2011-07-08fix issue #1 from bug [#27896] B258.0 > X3D export > 3 bugs: "MA_Black".001, ↵Campbell Barton
lib groups, Rotation 0 0 0 0
2011-07-06edit for solving bezier:Campbell Barton
replace intersection paint with simplified angle comparison.
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 ↵Campbell Barton
path to use to calculate the handles, using the 1/3 and 2/3 works better.
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 ↵Campbell Barton
parts of this script.
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 ↵Mitchell Stokes
blenderplayer is built with Python already bundled in the .app folder.
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 ↵Campbell Barton
static tuples.
2011-07-03- File was somehow reverted to a ways back. Fixed now.Chris Foster
- Fix for relative texture paths that contain folders in them.
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
fix problem on web interface with blacklisted slaves no longer in slave list
2011-06-29netrenderMartin Poirier
better stream handling when uploading files Might solve the problem with OS X masters
2011-06-29fixes for same runtimeCampbell Barton
- for windows use case insensitive checks for DLL and EXE extensions. - copying python libs now works if python is installed onto the system. - renamed 'Save As Runtime' --> 'Save As Game Engine Runtime', since 'Runtime' is too much a generic term.
2011-06-29add tooltip to address [#27798] .OBJ Import with 'Split' option enabled, ↵Campbell Barton
skips verts with no face/edge users.
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 ↵Doug Hammond
logical test of PropertyGroup members
2011-06-28update to able to export all action set that matches the bones that some ↵John Phan
were ignore or couldn't be added in.
2011-06-28extensions_framework: update property creation code to support new property ↵Doug Hammond
types and their options
2011-06-27fix [#27773] X3D export with Triangulate=on sometimes doesn't share vertexes ↵Campbell Barton
correctly
2011-06-27- update for change in blender api.Campbell Barton
- replace line intersection function with mathutils one. - snap to edge intersection works with object transforms now. - clean whitespace
2011-06-27fix for copying python files when python is not found (prints a warning).Campbell Barton
initialize the filepath in the invoke function rather then the menu.
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
* Now __pycache__ folders are ignored instead of *.pyc files (the only pyc files are in the __pycachce__ folders) * Now 2.58/python/lib is copied over instead of just lib. This allows the runtime to take advantage of Blender's "bundled Python" features. Having the 2.58 folder also allows for other potential files that BGE users might eventually want (e.g., components).
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
This is the last piece that should allow some pretty extensive custom rigging in the metarig, if advanced users choose to do so.
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
This allows advanced users to do certain limited custom rigging work in the metarig, and have it transfer to the generated rig. Custom properties are also copied when using the copy_bone function in utils. TODO: transfer drivers from the metarig as well.
2011-06-21pep8 compliance Campbell Barton
2011-06-21fix for unregistering rigifyCampbell Barton
2011-06-21correct FSF address as pointed out by Dave PlaterCampbell Barton
2011-06-21fix [#27691] PLY importer does not support float based vertex colorsCampbell Barton
2011-06-21Rigify: minor bug fixes on the neck and spine rig types.Nathan Vegdahl