November 19, 2017, 13:08 (GMT) |
Fix compiler warning --> render_result.c:832 - formal parameter 6 different from declaration |
November 19, 2017, 12:57 (GMT) |
Fix: "Lock Markers" option was not being obeyed by the "Sync Markers (when transforming)" option |
November 19, 2017, 12:57 (GMT) |
Bake Action operator: Added missing Bendy Bones support |
November 19, 2017, 12:57 (GMT) |
Tweaks to make it easier to update bone motion paths (without the active bone needing to have any paths itself) This commit introduces the following changes: * Modified the poll callback on the "Update Paths" operator for bones so that it only checks if there are bones that have motion paths (instead of checking whether the active bone has paths). This makes it easier to update paths without having to first select one that has them - useful when the paths are all on hidden/hard-to-select bones. * Add a readonly property, "has_motion_paths" to the animviz.motion_path RNA struct, providing easier access to the internal flag used above. This makes it possible for the UI to display the "Update" button without having to check various bones for motion paths. Notes: * The flag being used in these changes already existed, and was only really intended for internal use. However, since it was already used in many places for determining if auto-update of all bone paths was needed (e.g. after certain editing ops), it should be safe to use here too. * The update_paths operator currently bakes all paths when activated, so there's currently no loss of functionality with changing to not checking if the active bone has any paths (e.g. we couldn't only update the active bone only either). That is still listed as a todo in the code. |
November 19, 2017, 12:57 (GMT) |
Pasting poses now updates motion paths |
November 19, 2017, 12:57 (GMT) |
Fix T53229: "Sample Keyframes" errors with multiple pairs of keyframes selected There were 2 issues here (first was the one reported): 1) Curve shape changes if multiple consecutive pairs of keyframes are selected. The problem is that after the first pair is handled, subsequent pairs get sampled on the basis of the modified curve. 2) With multiple separate "islands" selected, unselected points in between would get ignored, causing the entire curve to get sampled. |
November 19, 2017, 12:16 (GMT) |
Merge branch 'master' into blender2.8 |
November 19, 2017, 12:13 (GMT) |
Swap priority of system path overrides for dev builds Suggested by Campbell, thanks! Also moved the exception into own function and improved comments. Fixes T53008. |
November 19, 2017, 10:56 (GMT) |
Merge branch 'blender2.8' into hair_guides |
November 19, 2017, 10:05 (GMT) |
Fix memleak from unfreed local array. |
November 19, 2017, 10:00 (GMT) |
Struct for hair draw settings. This is outside of the hair system itself since it only affects drawing. |
November 19, 2017, 05:53 (GMT) |
Vertex Paint: missed removing settings from UI |
November 19, 2017, 05:39 (GMT) |
Fix T53347: Vertex paint crash on undo/exit |
November 18, 2017, 21:15 (GMT) |
Eevee : Fix bug with SSS and SSR active node selection The bug was affecting the ability to correctly edit the expected SSS profile. |
November 18, 2017, 16:38 (GMT) |
CMake: remove solaris path |
November 18, 2017, 16:25 (GMT) |
Cleanup: outdated comment |
November 18, 2017, 06:22 (GMT) |
Cleanup: style |
November 18, 2017, 06:16 (GMT) |
Fix BGE sound actuator property access |
November 18, 2017, 04:01 (GMT) |
Merge branch 'blender2.8' into topbar |
November 18, 2017, 03:54 (GMT) |
Cleanup: Use enum instead of char codes, naming |
|
|
|


Master Commits
MiikaHweb | 2003-2021