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
2018-12-04mesh_looptools: update for 2.8Philipp Oeser
Fixes T58714
2018-12-04archipack 2.8 fix issue #T58698 (event TIMER_REPORT)Stephen Leger
2018-12-04glTF: Various export fixs/enhancementsJulien Duroure
* Extras * AlphaMode, material names * fix camera export * refactoring export option * apply modifier option
2018-12-02archipack 2.8 render thumbs bugfixStephen Leger
2018-12-02glTF: Fix object animation importJulien Duroure
2018-12-02glTF: Fix light export + export options refactoringJulien Duroure
2018-12-02Update menu shortkey shift + QKalle-Samuli Riihikoski
2018-12-02glTF: fix vertex color import + export option tweaksJulien Duroure
2018-12-01glTF: adding a tracker url for addonJulien Duroure
2018-12-01glTF : fixes for emission export, correction nodes for lights & cameraJulien Duroure
2018-11-30glTF: change name & descriptions of export optionsJulien Duroure
2018-11-29io_scene_gltf2: delay 'datetime' importCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-11-28mesh_snap_utilities_line: Hide by setting the version as not supported in ↵mano-wii
blender2.8. The Tool API for python is incomplete.
2018-11-28Fix T58094: Failure to import .obj files without material data.Bastien Montagne
Not sure how we did this in old code, but we certainly cannot ignore None (a.k.a. default place holder) material anymore... Do not generate it when not needed, though!
2018-11-28node_wrangler: fix panel after 'toolification' of the node editorPhilipp Oeser
2018-11-28io_scene_gltf2: correct tip (gives doc generation error)Campbell Barton
2018-11-27glTF addon: updates from upstreamJulien Duroure
* invalidate cache for multiple exports * exporter: support KHR_lights_punctual * fixed lights * disable export all layers * fixed texture slot images stalling export * option to enable exporting more than 4 influences from upsteam commit 26699c476211add92d13df0a284b8df2f08acb3e to upstream commit 7a8f733fc446cfb3880a8c1658bccf94bcfd456c
2018-11-27mesh_snap_utilities_line: Possible fix to NDOF navigationmano-wii
2018-11-27mesh_snap_utilities_line: Fix tool keymapmano-wii
2018-11-25Fix orientation issue in object animationJulien Duroure
2018-11-25glTF importer: fix bug in animation importJulien Duroure
Problem occured when importing a gltf, delete objects, and importing a new gltf, with same object / armature
2018-11-25glTF exporter: fix getting uv_layer in certain casesPhilipp Oeser
uv_textures > uv_layers
2018-11-25glTF importer: Check that there are nodesJulien Duroure
Something is wrong in file if there are no nodes, but this check avoid the addon to crash
2018-11-25glTF exporter: fix selection checkJulien Duroure
2018-11-25glTF importer: fix bug importing scene with multiple root nodesJulien Duroure
2018-11-25​ Fixes for glTF:Julien Duroure
​ ​ * Explain difference between .gltf and .glb export in UI. ​ * Fix startup warning in console about tooltip. ​ * Lazy import modules for performance.
2018-11-24Move gltf addon to OFFICIALJulien Duroure
2018-11-24Initial commit of glTF 2.0 importer/exporterJulien Duroure
Official Khronos Group Blender glTF 2.0 importer and exporter. glTF specification: https://github.com/KhronosGroup/glTF The upstream repository can be found here: https://github.com/KhronosGroup/glTF-Blender-IO Reviewed By: Bastien, Campbell Differential Revision: https://developer.blender.org/D3929
2018-11-23Update for keymap changes.Brecht Van Lommel
2018-11-20Import Images as Planes: raise version number.Bastien Montagne
Please do that *every time* you make any change but most basic cleanup ones!
2018-11-20Import Images as Planes: Menu entry in new Add Image menuJacques Lucke
2018-11-20OBJ Import: Improve mesh building performances (over 20% speedup).Bastien Montagne
This commit essentially replaces several face data setting done into a regular loop by calls to magic 'foreach_set'. This increases seed of affected code by over 200%, global mesh building by over 40%, and overall typical OBJ import by 20%.
2018-11-20OBJ Import: Improve parsing performances (overall 5% speedup).Bastien Montagne
This commits mainly add a specific, optimized handling for vertex data (coos, nors, UVs) expressed on single lines. Nearly all OBJ files I've come accross use a single line per vertex data. This code cand be up to 40% quicker on vertex data parsing, making typical parsing about 8% quicker, and typical import about 5% quicker. Note that I tried applying same kind of optimizations on faces parsing, but we need to perform rather more complex checks there, so could not get any interesting improvements. Also, fixing some logical flaw in invalid nor/uvtex indices, which also gives marginal speed improvements.
2018-11-20OBJ import: minor cleanup and optimizations.Bastien Montagne
Does not give any measurable benefit though.
2018-11-19Fix: icon update for Import Images as PlanesJacques Lucke
2018-11-19Rigify: wipe RigifyParameters in unregister to avoid error spam.Alexander Gavrilov
The 'make annotation' spam also happens on addon enable toggle, so apply the legacy toggle fix globally.
2018-11-19Rigify: fix collection handling.Alexander Gavrilov
- Legacy mode didn't add objects to proper collections. - Things broke if the Widgets collection already existed in another scene - linking the collection should be a separate step from creating it.
2018-11-19Rigify: fix incomplete update of legacy mode to 2.8.Alexander Gavrilov
Apply remaining * to @ and property via annotation changes (mainly in the UI script templates), and the error spam fix from b424215f53.
2018-11-19Rigify: clear RigifyParameters properties when toggling legacy mode.Alexander Gavrilov
Registering and unregistering the class causes 2.8 to complain about non-annotation properties, and this avoids the problem. Plus, legacy and non-legacy shouldn't interact.
2018-11-18archipack 2.8 compatibility (step2)Stephen Leger
2018-11-16archipack 2.8 compatibility (step1)Stephen Leger
2018-11-16archipack 2.8 compatibility (step1)Stephen Leger
2018-11-16Merge branch 'master' into blender2.8Philipp Oeser
2018-11-16Fix T57632: 3DS Importer Exception when assigning an object as a parentPhilipp Oeser
to its self
2018-11-16Fix T57863: Can't enable Node Wrangler addonPhilipp Oeser
needed since the removal of node tree panels in rB48c137ad5d5a
2018-11-15Merge branch 'blender2.8' of git.blender.org:blender-addons into blender2.8Kalle-Samuli Riihikoski
2018-11-15Wrong index count in arrayKalle-Samuli Riihikoski
2018-11-15OBJ import: Fix specPhilipp Oeser
2018-11-15Rigify: fix incorrect constraints in super_face to avoid error spam.Alexander Gavrilov
In 2.8 depsgraph prints a lot of error messages if constraints try to reference non-existant bones, which slows things down if nothing else.