User Details
- User Since
- Oct 15 2016, 3:41 PM (228 w, 4 d)
Jan 24 2021
Dec 7 2020
Opensubdiv does not know topology of uv map, only mesh. So corners created by placing seams on continous mesh are not seen as corners by opensubdiv.
Dec 3 2020
Oct 20 2020
Oct 6 2020
Oct 5 2020
Oct 4 2020
Oct 3 2020
I will look into it.
When you add another modifier after subd, that does nothing (eg. bevel with limit set to weight) it fixes it also.
Probably Blender takes normals calculated by OpenSubdiv which are very good when using limit surface (that's one of the points of using it in the first place) but are not that great when limit surface is disabled.
I assume enabling autosmooth (or adding mod after) overrides normals with ones calculated by Blender.
Oct 2 2020
Oct 1 2020
Thank you.
So this workaround is almost 2 years old, do we know, if it was fixed on OSD side? I can say, that I don't observe crash with this change.
Needs to be rechecked https://developer.blender.org/rB443e42d may be fixing this.
Sep 30 2020
- merge master
- 'Boundary Interpolation' -> 'Boundary Smoothing', 'Edges Only' -> 'Corners Only', 'Edges and Corners' -> 'None'
Sep 26 2020
Sep 23 2020
Sep 22 2020
- variable naming
- UI description
- merge master
- disable, instead of hide, quality settings in non-adaptive mode
- change description of the toggle as per request
Sep 15 2020
Sep 14 2020
Yup. Brecht's comments were only about naming and missing description.
Those are fixed now.
Sep 12 2020
Rebase on master
Rebase on master
Sep 6 2020
Sep 4 2020
Sep 2 2020
Sep 1 2020
Aug 31 2020
Aug 19 2020
Aug 16 2020
Aug 12 2020
Aug 11 2020
- use_limit_surface, negative property
- move option to adv. panel
Reasoning behind putting this option near the top was that it has significant influence on modifier output similar to "Simple" and "Catmul-Clark"
UI labels correction
Aug 7 2020
- Add versioning
- Move converter to common place
- Comment formatting.
Aug 6 2020
@Sergey Sharybin (sergey) function subdiv_vtx_boundary_interpolation_get is duplicated, please advise, where to put it so both modifiers can use it.
Aug 5 2020
- invert flag
- change naming
- move comment
Aug 4 2020
- Remove boundary interpolation option
- Change user facing labels.
- Add code comments about UV fix.
- Change title and description to reflect more limited scope of patch.
Aug 1 2020
Jul 31 2020
Fix UV mangling in non-adaptive mode.
Jul 30 2020
Jul 29 2020
Move conversion function as requested
- There is a bug in OpenSubdiv's face-varying evaluator. This makes it so UVs are all messed up once you go uniform subdivisions. Surely, this is to be reported and fixed in OpenSubdiv, but because of other points it was not a priority so far.