Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2335 / 8462

July 23, 2019, 06:30 (GMT)
Fix T63775: Toolbar icons ignore BLENDER_SYSTEM_DATAFILES

The environment variable to locate system data-files was
ignored by toolbar icons.

Add bpy.utils.system_resource
to match Blender's internal data-file access.
July 23, 2019, 06:16 (GMT)
Cloth: collapse edges debugging statements
July 23, 2019, 04:56 (GMT)
Fix T67389: Transform constraints fail at large distances
July 23, 2019, 03:06 (GMT)
Fix T67040: Undo crashes after renaming

Correct fix that doesn't cause T67217.

Temporarily removing the excluded undo step broke memfile-undo
since freeing the undo steps needs to access other steps in
the list to merge shared chunks, see: memfile_undosys_step_free.

Pass the exclude step as an argument instead.
July 23, 2019, 00:40 (GMT)
Merge branch 'master' into soc-2019-bevel-profiles
July 23, 2019, 00:30 (GMT)
Bevel Operator: First pass at custom profile functionality in 'pipe' vertex mesh
case with two nearly parallel incident beveled edges. This attempts to reuse the
profile at each vertex in the mesh by intersecting the original profile with a new
plane at the current vertex's ring in the vmesh.

It currently works, but only for a portion of the vertices in the vmesh, which
suggests problems with the vmesh NewVert indexing
July 23, 2019, 00:26 (GMT)
Profile Widget RNA API: Added new evaluation function to return 2D location
along the profile after travelling a specific portion of its length.
July 23, 2019, 00:25 (GMT)
Small cleanup in Modifier RNA File: RNA definitions condensed
July 23, 2019, 00:06 (GMT)
Add --debug-xr-time command line option for VR frame time info prints

Outputs frame render time in milliseconds and FPS this time would add up
to. We could average times so FPS is a bit more stable, but the
precision of un-averaged results may be helpful too.
July 22, 2019, 22:22 (GMT)
Merge branch 'master' into filebrowser_redesign
July 22, 2019, 22:18 (GMT)
Merge branch 'master' into soc-2019-openxr
July 22, 2019, 22:10 (GMT)
Cleanup: Remove Printf
July 22, 2019, 22:10 (GMT)
Merge branch 'tmp-batch-cache-cleanup' of git.blender.org:blender into tmp-batch-cache-cleanup
July 22, 2019, 22:09 (GMT)
Mesh Batch Cache: Fix some threadsafety issue with indices buffers
July 22, 2019, 22:06 (GMT)
Correct icons and text off center by few pixels
July 22, 2019, 22:05 (GMT)
Mesh Batch Cache: Fix some threadsafety issue with indices buffers
July 22, 2019, 21:15 (GMT)
Use base 10 for file size strings (MB, KB, ... instead of MiB, KiB, ...)
July 22, 2019, 20:36 (GMT)
Make the column header interactive

Clicking on the column header will sort the file list based on the
clicked column. Note that sorting by time only is not supported, sorting
by date already sorts by time and date.
July 22, 2019, 18:23 (GMT)
Cloth: fix bug in collapse edges

When the face is not collapsed, it needs to be removed from the active faces. To prevent a crash, doing a double i-- helps it only get faces which are within the size() and not capacity().
July 22, 2019, 17:52 (GMT)
Cleanup: Use struct to wrap details column data

Also, related cleanup.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021