July 16, 2018, 09:12 (GMT) |
OpenSubdiv: Remove UV coordinates from converter Converter only defines topology, not coordinates or (face)varying data. |
Revision 7d22f61 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 09:11 (GMT) |
Update Icon for materials when change something Need update icon for compact list. becaus ethe thumbnail is not used. |
Revision f1d0c41 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 08:01 (GMT) |
Add missing weight data management in RNA function This code was missing in the initial fix. |
July 16, 2018, 07:52 (GMT) |
OpenSubdiv: Re-work C-API integration Main goal is to make API simpler to follow (at least ion terms what is defined/declared where, as opposite of handful big headers which includes all the declarations), and also avoid a big set of long and obscure functions. Now C-API files are split into smaller ones, following OpenSubdiv behavior more closely, and also function pointers in structures used a lot more, which shortens functions names, UV integration part in GL Mesh is mainly stripped away, it needs to be done differently. On a related topic, UV coordinates API in converter needs to be removed as well, we do not need coordinates, only island connectivity information there. Additional changes: - Varying interpolation in evaluator API are temporarily disabled, need to extend API somewhere (probably, evaluator's API) to inform layout information of vertex data (whether it contains varying data, width, stride and such). - Evaluator now can interpolate face-varying data. Only works for adaptive refiner, since some issues in OpenSubdiv itself. Planned changes: - Remove uv coordinates from TopologyConverter. - Support evaluation of patches (as opposite to individual coordinates as it happens currently). - Support more flexible layout of varying and face-varying data. It is stupid to assume varying is 3 floats and face-varying 2 floats. - Support of second order derivatives. - Everything else what i'm missing in this list. |
Revision e386d62 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 07:33 (GMT) |
Cleanup: Remove duplicate code |
Revision 4faa243 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 06:41 (GMT) |
Cleanup: Make RNA callback names more consistent with the general naming scheme used |
Revision d94a9f5 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 06:41 (GMT) |
RNA: Material filtering for GP Brush Settings |
Revision 3c1c626 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 06:37 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 84c0f57 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 06:35 (GMT) |
Code style fixes. Uncrustify processed. |
Revision 39886fb by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 05:57 (GMT) |
RNA: Filter "normal" materials vs "GP Object" ones |
Revision 3a82de1 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 05:05 (GMT) |
RNA: Add pointer poll callbacks so that Annotation datablocks don't get used for GP Objects and vice versa |
Revision 6af71e8 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 02:44 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr # Conflicts: # intern/opensubdiv/opensubdiv_evaluator_capi.cc # release/scripts/startup/bl_ui/properties_scene.py |
Revision 8bb1a53 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) July 16, 2018, 02:05 (GMT) |
Fixed OpenSubdiv_FVarLinearInterpolation type error. |
July 15, 2018, 23:42 (GMT) |
Merge branch 'master' into soc-2018-hair-shader Week 10 merge: corrected some clashes |
July 15, 2018, 20:57 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into udim |
Revision 5249e4b by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2018, 19:34 (GMT) |
Add switch to chnage betwen thumbnails and list Now it's possible to change between a compact list of colors or the default thumbnail mode. |
July 15, 2018, 18:34 (GMT) |
Cleanup: doxy comments |
July 15, 2018, 17:51 (GMT) |
Gizmo: update Python templates |
July 15, 2018, 16:38 (GMT) |
Fix Cycles incorrect resize and CMYK conversion of uint16/half images. |
Revision 86965e5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2018, 15:19 (GMT) |
Fix function names after merge The functions have a new name now. |
|
|
|


Master Commits
MiikaHweb | 2003-2021