Revision c6fd4b9 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 28, 2020, 13:02 (GMT) |
LANPR: Modifier code cleanup. |
Revision 3543098 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 28, 2020, 12:53 (GMT) |
LANPR: Fix Append segfault by removing BLO_expand() for a wrong pointer. |
Revision 6249947 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 28, 2020, 11:51 (GMT) |
LANPR: Clear picked flags for modifier line picking use. |
June 28, 2020, 10:23 (GMT) |
June 28, 2020, 10:03 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
Revision 705a777 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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 |
Revision 09f72c5 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
Revision f2873a2 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 28, 2020, 06:58 (GMT) |
LANPR: Modifier stroke generation code now funcional. |
Revision 74dd526 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 28, 2020, 06:20 (GMT) |
Merge remote-tracking branch 'origin/lanpr-under-gp' into lanpr-under-gp |
Revision f2c5b7e by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 28, 2020, 06:18 (GMT) |
LANPR: generateStrokes functions added. |
Revision c963898 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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) |
|
|
|


Master Commits
MiikaHweb | 2003-2021