Revision 1ba5910 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 13, 2018, 14:04 (GMT) |
Cleanup: Create macros for duplicate code |
Revision d1260a0 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 13, 2018, 13:49 (GMT) |
Cleanup: Rename variables and comments |
June 13, 2018, 13:36 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/BKE_pointcache.h source/blender/blenkernel/intern/object.c source/blender/blenkernel/intern/pointcache.c source/blender/editors/include/ED_particle.h source/blender/editors/physics/particle_edit.c source/blender/editors/physics/particle_edit_undo.c source/blender/editors/physics/particle_object.c source/blender/editors/physics/physics_intern.h source/blender/editors/physics/physics_pointcache.c source/blender/editors/space_time/space_time.c source/blender/editors/space_view3d/drawobject.c source/blender/editors/space_view3d/view3d_edit.c source/blender/editors/transform/transform_conversions.c source/blender/editors/transform/transform_generics.c source/blender/editors/transform/transform_manipulator.c source/blender/makesrna/intern/rna_object.c source/blender/makesrna/intern/rna_object_force.c source/blender/makesrna/intern/rna_sculpt_paint.c source/blenderplayer/bad_level_call_stubs/stubs.c |
June 13, 2018, 13:22 (GMT) |
UI: preset popover buttons in panel headers. Moves the preset into a menu for the panel header, so it can be changed without opening the panel and takes up less space. Two remaining issues: * For long lists the add new preset button can be scrolled off screen. * We should support showing the name of the chosen preset in the panel header, but the current preset system does not support detecting which preset is used. Differential Revision: https://developer.blender.org/D3366 |
June 13, 2018, 13:19 (GMT) |
Fix discrepancy between RNG in CPU and GPU The second random sample is reordered between devices, which causes a divergence if using both at the same time. Thanks to nirved on irc for finding this out! |
Revision 813aea9 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 13, 2018, 13:18 (GMT) |
Now with seperate line thickness factor. |
June 13, 2018, 13:17 (GMT) |
June 13, 2018, 13:07 (GMT) |
UI: Make NLA header consistent with dopesheet |
June 13, 2018, 13:06 (GMT) |
Cleanup: double quotes for non-enum strings |
June 13, 2018, 13:04 (GMT) |
UI: center align 3D view header snap, pivot etc |
June 13, 2018, 13:04 (GMT) |
UI: Fix clip editor double text-less icon situation |
Revision 9bc49a7 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 13, 2018, 12:39 (GMT) |
Seperate color demonstration. |
June 13, 2018, 12:28 (GMT) |
Cleanup: moar ugly G.main removal... Note that due to RNA get/setters issue, that one may actually add some G.main usages to the total... But at least it's not hidden anymore in a very low-level, dark corner of BKE pointcache code! |
June 13, 2018, 12:21 (GMT) |
June 13, 2018, 12:19 (GMT) |
Merge branch 'master' into blender2.8 |
June 13, 2018, 12:19 (GMT) |
Eevee: Lightcache: Add own gl context to the baking job This is to follow the recent changes in how we handle gl context in threads. |
June 13, 2018, 12:12 (GMT) |
Cleanup: tool settings access |
June 13, 2018, 12:12 (GMT) |
Fix a precision issue in the coord frame with low roughness |
June 13, 2018, 12:03 (GMT) |
Fix T55467: nodes cant be resized after recent clickdrag change |
June 13, 2018, 11:01 (GMT) |
Set minimum blender version as 2.80 Technically we probably need to do for the current subversion (17). But the entirely 2.80 series is known to be experimental. The most important part is to notify people that if they open the 2.80 file in master it will loose data. |
|
|
|


Master Commits
MiikaHweb | 2003-2021