Page MenuHome

All Changesets

ChangePath
Modifiedbuild_files/cmake/macros.cmake
Modifiedintern/cycles/blender/addon/ui.py
Addedrelease/datafiles/brushicons/gp_brush_block.png
Addedrelease/datafiles/brushicons/gp_brush_clone.png
Addedrelease/datafiles/brushicons/gp_brush_erase_hard.png
Addedrelease/datafiles/brushicons/gp_brush_erase_soft.png
Addedrelease/datafiles/brushicons/gp_brush_erase_stroke.png
Addedrelease/datafiles/brushicons/gp_brush_fill.png
Addedrelease/datafiles/brushicons/gp_brush_grab.png
Addedrelease/datafiles/brushicons/gp_brush_ink.png
Addedrelease/datafiles/brushicons/gp_brush_inknoise.png
Addedrelease/datafiles/brushicons/gp_brush_marker.png
Addedrelease/datafiles/brushicons/gp_brush_pen.png
Addedrelease/datafiles/brushicons/gp_brush_pencil.png
Addedrelease/datafiles/brushicons/gp_brush_pinch.png
Addedrelease/datafiles/brushicons/gp_brush_push.png
Addedrelease/datafiles/brushicons/gp_brush_randomize.png
Addedrelease/datafiles/brushicons/gp_brush_smooth.png
Addedrelease/datafiles/brushicons/gp_brush_strength.png
Addedrelease/datafiles/brushicons/gp_brush_thickness.png
Addedrelease/datafiles/brushicons/gp_brush_twist.png
Addedrelease/datafiles/brushicons/gp_brush_weight.png
Modifiedrelease/scripts/modules/bpy_extras/keyconfig_utils.py
Modifiedrelease/scripts/startup/bl_ui/__init__.py
Addedrelease/scripts/startup/bl_ui/properties_data_gpencil.py
Modifiedrelease/scripts/startup/bl_ui/properties_data_modifier.py
Modifiedrelease/scripts/startup/bl_ui/properties_grease_pencil_common.py
Modifiedrelease/scripts/startup/bl_ui/properties_material.py
Addedrelease/scripts/startup/bl_ui/properties_material_gpencil.py
Modifiedrelease/scripts/startup/bl_ui/properties_scene.py
Modifiedrelease/scripts/startup/bl_ui/space_clip.py
Modifiedrelease/scripts/startup/bl_ui/space_image.py
Modifiedrelease/scripts/startup/bl_ui/space_node.py
Modifiedrelease/scripts/startup/bl_ui/space_userpref.py
Modifiedrelease/scripts/startup/bl_ui/space_view3d.py
Modifiedrelease/scripts/startup/bl_ui/space_view3d_toolbar.py
Modifiedsource/blender/CMakeLists.txt
Modifiedsource/blender/blenkernel/BKE_brush.h
Modifiedsource/blender/blenkernel/BKE_context.h
Modifiedsource/blender/blenkernel/BKE_gpencil.h
Addedsource/blender/blenkernel/BKE_gpencil_modifier.h
Modifiedsource/blender/blenkernel/BKE_lattice.h
Modifiedsource/blender/blenkernel/BKE_material.h
Modifiedsource/blender/blenkernel/BKE_object.h
Modifiedsource/blender/blenkernel/BKE_paint.h
Modifiedsource/blender/blenkernel/CMakeLists.txt
Modifiedsource/blender/blenkernel/intern/anim_sys.c
Modifiedsource/blender/blenkernel/intern/brush.c
Modifiedsource/blender/blenkernel/intern/colortools.c
Modifiedsource/blender/blenkernel/intern/context.c
Modifiedsource/blender/blenkernel/intern/deform.c
Modifiedsource/blender/blenkernel/intern/gpencil.c
Addedsource/blender/blenkernel/intern/gpencil_modifier.c
Modifiedsource/blender/blenkernel/intern/library.c
Modifiedsource/blender/blenkernel/intern/library_query.c
Modifiedsource/blender/blenkernel/intern/material.c
Modifiedsource/blender/blenkernel/intern/object.c
Modifiedsource/blender/blenkernel/intern/object_deform.c
Modifiedsource/blender/blenkernel/intern/object_update.c
Modifiedsource/blender/blenkernel/intern/paint.c
Modifiedsource/blender/blenkernel/intern/scene.c
Modifiedsource/blender/blenlib/BLI_math_vector.h
Modifiedsource/blender/blenlib/BLI_rand.h
Modifiedsource/blender/blenlib/intern/listbase.c
Modifiedsource/blender/blenlib/intern/math_vector_inline.c
Modifiedsource/blender/blenlib/intern/rand.c
Modifiedsource/blender/blenloader/intern/readfile.c
Modifiedsource/blender/blenloader/intern/versioning_270.c
Modifiedsource/blender/blenloader/intern/versioning_280.c
Modifiedsource/blender/blenloader/intern/versioning_defaults.c
Modifiedsource/blender/blenloader/intern/writefile.c
Modifiedsource/blender/collada/SceneExporter.cpp
Modifiedsource/blender/depsgraph/intern/builder/deg_builder_nodes.cc
Modifiedsource/blender/depsgraph/intern/builder/deg_builder_nodes_view_layer.cc
Modifiedsource/blender/depsgraph/intern/builder/deg_builder_relations.cc
Modifiedsource/blender/depsgraph/intern/builder/deg_builder_relations_view_layer.cc
Modifiedsource/blender/depsgraph/intern/depsgraph_tag.cc
Modifiedsource/blender/draw/CMakeLists.txt
Modifiedsource/blender/draw/DRW_engine.h
Addedsource/blender/draw/engines/gpencil/gpencil_cache_utils.c
Addedsource/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c
Addedsource/blender/draw/engines/gpencil/gpencil_draw_utils.c
Addedsource/blender/draw/engines/gpencil/gpencil_engine.c
Addedsource/blender/draw/engines/gpencil/gpencil_engine.h
Addedsource/blender/draw/engines/gpencil/gpencil_render.c
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_background_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_edit_point_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_edit_point_geom.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_edit_point_vert.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_fill_vert.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_paper_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_point_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_point_geom.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_point_vert.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_simple_mix_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_stroke_frag.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_stroke_geom.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_stroke_vert.glsl
Addedsource/blender/draw/engines/gpencil/shaders/gpencil_zdepth_mix_frag.glsl