Blender Git Commit Log

All Blender Git commits.

Page: 3216 / 8462

Revision 18a8bb5 by Rohan Rathi (master)
June 5, 2018, 17:51 (GMT)
Fix compilation error due to different params

in freeCustomNormalArray declaration and definition
June 5, 2018, 17:49 (GMT)
Fix compilation issue due to last commit.
June 5, 2018, 17:35 (GMT)
Wireframe: Add slider to hide edges from coplanar faces

The default behaviour is to show the same amount of edges as 2.7.
The slider makes it possible to show all edges or even less.
June 5, 2018, 17:29 (GMT)
make.bat : move all experimental options to their own section in the help.
June 5, 2018, 16:40 (GMT)
make.bat : bring the help up to date with recent additions to the build script.
June 5, 2018, 16:39 (GMT)
make.bat : check for existence of ninja before using it.
June 5, 2018, 16:38 (GMT)
make.bat: change the way the vs buildtools are detected.

The recent change also used the buildtools instead of the regular compiler, you now have to explicitly state what you want to use :

2017 - the standard msvc compiler
2017pre - the msvc compiler from the preview installation
2017b - the msvc compiler from the buildtools installation
June 5, 2018, 15:56 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/windowmanager/intern/wm_files.c
June 5, 2018, 15:54 (GMT)
Fix crash in owmn previous commit.
June 5, 2018, 15:10 (GMT)
Fix error after merge
June 5, 2018, 15:04 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/properties_grease_pencil_common.py
release/scripts/startup/bl_ui/space_view3d.py
release/scripts/startup/bl_ui/space_view3d_toolbar.py
June 5, 2018, 15:02 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/intern/blendfile.c
source/blender/blenloader/intern/readfile.h
source/blender/blenloader/intern/versioning_250.c
source/blender/blenloader/intern/versioning_260.c
source/blender/blenloader/intern/versioning_270.c
source/blender/blenloader/intern/versioning_legacy.c
source/blender/editors/render/render_shading.c
source/blender/makesrna/intern/rna_movieclip.c
source/blender/render/intern/source/pipeline.c
source/blender/render/intern/source/voxeldata.c
June 5, 2018, 14:59 (GMT)
Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.h

The function definitions still reside in DerivedMesh.c. Once we're done
porting all the DerivedMesh use to Mesh, we'll move the still-relevant
functions to mesh_runtime.c. This move is now cumbersome due to shared
statically-declared utility functions in DerivedMesh.c
June 5, 2018, 14:59 (GMT)
Moved function declarations from BKE_mesh.h ? BKE_mesh_runtime.h
June 5, 2018, 14:36 (GMT)
Merge branch 'master' into 28
June 5, 2018, 14:33 (GMT)
Cleanup: use new accessors to blendfile path (Main.name).
June 5, 2018, 14:33 (GMT)
Cleanup: add hleper functions to get filepath from Main.

This helps making things clearer and cleaner. Func returning filepath of
G.main is separate, so that we can easily track its usages, and
hopefully deprecate it at some point. Though that usage of G.main is
likely the less evil one, you nearly always want current blendfile path
in those cases anyway.
June 5, 2018, 14:32 (GMT)
Cleanup: pep8

Use 'autopep8 --ignore E721,E722' on our UI code, only minor changes.
June 5, 2018, 13:55 (GMT)
Cleanup: doxy grouping for mesh runtime API
June 5, 2018, 13:53 (GMT)
Add random number socket

This is not yet used, but I wanted to get it in place first.

Ref T54796
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021