Blender Git Commits

Blender Git "master" branch commits.

Page: 2561 / 5574

July 2, 2015, 03:17 (GMT)
Minor edits to --help
Revision b05cf04 by Julian Eisel
July 1, 2015, 19:48 (GMT)
Cleanup: Use bool instead of int
July 1, 2015, 16:20 (GMT)
Transform: use snap-to-grid behavior from D910

Excuse the trashing here, but seems users prefer this most (though both can be useful).

Note that the UI remains the same,
so this is an option for 'Incremental' snapping instead of a new snapping mode.
July 1, 2015, 15:40 (GMT)
Linux XDesktop spec: add '%f' file specifier to 'Exec' field.

Also reorder alphabetically generic names & comments, and add french comment.
July 1, 2015, 15:37 (GMT)
Cleanup: Make select grouped effect code a bit more readable
July 1, 2015, 15:33 (GMT)
Refactoring:

Make sure SEQ_TYPE_EFFECT is only used as a flag, not as number
comparison.
This should allow us to add new non-effect types in between
effect types (every 8 indices).

Dirty, but alternative of separating type/subtype means we lose
forward compatibility.
July 1, 2015, 14:51 (GMT)
BGE: Fix T44069 playing action during libfree.
July 1, 2015, 14:25 (GMT)
Removing gaps will now also move the scene markers, unless markers are
locked
July 1, 2015, 14:24 (GMT)
Correct --help message
July 1, 2015, 13:23 (GMT)
Sequencer metadata:

Add option to render strip metadata to final result, bypassing current
scene metadata.
July 1, 2015, 12:56 (GMT)
BGE: Remove KX_PolygonMaterial reference in documentation.
July 1, 2015, 10:34 (GMT)
BPlayer compile fix ©
July 1, 2015, 10:25 (GMT)
atomic_ops: Fix MSVC versions of add/sub returning original value instead of result of operation.

Thanks to Brecht for tip about how to fix this!
July 1, 2015, 10:25 (GMT)
atomic_ops: fix typo in func names (uint32 instead of uint64).
July 1, 2015, 09:56 (GMT)
Cycles: Fix zero-size buffer allocation with OpenCL devices

This is not really supported by OpenCL but might happen in certain
configurations. There might be some remained cases when this happens
but so far can not find any,
July 1, 2015, 08:32 (GMT)
Fix T45253: Particle emitter volume mode and grid mode broken in 2.75.x

This is a regression since dced56f and root of the issue comes to the fact
that grid distribution sets UNEXIST flag during distribution, which is then
being reset in initialize_all_particles().

This commit solves the issue, but it's not really nice and some smart guy
might want to revisit it.
July 1, 2015, 07:33 (GMT)
Particles: Code cleanup, whitespace
July 1, 2015, 06:57 (GMT)
Cleanup: use bools
July 1, 2015, 06:37 (GMT)
Cleanup: use cross_v2v2 function
July 1, 2015, 06:30 (GMT)
Cleanup: doxygen comments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021