Go to file
Campbell Barton d9597ce3ba BMesh: avoid extra calls per faces-of-vert iterator
- `bmesh_radial_faceloop_find_first` & `bmesh_disk_faceedge_find_first`
  can be replaced with a single call to a new function:
  `bmesh_disk_faceloop_find_first`

- `bmesh_disk_faceedge_find_first` called `bmesh_radial_facevert_check`
  which isn't needed, since either the current or next loop in the
  cycle is attached to the edge we're looking for.
2016-11-15 07:39:39 +11:00
build_files intsall_deps / OSL use c++11 ABI when install_deps is asking for c++11 2016-11-14 09:59:30 +01:00
doc Fix T50007: blender offline python documentation in zipped HTML files, not shown correctly. 2016-11-13 12:06:26 +01:00
extern Ceres: Update to the latest actual version 2016-11-01 11:29:33 +01:00
intern Cycles: De-duplicate image loading functions 2016-11-14 14:03:17 +01:00
release Fix Make Vertex Parent operator missing from vertex/curve/lattice menus. 2016-11-12 19:01:13 +01:00
source BMesh: avoid extra calls per faces-of-vert iterator 2016-11-15 07:39:39 +11:00
tests tests: Update hash for OBJ 2016-11-02 15:35:18 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt change default for quicktime suport for macOS to off 2016-11-05 14:23:00 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat [msvc/make.bat] Detect spaces in the build path and error out. 2016-11-01 15:30:12 -06:00