Revision 05e5a72 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 9, 2018, 14:23 (GMT) |
Fix segment fault for modifiers with COW enabled The curves in copyData was freed, but the pointer was not set to NULL. |
May 9, 2018, 14:21 (GMT) |
Workbench: Make hair populating function shorter and nicer |
May 9, 2018, 14:21 (GMT) |
Depsgraph: Tag object for copy-on-write update when toggling particle edit mode |
May 9, 2018, 14:21 (GMT) |
Depsgraph: Remove particle edit code from evaluation Everything seems to be working without this, which makes since there is no evaluation-time edit code in master. The only tricky part here would be that this means we might want to ensure edit structure exists from inside particle mode in draw manager. Other point for not having this code in evaluation is that it's possible to have same object evaluated in different contexts at the same time, and since edit structures are supposed to be in original object we might run into threading conflict. |
May 9, 2018, 14:21 (GMT) |
Particle edit mode: Make selection settings to work with CoW |
May 9, 2018, 14:18 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
May 9, 2018, 14:18 (GMT) |
Rename: RNA_property_override_status > RNA_property_static_override_status |
May 9, 2018, 14:14 (GMT) |
Modifiers: ported Triangulate DerivedMesh ? Mesh Reviewers: sybren Differential Revision: https://developer.blender.org/D3237 |
May 9, 2018, 13:58 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
May 9, 2018, 13:53 (GMT) |
Fix T55015: Crash on selection after recent BVH changes Runtime data should always be initialized to NULL on read-time. |
May 9, 2018, 13:52 (GMT) |
Fix broken 'check/validate libs' code with indirect libs. Readcode always set relative paths of indirectly linked libs relative to *current* .blend file, not to the library using it. But BKE_library_filepath_set was then setting them relative to their parent library, breaking checking code (and saved files even :((( ). |
May 9, 2018, 13:49 (GMT) |
Modifiers: ported Boolean DerivedMesh ? Mesh Reviewers: sybren Differential Revision: https://developer.blender.org/D3236 |
May 9, 2018, 13:44 (GMT) |
Expanded BMALLOC_TEMPLATE_FROM_ME to accept two meshes |
Revision 8e46049 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 9, 2018, 13:23 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
May 9, 2018, 13:17 (GMT) |
Outliner: move filter options to popover. |
May 9, 2018, 13:14 (GMT) |
T55014: Optionally: objects not cast shadows in workbench |
Revision 52cf83d by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 9, 2018, 13:10 (GMT) |
UI: Move "Move to Color" and "Select Strokes" operators from popup menu into the UI proper This brings the GP materials UI more into line with the standard object materials UI |
May 9, 2018, 13:08 (GMT) |
Merge branch 'master' into blender2.8 |
May 9, 2018, 13:00 (GMT) |
Draw manager: Implement point selection modes for particle edit mode |
May 9, 2018, 12:59 (GMT) |
Draw manager: Initial implementation of key points visualization Does all points all the time, ignoring the setting in viewport header. This is to be addressed by the next commit. |
|
|
|


Master Commits
MiikaHweb | 2003-2021