February 1, 2018, 14:11 (GMT) |
Cycles: Fix for non-vectorized version of bitscan() It was doing bit search in an opposite direction comparing to a vectorized version. |
February 1, 2018, 13:08 (GMT) |
Finalize/enable new static override for linked groups. Behavior is expected to be simillar to 'make proxy' on linked groups, it basically allows you to select which object in the group will be to 'root' override (usually, the armature), checks which other objects needs to be overridden as well, overrides the group itself too, and instantiates the group and the root overridden object. It seems to be working, though handling of armature deformation is kind of totally broken in blender2.8 currently (modifiers...). ;) |
February 1, 2018, 13:07 (GMT) |
Fix some issues in new RNA diff code. |
February 1, 2018, 12:59 (GMT) |
Cycles: Added static asserts to make sure new kernel structures are properly aligned |
February 1, 2018, 12:37 (GMT) |
Merge branch 'master' of git.blender.org:blender into cycles_refactor |
February 1, 2018, 11:22 (GMT) |
Fix audaspace mess in 2.8 All these files were removed since accidental commit, revert and merge in 2.8. ea31f0ac3b877e + 0a4e170c28cec + 11f9a23a286c17f + 7b27b10fa6a6 |
February 1, 2018, 11:10 (GMT) |
Fix wrong attempt to get depsgraph from RNA Groups ViewLayer. |
Revision 28b9dfe 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) February 1, 2018, 07:38 (GMT) |
Move int <-> float 2d vector funcs from GP code to Math Lib We now have the following two new functions: * copy_v2fl_v2i(float r[2], const int a[2]) <-- Copies 2D int vector to float vector * round_v2i_v2fl(int r[2], const float a[2]) <-- Copies 2D float vector to int vector, by rounding the values |
February 1, 2018, 05:02 (GMT) |
Merge branch '28' into temp-workspace-addons |
February 1, 2018, 04:56 (GMT) |
Fix incorrect message bus tag count |
February 1, 2018, 04:30 (GMT) |
Correct merge |
February 1, 2018, 04:21 (GMT) |
Merge branch 'blender2.8' into temp-workspace-addons |
February 1, 2018, 04:18 (GMT) |
Merge branch 'master' into blender2.8 |
February 1, 2018, 04:16 (GMT) |
Cleanup: pass userdef to write_userdef, const args |
February 1, 2018, 04:15 (GMT) |
Error in last commit |
February 1, 2018, 04:03 (GMT) |
Merge branch 'blender2.8' into temp-workspace-addons |
February 1, 2018, 03:59 (GMT) |
Merge branch 'master' into blender2.8 |
February 1, 2018, 03:58 (GMT) |
Cleanup: Python code-style |
February 1, 2018, 03:44 (GMT) |
Workspace addon reading |
February 1, 2018, 03:24 (GMT) |
Merge branch 'blender2.8' into temp-workspace-addons |
|
|
|


Master Commits
MiikaHweb | 2003-2021