Blender Git Commits

Blender Git "greasepencil-refactor" branch commits.

Page: 126 / 287

August 1, 2018, 12:29 (GMT)
Uncrustify processed.
August 1, 2018, 10:50 (GMT)
potentially fixed drawing command conflict error in F12
August 1, 2018, 08:19 (GMT)
Fixed software rendering intersection cache update
August 1, 2018, 04:08 (GMT)
Adapted multisample functions.
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 31, 2018, 07:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 31, 2018, 06:57 (GMT)
Only align to view by default Monkey GP object

The blank grease pencil object must be aligned to axis by default.
July 30, 2018, 20:21 (GMT)
Add a warning in annotations if active object is GP

Now the annotations is not working with grease pencil object selected and we need inform the user.

We need find a better solution for this, but at least we have a notification and not something that looks a bug, but a not supported function.
July 30, 2018, 18:18 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 30, 2018, 18:16 (GMT)
New grease pencil transform icons

Designed by Matias Mendiola
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:30 (GMT)
Change icon names to define custom grease pencil icons

The standard icons for these operators don't fit in the grease pencil use and it's better to have icons more designed for grease pencil strokes.
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, 12:39 (GMT)
Fix missing parameter after merge
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021