UV smart_project error in Blender 2.91
See original GitHub issueBlender 2.91 seems to have a few changes in the API.
There’s a minor error in the smart_project function.
The smart_project in Blender 2.83 has the parameter named as user_area_weight
.
The parameter has been switched to area_weight
in smart_project in Blender 2.91
I think the renaming is causing this issue. Reporting it here so that it can be looked into while porting the exporter for Blender 2.9x
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Python API: Smart UV Project not working correctly in 2.91 ...
Short description of error. When calling bpy.ops.uv.smart_project(angle_limit=66, island_margin=0) via python, the actual operation sets the ...
Read more >Export of simple blender material failing - Babylon.js Forum
Blender 2.91 seems to have a few changes in the API. There's a minor error in the smart_project function. The smart_project in Blender....
Read more >What Did I Do Wrong? Blender fix for UV Mapping Error
I created this tutorial to show you what you did wrong with your Blender file.
Read more >UV mapping error using project from view - Blender Artists
Followed Andrew Price's camera mapping tutorial, got stuck projecting from view. Doesn't matter how many times I subdivide, it just doesn't want to...
Read more >Smart UV project not working? :: Blender General Discussions
So now I've got one issue after doing the smart project. My UV grid is looking more like rectangles on the object than...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My experience with the very long 2.80 dev cycle was API would change over and over. Now with Blender in a 4 release LTS cycle (0, 1, 2, 3) or (2.90, 2.91, 2.92, 2.93) I do not have the time to keep up.
I run 2.83 LTS. When 2.92 hits, March 2021, I will probably see what is what. Even then, I will not do it on the master branch,
On Sun, Dec 6, 2020 at 8:41 AM Arvind R notifications@github.com wrote:
complete in 2.93 exporter