Blender Git Commits

Blender Git commits from all branches.

Page: 817 / 2888

June 28, 2020, 13:02 (GMT)
LANPR: Modifier code cleanup.
June 28, 2020, 12:53 (GMT)
LANPR: Fix Append segfault by removing BLO_expand() for a wrong pointer.
June 28, 2020, 11:51 (GMT)
LANPR: Clear picked flags for modifier line picking use.
June 28, 2020, 10:23 (GMT)
Use findNodeSocket since it accepts const bNode*

{rB340130719f4d}
June 28, 2020, 10:03 (GMT)
Merge branch 'master' into soc-2020-io-performance
June 28, 2020, 09:37 (GMT)
LANPR: Collection mode depsgraph relationship with scene added.
June 28, 2020, 09:31 (GMT)
Merge branch 'master' into greasepencil-edit-curve

Conflicts:
source/blender/editors/gpencil/gpencil_select.c
source/blender/editors/gpencil/gpencil_utils.c
June 28, 2020, 09:29 (GMT)
Merge branch 'master' into greasepencil-object
June 28, 2020, 09:26 (GMT)
LANPR: Auto update for modifier now works in dg.
June 28, 2020, 09:15 (GMT)
Add object name in MTL related errors.
June 28, 2020, 08:44 (GMT)
Use Span<T> instead of const Vector<T> &

Reasons to prefer `Span`:
> - It is shorter.
> - It is const by default (whereas you could easily forget the const in `const Vector<T> &`).
And I did forget the `const` here!
https://developer.blender.org/D7987#inline-64852
June 28, 2020, 08:19 (GMT)
Typo: write OBJ & MTL comments properly with #
June 28, 2020, 08:17 (GMT)
Support exporting selected objects only, not the whole scene.
June 28, 2020, 06:58 (GMT)
LANPR: Modifier stroke generation code now funcional.
June 28, 2020, 06:20 (GMT)
Merge remote-tracking branch 'origin/lanpr-under-gp' into lanpr-under-gp
June 28, 2020, 06:18 (GMT)
LANPR: generateStrokes functions added.
June 28, 2020, 04:40 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
June 27, 2020, 21:16 (GMT)
UI: show warning when overwriting an export file
June 27, 2020, 20:44 (GMT)
Replace char * with string in texture map types.

Review update rB827869a45bccbf1e016580b#271046 (by Jacques Lucke)

As mentioned in his comments, `Map` will do a pointer comparison for
`char *` keys. So string would be better. Even though the `lookup` has
been removed, `std::string` is still okay.

Also instead of iterating over `Map.keys()`, and then looking up value,
now it's iterating over a key-value pair: `Map<T, T>::item` of strings.

Minor comment changes.
June 27, 2020, 19:40 (GMT)
Remove redundant blender:: from Vector, Map etc.

In rB96d6571073d3, `namespace blender` was added.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021