Blender Git Commit Log

All Blender Git commits.

Page: 3086 / 8462

July 16, 2018, 09:12 (GMT)
OpenSubdiv: Remove UV coordinates from converter

Converter only defines topology, not coordinates or (face)varying data.
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.
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.
July 16, 2018, 07:33 (GMT)
Cleanup: Remove duplicate code
July 16, 2018, 06:41 (GMT)
Cleanup: Make RNA callback names more consistent with the general naming scheme used
July 16, 2018, 06:41 (GMT)
RNA: Material filtering for GP Brush Settings
July 16, 2018, 06:37 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 16, 2018, 06:35 (GMT)
Code style fixes. Uncrustify processed.
July 16, 2018, 05:57 (GMT)
RNA: Filter "normal" materials vs "GP Object" ones
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
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
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
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.
July 15, 2018, 15:19 (GMT)
Fix function names after merge

The functions have a new name now.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021