
Blender Git Statistics -> Branches -> temp-lineart-contained
"Temp-lineart-contained" branch
Total commits : 615
Total committers : 24
First Commit : November 15, 2019
Latest Commit : January 14, 2021 (Yesterday)
Commits by Month
Date | Number of Commits | |
---|---|---|
January, 2021 | 1 | |
December, 2020 | 41 | |
November, 2020 | 50 | |
October, 2020 | 99 | |
September, 2020 | 55 | |
August, 2020 | 91 | |
July, 2020 | 145 | |
June, 2020 | 66 | |
May, 2020 | 2 | |
April, 2020 | 0 | |
March, 2020 | 0 | |
February, 2020 | 2 | |
January, 2020 | 0 | |
December, 2019 | 10 | |
November, 2019 | 53 |
Committers
Popular Files
Filename | Total Edits |
---|---|
lineart_cpu.c | 166 |
MOD_gpencillineart.c | 71 |
ED_lineart.h | 69 |
rna_scene.c | 52 |
lanpr_cpu.c | 41 |
properties_render.py | 41 |
lineart_chain.c | 34 |
DNA_scene_types.h | 28 |
ED_lanpr.h | 28 |
rna_gpencil_modifier.c | 23 |
Latest commits 
1 day and 0 hours ago |
Fix building with and without WITH_LINEART |
December 21, 2020, 07:43 (GMT) |
Merge branch 'lanpr-under-gp' into temp-lineart-contained |
December 21, 2020, 07:43 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
December 21, 2020, 07:40 (GMT) |
Merge branch 'lanpr-under-gp' into temp-lineart-contained |
December 21, 2020, 07:40 (GMT) |
LineArt: Proper Use of BMesh operator to remove doubles. |
December 19, 2020, 05:57 (GMT) |
LineArt: Complete UI in the modifier. |
December 19, 2020, 04:55 (GMT) |
Merge remote-tracking branch 'origin/lanpr-under-gp' into temp-lineart-contained # Conflicts: # extern/ceres/README.blender # release/scripts/startup/bl_ui/space_userpref.py # source/blender/blenkernel/BKE_gpencil_curve.h # source/blender/blenkernel/BKE_gpencil_geom.h # source/blender/blenkernel/BKE_layer.h # source/blender/blenkernel/BKE_screen.h # source/blender/blenkernel/intern/gpencil_curve.c # source/blender/blenkernel/intern/layer_utils.c # source/blender/blenloader/intern/versioning_290.c # source/blender/draw/engines/overlay/shaders/edit_curve_point_vert.glsl # source/blender/draw/engines/overlay/shaders/wireframe_vert.glsl # source/blender/editors/gpencil/annotate_paint.c # source/blender/editors/gpencil/gpencil_convert.c # source/blender/editors/gpencil/gpencil_edit.c # source/blender/editors/gpencil/gpencil_intern.h # source/blender/editors/gpencil/gpencil_interpolate.c # source/blender/editors/gpencil/gpencil_merge.c # source/blender/editors/gpencil/gpencil_mesh.c # source/blender/editors/gpencil/gpencil_paint.c # source/blender/editors/gpencil/gpencil_select.c # source/blender/editors/gpencil/gpencil_trace_ops.c # source/blender/editors/gpencil/gpencil_utils.c # source/blender/editors/interface/interface_panel.c # source/blender/editors/physics/physics_pointcache.c # source/blender/editors/space_buttons/buttons_context.c # source/blender/editors/space_outliner/space_outliner.c # source/blender/editors/space_view3d/view3d_placement.c # source/blender/makesdna/DNA_userdef_types.h # source/blender/makesrna/intern/rna_scene.c # source/blender/makesrna/intern/rna_space.c # source/blender/python/gpu/gpu_py_shader.c |
December 19, 2020, 04:47 (GMT) |
LineArt: Merge changes |
December 19, 2020, 04:04 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # release/datafiles/locale # release/scripts/addons # release/scripts/addons_contrib # source/blender/blenloader/intern/versioning_290.c # source/blender/makesdna/DNA_brush_types.h # source/blender/makesdna/DNA_gpencil_modifier_types.h # source/blender/makesrna/intern/rna_scene.c # source/tools |
December 19, 2020, 04:01 (GMT) |
LineArt: Ris for New APIs |
December 19, 2020, 04:00 (GMT) |
LibOverride: Do not tag overrides for complete recalc. This was done as some sort of safety, but should not actually be needed, and including tags like `ID_RECALC_POINT_CACHE` e.g. makes usage of point caches impossible with liboverrides (since it would systematically invalidate all cache on file load). In theory we should not have to tag anything here in fact, RNA accessors are supposed to take care of it, but for now we keep the `ID_RECALC_COPY_ON_WRITE` one. Part of first step of T82503: support disk cache in liboverrides. |
December 19, 2020, 04:00 (GMT) |
GPencil: Cleanup clang format |
December 19, 2020, 04:00 (GMT) |
Collections: Prevent setting scene collection color tag from rna It should not be possible to set the scene collection's color tag through rna. Also adds a missing notifier for setting the collection color tag from python. |
December 19, 2020, 04:00 (GMT) |
LibOverride: Make PointCache RNA properties overridable. Note that due to convoluted layout of point caches in RNA (active one also storing list of all available ones), we'll often have the pointcache overrides rules twice. Should not be a huge problem, practically speaking. Part of first step of T82503: support disk cache in liboverrides. |
December 19, 2020, 04:00 (GMT) |
UI: Remove remaining uses of old collection icon After rB452a1c7b3838 there were still a few cases where the old collection icon was used in the interface. Replace these with the new filled collection icon. |
December 19, 2020, 04:00 (GMT) |
Outliner: Fix memory errors in runtime data Fix a heap-use-after-free when duplicating outliner editors, and fully free runtime data when freeing outliner editors. |
December 19, 2020, 04:00 (GMT) |
Cleanup: Make panel type flag names more clear The overlap with the `Panel` flags that start with "PNL" was quite confusing because wasn't clear which enum a flag was from. The new names are a bit longer, but the clarity is worth it. |
December 19, 2020, 04:00 (GMT) |
GPencil: Remove "angle_split" from Multiply modifier. |
December 19, 2020, 04:00 (GMT) |
GPencil: Missing initialization in previous commit |
December 19, 2020, 04:00 (GMT) |
Ceres: Update to upstream version 2.0.0 We already were using one of earlier RC of the library, so there is no expected big changes. Just making the update official, using official version and stating it in the readme file. |
MiikaHweb - Blender Git Statistics v1.06