Blender Git Commit Log

All Blender Git commits.

Page: 3716 / 8462

August 23, 2017, 08:48 (GMT)
PyAPI: avoid instantiating args twice in macro

Would cause problems if args included function calls.
August 23, 2017, 08:44 (GMT)
Thread-safe implementation of the volume bounding-box raycast sampler.
August 23, 2017, 08:07 (GMT)
Include other sample generators in tests.

Volume bbray method is currently excluded because the implementation
is not yet thread-safe.
August 23, 2017, 06:22 (GMT)
RNA: check for duplicate manipulator names
August 23, 2017, 06:10 (GMT)
Merge branch 'master' into blender2.8
August 23, 2017, 05:50 (GMT)
Cleanup: remove space from filenames
August 23, 2017, 05:36 (GMT)
Tests: fix incorrect check for hidden dir

Copy-pasted mistake in tests and tools.
August 23, 2017, 05:02 (GMT)
RNA: report error on struct naming collision

Fixes T52463, error instead of crash.
August 23, 2017, 04:14 (GMT)
RNA: keep structs_map valid w/ ID duplicate & free
August 23, 2017, 03:03 (GMT)
GHash: BLI_ghash_reinsert_key utility function

Useful when ghash keys are reallocated.
Revision 980a864 by Thomas Beck (master)
August 22, 2017, 19:35 (GMT)
Fix T52466: Silence search for button_context menu type.

We were showing "search for unknown menutype WM_MT_button_context" messages in terminal which were not helpful for users, so now they are disabled.

To be backported to 2.79
August 22, 2017, 18:13 (GMT)
Set cache as dirty when remove frame
August 22, 2017, 18:08 (GMT)
Remove Previous/Next mode in Onion Skinning
August 22, 2017, 17:49 (GMT)
New gtests for the mesh sampling system.

This should test general functionality and consistency of different methods
for generating samples. In particular it shoud ensure that threaded variants
produce the same samples as unthreaded variants when using the same generator
and seeds.
August 22, 2017, 17:11 (GMT)
Make Vertex Group operator available in Sculpt mode

As vertex group tools are used to manage vertices is good to have these tools available in Sculpt mode too.
August 22, 2017, 16:58 (GMT)
UI: Create a new panel for Brush options
August 22, 2017, 16:14 (GMT)
Fix error in PointerProperty argument list

Regression in a7b3047
August 22, 2017, 16:03 (GMT)
Fix mini crasher, last commit before mayor rework of the edgering detection/sort.
August 22, 2017, 15:43 (GMT)
Fix T52483: Fill is incorrect for interpolated strokes

The recalc flag must be enabled for new interpolated strokes.
August 22, 2017, 15:19 (GMT)
Fix memory leak in VBOs

After the last change in GWN_BATCH_DISCARD_SAFE(), is necessary to create the Batch using GWN_BATCH_OWNS_VBO to free the memory.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021