May 19, 2018, 17:54 (GMT) |
Add back temporary exception for pose bones in DEG_get_evaluated_rna_pointer() Without the exception, adding new poses to pose libraries took several seconds with only <= 4 bones selected. While we may still need this for other cases too, since bones are such a common use case, it makes sense to provide some level of optimisation for them. |
May 19, 2018, 17:54 (GMT) |
Cleanup: Remove temporary debugging code |
May 19, 2018, 17:54 (GMT) |
WIP: Improved implementation of DEG_get_evaluated_rna_pointer() This now works by getting the RNA Path from the given PointerRNA to go from the ID block to the data it points to, then uses this path to find the new data relative to the COW ID. Note: This currently still has all the debug prints left in - As can be seen, I was testing this against the earlier PoseBone hack/special case. We may still need to bring such special cases back in future, since looking up RNA Paths like this can be slow. |
May 19, 2018, 17:54 (GMT) |
WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluated data When using copy on write, insert keyframe operators were reading from old bmain data instead of COW data. This meant that inserting keyframes would often read old/stale data, resulting in invalid keyframes getting created (e.g. from last transform operation, instead of actual current state). This commit makes it so that keyframing operators will ask depsgraph for the evaluated copy of the data, so that it can read values from that. It introduces a new function - `DEG_get_evaluated_rna_pointer()`, which when working correctly/fully, should work just like the other `DEG_get_evaluated_*()` functions, except it lets you pass in an RNA Pointer. However, currently, this is only done for Pose Bones (as a dirty hack, since this is an important/pivotal requirement for production) and/or datablock properties directly (since we can just use the DEG_get_evaluated_id() directly). on the datablock. Committing to a branch for now as this all needs more testing. More work to come later at a more sane time of day! |
May 19, 2018, 17:42 (GMT) |
Add back temporary exception for pose bones in DEG_get_evaluated_rna_pointer() Without the exception, adding new poses to pose libraries took several seconds with only <= 4 bones selected. While we may still need this for other cases too, since bones are such a common use case, it makes sense to provide some level of optimisation for them. |
May 19, 2018, 17:27 (GMT) |
Cleanup: Remove temporary debugging code |
May 19, 2018, 17:16 (GMT) |
UI: popover-once (click-drag for single actions) Experimental support for using popovers like menus, use this when the user hold the mouse down (previously this did nothing). This means turning frequently accessed menu items into popovers doesn't add more clicks to the existing use case. |
May 19, 2018, 17:12 (GMT) |
WIP: Improved implementation of DEG_get_evaluated_rna_pointer() This now works by getting the RNA Path from the given PointerRNA to go from the ID block to the data it points to, then uses this path to find the new data relative to the COW ID. Note: This currently still has all the debug prints left in - As can be seen, I was testing this against the earlier PoseBone hack/special case. We may still need to bring such special cases back in future, since looking up RNA Paths like this can be slow. |
Revision 1b1baee by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 19, 2018, 16:21 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision c0ed6a6 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 19, 2018, 16:20 (GMT) |
Remove scene->gpd deprecated |
May 19, 2018, 14:59 (GMT) |
Revert "Add a hair system to particles to eventually replace the current pathcaches." This reverts commit 3ba96b7c4da8aa3461db5985b8d5c762695d49e2. |
May 19, 2018, 14:25 (GMT) |
Cleanup: style No need to use text keyword arg for labels |
May 19, 2018, 14:23 (GMT) |
UI: don't disable snap popover in topbar Snap settings still apply when transforming (holding Ctrl) Also no need to prevent proportional edit menu from opening, showing inactive is enough. |
Revision a1be8ef by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 19, 2018, 11:24 (GMT) |
Fix merge problems and parameter list changes |
Revision f46e914 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 19, 2018, 11:05 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/blenkernel/CMakeLists.txt source/blender/blenkernel/intern/library.c source/blender/blenkernel/intern/library_query.c source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/versioning_280.c source/blender/collada/SceneExporter.cpp source/blender/editors/gpencil/gpencil_convert.c source/blender/editors/object/object_add.c source/blender/editors/object/object_relations.c source/blender/editors/space_outliner/outliner_draw.c source/blender/editors/space_outliner/outliner_select.c |
May 19, 2018, 08:25 (GMT) |
UI: Use popover for toolbar popup operator - Currently the popup closes immediately, could be made configurable. - Support exiting popups when their submenu's are accessed. |
May 19, 2018, 00:47 (GMT) |
May 19, 2018, 00:45 (GMT) |
Rename possible hair parametrizations With this change, I think they're clearer and better follow Pharr's book. Also change default to direct coloring. Ref T54796 |
May 19, 2018, 00:38 (GMT) |
May 18, 2018, 21:14 (GMT) |
Correct last commit |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021