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-03-28Raised MHX version number to catch incompatibility between old mhx files and ...Thomas Larsson
2011-03-27pep8 cleanup. untag lwo and mhx formats as pep8 compliant.Campbell Barton
2011-03-26more updates for recent changes in blender.Campbell Barton
2011-03-26patch [#26620] Correction leakage [#26601] Python error when use of autocompleteCampbell Barton
2011-03-26Scale is a class method, no need to instance the class first.Campbell Barton
2011-03-23fix for netrender which was giving an error on registering.Campbell Barton
2011-03-23fix [#26577] Traceback error on 3ds importCampbell Barton
2011-03-22Moving netrender to addonsMartin Poirier
2011-03-21updates for changes in blender.Campbell Barton
2011-03-21dont import UI directly, get classes via bpy.typesCampbell Barton
2011-03-21fix for loading some svg's with viewBox like this: viewBox="0,0 360,240"Campbell Barton
2011-03-20Fix #26555: SVG Import (stars wrong scale)Sergey Sharybin
2011-03-20Fix #26556: SVG Import fails to parse Inkscape file.Sergey Sharybin
2011-03-20fix for 2 bugs importing SVGCampbell Barton
2011-03-20fix SVG loading when a float has whitespace prefix.Campbell Barton
2011-03-20revert change from r1717, this is used for recent blender builds.Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-19Rigify: added another person to the credits file.Nathan Vegdahl
2011-03-18update for changes to python 3.2Florian Meyer
2011-03-18address [#26527] Export-import OBJ, materials "tracaeble" uncheckedCampbell Barton
2011-03-16fix for error in recent updates.Campbell Barton
2011-03-16fix [#26481] Export to X3D of IndexedFaceSet should use X3D 's DEF USE mechanismCampbell Barton
2011-03-16Mhx importer: list for roll recalculationThomas Larsson
2011-03-16use relative imports for povrayCampbell Barton
2011-03-15Rigify now automatically runs the generated rig UI script after generatingNathan Vegdahl
2011-03-15pep8 cleanupCampbell Barton
2011-03-14update for changes in rna apiCampbell Barton
2011-03-14Fixed encode pack data.John Phan
2011-03-13Rigify:Nathan Vegdahl
2011-03-13update for api changeCampbell Barton
2011-03-11Minor change in joint bending code.Thomas Larsson
2011-03-11minor change to platform checksCampbell Barton
2011-03-10Rigify:Nathan Vegdahl
2011-03-10Rigify:Nathan Vegdahl
2011-03-10Added command to recalculate roll angles. Version 1.3.0.Thomas Larsson
2011-03-10Rigify:Nathan Vegdahl
2011-03-10fix [#26423] Import a BVH, rotate it, imported frames are deletedCampbell Barton
2011-03-09move UV layout from trunk to addons.Campbell Barton
2011-03-09Added IK -> FK snapping in rigify arms.Nathan Vegdahl
2011-03-09missed committing the change to FBX export operator with recent changes.Campbell Barton
2011-03-08Beginnings of ik/fk snapping functions in Rigify.Nathan Vegdahl
2011-03-07add back fbx support for batch mode.Campbell Barton
2011-03-07extensions_framework: added ef_callback pseudo-property type for invoking cus...Doug Hammond
2011-03-04- Summary page closed by defaultJesse Kaukonen
2011-03-04correct exceptionCampbell Barton
2011-03-04pep8 edits for povray, also dont use string addition for textblock contents, ...Campbell Barton
2011-03-042.5 Povray UI:Thomas Dinges
2011-03-03this wasn't restored from 2.4x, fix [#26266] .OBJ import 'Clamp Scale' not wo...Campbell Barton
2011-03-03extensions_framework: minor adjustments to ui; add layout.menu() and make tex...Doug Hammond
2011-03-032.5 Povray Export UI:Thomas Dinges