Blender Git Commits

Blender Git "soc-2018-npr" branch commits.

Page: 8 / 16

August 1, 2018, 02:15 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr

# Conflicts:
# release/scripts/addons
# release/scripts/addons_contrib
# release/scripts/startup/bl_ui/properties_scene.py
# source/blender/draw/CMakeLists.txt
# source/blender/editors/space_outliner/outliner_draw.c
July 30, 2018, 15:20 (GMT)
Merge branch 'soc-2018-npr' of git.blender.org:blender into soc-2018-npr

# Conflicts:
# release/scripts/startup/bl_ui/properties_scene.py
July 30, 2018, 15:19 (GMT)
Added init code for default LANPR values. Fixed render and scene panels to accept LANPR engine.
July 30, 2018, 14:05 (GMT)
Fix: Ensure that LANPR panel is only enabled when that engine is enabled

- Fixed incorrect COMPAT_ENGINES define

- Removed poll() callback that was preventing the COMPAT_ENGINES
set from working

- Have panel opened by default (since it doesn't need to stay collapsed
when other engines are active anymore)
July 30, 2018, 14:03 (GMT)
Example commit for fixing panel visibility when LANPR is enabled

Following the examples here (for the Scene/KeyingSet settings),
all general non-engine-specific panels should include "BLENDER_LANPR"
in the COMPAT_ENGINES set.
July 30, 2018, 13:51 (GMT)
Automatically refresh viewport when changing LANPR settings

Use the messagebus struct-subscription methods here (as used for EEVEE settings)
so that changing rendering methods or other settings immediately refreshes
the viewport instead of requiring the user to click on the viewport to force
a redraw.
July 30, 2018, 13:44 (GMT)
Fix compiler warnings (use 0 in enums for no icon, not NULL) + whitespace (mixed tabs/spaces)
July 30, 2018, 12:54 (GMT)
Compile Fix: Branch now compiles when WITH_OPENSUBDIV is disabled
July 30, 2018, 12:39 (GMT)
Adjusted vertex wig and edge flip opti
July 30, 2018, 10:27 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr

# Conflicts:
# release/scripts/addons
# release/scripts/addons_contrib
July 30, 2018, 10:26 (GMT)
changed most of the list API into BLI_'s. Removed many unused functions
July 27, 2018, 15:27 (GMT)
Initial work on edge wiggle rewrite
July 27, 2018, 10:17 (GMT)
DPIX and Snake's F12 is working now.
July 27, 2018, 07:53 (GMT)
Debugging small problem in threads, in lanpr_triangle_line_imagespace_intersection_v2()
July 27, 2018, 03:41 (GMT)
Fixed intersection calculation memory leak, fixed snake UI error, added F12 supporting functions.
July 26, 2018, 02:09 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
July 25, 2018, 14:49 (GMT)
Typo fix finalColor
July 25, 2018, 14:25 (GMT)
Fix camera access error, added report to no camera situation.
July 25, 2018, 14:15 (GMT)
Fix code for strict compile.
July 25, 2018, 08:43 (GMT)
Added debug shaders to find problems in f12
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021