Blender Git Commits

Blender Git "master" branch commits.

Page: 2322 / 5574

July 15, 2016, 13:12 (GMT)
Re-initialize source/tools submodule
July 15, 2016, 10:00 (GMT)
missed from last commit
July 15, 2016, 09:46 (GMT)
Object Snap: make normal argument optional

Often its not needed, setting correctly takes some extra calculation - so allow for it to be left unset.
July 15, 2016, 09:27 (GMT)
Fix T48855: Ruler thickness broken in ortho view

Don't do ray-casts from the view unless cursor coords are passed.
July 15, 2016, 09:27 (GMT)
Object Snap: replace perspective bool with enum

Allows to set the projection as none,
to make it more obvious when we don't want to handle viewport projections in some cases.
July 15, 2016, 08:39 (GMT)
Correct error in snap commit
July 15, 2016, 07:15 (GMT)
Cleanup: use BLI_math for paint smooth-stroke
July 15, 2016, 07:12 (GMT)
Cleanup: rename snap vars
July 15, 2016, 07:11 (GMT)
Add "Snap Selection to Active" option in menu

D1963 by @wisaac, re-worked to de-duplicate logic
July 15, 2016, 06:05 (GMT)
Support for loading multiple images from the file selector

D2035 by @jside, extended to support mixing single images and sequences in the one selection.
July 15, 2016, 05:56 (GMT)
Fix select grouped parent, extend option was ignored

D2067 by @mangostaniko
July 15, 2016, 05:50 (GMT)
UI: Remove spaces around '/'

D2093 by @Blendify
July 15, 2016, 05:44 (GMT)
Sequencer: Remove add effect strip filesel properties

D2096 by @chadf

Unused, copy-paste error.
July 15, 2016, 05:41 (GMT)
Fix py-driver in startup.blend crash in background mode

Obscure regression in own commit from b34929786.
While this could be considered correct, it introduces a crash so disable the update call.
July 14, 2016, 20:59 (GMT)
Code cleanup: show unused arguments names for ShaderNode::constant_fold.
Revision 558f854 by Gaia Clary
July 14, 2016, 19:43 (GMT)
fix T48857: Added support for transparency (used Patch D1949 from bwrsandman with some slight changes)
July 14, 2016, 16:46 (GMT)
Use BMesh solver for new boolean modifiers
July 14, 2016, 16:39 (GMT)
Cleanup: comment blocks
July 14, 2016, 16:33 (GMT)
Fix T48844: Nodetrees of appended materials/textures/etc. were not correctly made local.

Previous commits now allow to use id_make_local() here, as one would expect.

Note that I also checked T36003 case, working fine as well with new code.
July 14, 2016, 16:33 (GMT)
Correct recent own fix to id_clear_lib_data_ex().

Datablocks' nodetree are *never* in main, while shapekeys are...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021