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-05-20fix for keymaps unregister errorBrendon Murphy
2012-05-18Fix #31513: lwo importer error when importing ngons, patch by Lawrence ↵Brecht Van Lommel
D'Oliveiro.
2012-05-16Spell check fix (lenght -> length)Bastien Montagne
2012-05-15Fix cosmetic typosSergey Sharybin
Patch provided by Matteo F. Vescovi, thanks!
2012-05-07fix [#31291] 2.63.0 export to Autodesk FBX (.fbx) is empty if no cameraCampbell Barton
2012-05-05add back the features. That was clean up from Spoof.John Phan
2012-05-05fixed select objects error on export and add merge meshes.John Phan
2012-05-04fix thanks to Jonas HBrendon Murphy
2012-05-03Added newell teapot & easter egg (Spoon)Brendon Murphy
2012-05-03SVN maintenance.Guillermo S. Romero
2012-05-03extra objects updateBrendon Murphy
new clean menu, added add_mesh_extra_objects/add_mesh_honeycomb.py by Kayo Phoenix added add_mesh_extra_objects/add_mesh_torusknot.py by Anthony D'Agostino
2012-05-02clean up menuBrendon Murphy
2012-05-01Don't lower() the username, only strip() it.Nathan Letwory
2012-05-01version bumpTim Spriggs
2012-05-01Fix #31208: Quake MAP export errors out (2.63)Sergey Sharybin
Looks like it was a typo passing calc_tessface keyword to mesh.update function
2012-05-01use bmesh.from_pydata instead of mesh.facesTim Spriggs
2012-04-30Removed one additional reference to bpy.app.revision. I don't see errors ↵Thomas Larsson
caused by this variable because it is defined in all windows builds I have access to.
2012-04-30BMesh check made to work even if bpy.app.build_revision is unknown.Thomas Larsson
2012-04-26error fixed on mesh and armature bones countv2.63av2.63John Phan
2012-04-26fixed progress indicator SmoothingGroupJohn Phan
2012-04-26clean up script and updated. still need get some bugs out a a bit.John Phan
2012-04-25add mesh validation to the x3d importerCampbell Barton
2012-04-25select new imported x3d objectsCampbell Barton
2012-04-25Increased object name limits to 63 (the actual maxlen in 2.63)Sebastian Nell
[[Split portion of a mixed commit.]]
2012-04-23Fix #31056: SVG importer ignores fill color from parent containerSergey Sharybin
Additional changes: - Fixed wrong pop of rectangle area (function wasn't called) - Removed unused code
2012-04-23update for change in blender apiCampbell Barton
2012-04-23netrenderMartin Poirier
job and frame status cleanup (move to the model module) record transitions between states in job to be able to get (among others) the started and finished time.
2012-04-22patch: [#30986] 3DS importer/exporter material improvements and bug fixes.Campbell Barton
from Alexander Gessler (aramis_acg) This patch extends the 3DS importer and exporter to have better material support and unifies their respective feature sets. This includes: - UV scale,offset - tiling/wrap modes - improved conversion of mapping targets - better warnings Additionally, the exporter now handles specular, opacity and normal maps correctly (the importer did this already). (I think the way how textures were written previously was non 3DS-compliant). I tested this against assimp's 3DS test suite [1] as well as my personal 3DS test sets. Exported 3DS files were successfully read by FBXConv and assimp. [1] http://assimp.svn.sourceforge.net/viewvc/assimp/trunk/test/
2012-04-20Fix [#31039] Obj export adds blendfile name to the texture names (and ↵Bastien Montagne
[31040] too). bpy_extras.io_utils.path_reference() expects a real dir as base_src, not the blend file name!
2012-04-20small fix for bmesh (face materials)Brendon Murphy
added warning "some mesh functions broken"
2012-04-19further fix, missed one faces > tessfaces line 1139Brendon Murphy
2012-04-19fix for bmeshBrendon Murphy
2012-04-19netrenderMartin Poirier
Don't add empty tag if not tags have been specified. Reported by Brant Anderson (by email)
2012-04-18The Atomic Blender panel is loaded correctly when a blend file is loaded.Clemens Barth
Blendphys.
2012-04-18remove some broken code, patch by Andrew Hale but has no svn access atm.Campbell Barton
2012-04-18netrenderMartin Poirier
baking and render options for tags on slaves (default true for both means a slave can do all jobs by default)
2012-04-16patch [#30969] patch for 3ds importer screwing up UVs in current trunkCampbell Barton
from Alexander Gessler (aramis_acg)
2012-04-16fix [#30971] viewBox attribute in exported svg wrongCampbell Barton
2012-04-15fixed mesh rebuild. fixed selected smooth face.John Phan
2012-04-15update a bit of animation import a bit.John Phan
2012-04-15netrenderMartin Poirier
invalid operator return value when downloading results from a job with no finished frames
2012-04-15netrender bugfixMartin Poirier
render jobs tags weren't set at all. Reported by Brant Anderson (by email)
2012-04-14Some clean up in coding. Fixed merge meshes. Fixed error and fail message ↵John Phan
that will display.
2012-04-14Minor fix to UI messages.Bastien Montagne
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-04-14Fixed merge meshes and message shows.John Phan
2012-04-14(no commit message)John Phan
2012-04-13Netrender UI:Thomas Dinges
Fix a typo "Confgiguration" -> "Configuration" Patch by Tobias Kummer (tobkum), thanks!
2012-04-13DXF-importer: fixed for 2.63 API: remove_doubles(mergedist)Remigiusz Fiedler
2012-04-13update for changes in svn.Campbell Barton