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
2019-07-07Fix 'object_fracture_cell' error setting selection & matrix multiplyCampbell Barton
Much older update from 07ec645862275ffe2d60e2d6481080aa0ae8b1f0 enabled instead of disabling the selection. Also use `@` for matrix multiply.
2019-07-07object_fracture_cell: Update add-on for 2.8xCampbell Barton
Note, there is a remaining TODO: We should be able to initialize rigit-body data so the mass can be set.
2019-07-07Revert changes to 'object_fracture_cell'Campbell Barton
This reverts commits: daaff4199bb8a9bcf90319e48f4444989a3fc42a. 64d89567923df223f50eeeaa2f79f93f23da74f6. fffaf5d2759d38d4166f608eab8871fcd59a7e11. f7c91d3382ea19ce4565105c85288044a2d1b833. These changes removed/added functionality beyond the scope of porting 2.7x to 2.8x, where only minor changes were needed.
2019-07-06ant_landscape: Remove auto smooth shading T64428meta-androcto
2019-07-06object_fracture_cell: minor ui tweaks: T61901meta-androcto
2019-07-06object_fracture_cell: fix for bool method, tidy ui, clean white space: T61901meta-androcto
2019-07-05Use latest/version number for manual linksAaron Carlisle
We want users to go to the current version for their current version when possible if not point to latest. /dev should really only be for development related work. End users should not be browsing /dev unless they are reading about upcoming features ahead of time.
2019-07-05Manual Reference: UpdateAaron Carlisle
2019-07-04mocap tools: move to contrib: T63750meta-androcto
2019-07-04netrender: move to contrib: T63750meta-androcto
2019-07-04io_blend_utils: move to contrib: T63750meta-androcto
2019-07-03add_mesh_geodesic_domes: fix Face modemeta-androcto
2019-07-03mesh_tissue: fix errors, remove read me, clean up: T63477meta-androcto
2019-07-02mesh_tissue: revert version bump rBA498d912a9d58meta-androcto
2019-07-02Node Wrangler: Fix error setting Viewer FocusSebastian Koenig
Differential Revision: https://developer.blender.org/D5164
2019-07-02Add back documentation link mapping for the join_shapes operatorInes Almeida
2019-07-01mesh_tissue: add warning: T63477meta-androcto
2019-07-01mesh_tissue: initial update 2.80meta-androcto
2019-07-01object_fracture_cell: return to release: T61901 T63750 f7c91d3382eameta-androcto
2019-07-01space_view3d_align_tools: update class namesmeta-androcto
2019-06-30Update documentation link mapping for shape keysInes Almeida
2019-06-30space_view3d_3d_navigation: update class namesmeta-androcto
2019-06-30render_freestyle_svg: update to 2.8 D5127meta-androcto
2019-06-28io_anim_nuke Fix issue with property assignmentNBurn
2019-06-28glTF exporter: don't write buffer if emptyJulien Duroure
2019-06-28glTF export: fix shapekeys name exportJulien Duroure
2019-06-28mesh_snap_utilities_line: Fix local contrainmano-wii
2019-06-28Fix rigify Python errors when there is no active objectBrecht Van Lommel
2019-06-28RNA Manual Ref: Initial Update for 2.8Aaron Carlisle
2019-06-27Node Wrangler: correct handling of disabled socketsOmar Ahmad
Differential Revision: https://developer.blender.org/D5123
2019-06-27Fix potential issues with absolute-like paths in expected-relative properties.Bastien Montagne
Relative filepath having a 'absolute look' (starting with a path separator) can lead to recursively checking for the whole root! This is nasty, so try to avoid it by making relative paths actually relative. Based on D5143 (report and patch) by andreas atteneder (@atti), thanks!
2019-06-27BlenderKit: bump addon versionVilem Duha
2019-06-27BlenderKit: comment out unfinished error parsing.Vilem Duha
2019-06-27add_mesh_geodesic_domes: Fix for ctest: script_load_addons fails: T66156meta-androcto
2019-06-26Paper model exporter: update for Bl 2.8, upstream 414b27fAdam Dominec
2019-06-25animation_add_corrective_shape_key: restore fast mode, thanks Shrinivas: T65258meta-androcto
2019-06-25Fix T66107: Error when numpy arrays are defined in math-vis add-onCampbell Barton
2019-06-25mesh_snap_utilities_line: Fix unregistry of global keymaps.mano-wii
Pointed out in T65968.
2019-06-25mesh_snap_utilities_line: new local constrain utilitiemano-wii
2019-06-25mesh_snap_utilities_line: Cleanup stylemano-wii
2019-06-25Simplify Curves+: Two main function in one file fixedSpivak Vladimir (cwolf3d)
2019-06-24BlenderKit: wrong status code interpretation caused uploads to failVilem Duha
2019-06-24BlenderKit: fix link to docs ans several small UI tweaksVilem Duha
2019-06-24BlenderKit: don't search for thumbnail when uploading only metadataVilem Duha
2019-06-24UI: Rename Dupli-Face to Instance Face Aaron Carlisle
Part of T56648
2019-06-23glTF exporter: check bad fcurve nameJulien Duroure
2019-06-23animation_add_corrective_shape_key: return to release: T65258 38475602b2efmeta-androcto
2019-06-23lighting_tri_lights: Initial commit to release (standalone) T65823 713fa9b2c412meta-androcto
2019-06-23glTF exporter: fix vertex color exportJulien Duroure
2019-06-23glTF exporter: check if object is really instanced in scene before exporting itJulien Duroure