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-02-07Fix T61254: Import OBJ error:Bastien Montagne
We cannot clear a face's vnors/uvs indices in case none are defined in the OBJ file, we need indices for all loops when defining them in Blender's mesh...
2019-02-07Fix T61275: recognize values with decimal separator in svg importerJacques Lucke
2019-02-06glTF: documentation url update to official blender docJulien Duroure
2019-02-06Fix T60845: Export OBJ: error exporting as obj when file contains collection ↵Bastien Montagne
instances. Looks like that was skipped somehow when OBJ IO was ported to 2.8...
2019-02-06mesh_snap_utilities: Intersect property removed by accidentmano-wii
2019-02-06Update for removal of dupliframes and slow parent.Brecht Van Lommel
2019-02-06Cleanup/fix T61233: FBX export error if action key exist.Bastien Montagne
Please do basic grep on whole source repo (including add-ons & co) when removing RNA property (or any other change affecting the API)...
2019-02-06glTF exporter: fix exceptions on exporting lightsJulien Duroure
2019-02-06mesh_snap_utilties_line: Add Gizmos supportmano-wii
2019-02-06mesh_snap_utilities_line: Fix error message if object has no facemano-wii
2019-02-06mesh_snap_utilities_line: Fix failed object detection in orthographic viewmano-wii
2019-02-05correct Object Scatter panel bl_idnameJacques Lucke
2019-02-05fix Object Scatter addon in background modeJacques Lucke
2019-02-05Add descriptions to properties in Object Scatter addonJacques Lucke
2019-02-05Don't split groups by default when importing .obj filesJacques Lucke
As discussed in D4303.
2019-02-05Fix T61179: Import OBJ groups bug.Bastien Montagne
Regression/side effect from rBA9448cef00d1b3, while we do want to get one Blender object per 'o' line (object declaration) in OBJ file, we do want to 'reuse' same objects when same OBJ groups ('g' lines) are used inside of a same object, in case we split OBJ groups into objects... Thanks to Jacques Lucke (@JacquesLucke) for initial investigation.
2019-02-05glTF importer: New attempt to fix antipodal quaternion issueJulien Duroure
2019-02-05glTF importer: Make FCurve group names consistent with BlenderJulien Duroure
2019-02-05Separated geodesic_domes from add_mesh_extra_objectsSpivak Vladimir (cwolf3d)
2019-02-03Added (in add_curve_simple) a type of curve creation.Spivak Vladimir (cwolf3d)
Implemented the ability to add curves (add_curve_aceous_galore) in edit mode.
2019-02-01glTF importer: Fix some antipodal issue in bone rotationJulien Duroure
2019-02-01glTF importer: Fix alpha usage in unlit materialJulien Duroure
Using emission node + is camera ray
2019-02-01Fix T61096: fbx import crashes on file from mixamo.Bastien Montagne
Blender only supports 8 UVMaps per mesh, avoid crashing addon when trying to import more.
2019-02-01SVG: Properly handle values in exponential notationSergey Sharybin
Some SVG exporters outputs small values in an exponential notation. There is no big reason to reject those files. This change makes it so any notation of the value is accepted. Only do it in the path point parsing, since other areas are already dealing with this correct. Also covered the array parsing covered with a unit test which can be run as a stand-alone application. The parsing code is from Jacques Lucke, thanks! Differential Revision: https://developer.blender.org/D4234
2019-02-01mesh_f2: quad from edge fails (with Adjust UV option)Philipp Oeser
This only happened when no UV for a loop could be found (no adjacent face) Fixes T61019, T60191
2019-02-01Change category into 3DView.Kalle-Samuli Riihikoski
2019-02-01fixes returning errors badly @Jimmy Hazevoet (jimmyhaze)Spivak Vladimir (cwolf3d)
2019-02-01Merge branch 'blender2.7'Philipp Oeser
2019-02-01x3d import: make it work without internet connectionPhilipp Oeser
Fixes T61052
2019-02-01Update addon to Blender 2.8Spivak Vladimir (cwolf3d)
2019-02-01glTF importer: fix emissive factor without emissive textureJulien Duroure
2019-02-01glTF exporter: option to save export options into blend fileJulien Duroure
2019-01-31Update Modifier tools and 3d navigation T61000meta-androcto
2019-01-30Fix: Material.diffuse_color has an alpha component nowJacques Lucke
2019-01-30Fix T61012: update Export UV addon after recent API changeJacques Lucke
`Material.diffuse_color` has an alpha component now.
2019-01-30Import Images as Planes: fix error disabling addonPhilipp Oeser
note: the driver setup for corner pin is broken in the new dependency graph (relies on scene camera), will tackle that separately Fixes T60986
2019-01-30glTF importer: Fix viewport color display after recent Workbench changesJulien Duroure
2019-01-29glTF: remove no more needed filesJulien Duroure
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-29CameraTurn: Convert to 2.80Antonioya
Fix the script to run in 2.80 version
2019-01-29glTF exporter: Various enhancements:Julien Duroure
* reconect the double-sided flag from the old custom node system * remove empty texture transform extensions * Export of non-number array of custom properties
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-29addons: object select_get syntax updateNBurn
2019-01-28Improve 3dc->blender workflowKalle-Samuli Riihikoski
2019-01-28archipack 2.8 fix icon_onlyStephen Leger
2019-01-27Fix applink folder path.Kalle-Samuli Riihikoski
2019-01-27glTF importer: fix import multiple animations with same nameJulien Duroure
2019-01-27Archimesh: Conversion to 2.80Antonioya
Adapt the script to new Blender version Task T60910
2019-01-27glTF importer: manage antipodal quaternion for node animationJulien Duroure