Revision 8ca76d1 by Campbell Barton January 12, 2016, 17:03 (GMT) |
Add bmesh.select_history.discard Follows convention for set, useful to avoid error handling with remove(). |
Revision aa523f8 by Campbell Barton January 12, 2016, 15:58 (GMT) |
Fix os.path.is_subdir w/ trailing slash |
Revision 7142bf6 by Sergey Sharybin January 12, 2016, 12:09 (GMT) |
Cycles: Use proper primitive for the motion subsurface refine |
Revision ac7aefd by Sergey Sharybin January 12, 2016, 11:21 (GMT) |
Cycles: Use special debug panel to fine-tune debug flags This panel is only visible when debug_value is set to 256 and has no affect in other cases. However, if debug value is not set to this value, environment variables will be used to control which features are enabled, so there's no visible changes to anyone in fact. There are some changes needed to prevent devices re-enumeration on every Cycles session create. Reviewers: juicyfruit, lukasstockner97, dingto, brecht Reviewed By: lukasstockner97, dingto Differential Revision: https://developer.blender.org/D1720 |
Revision c6c223a by Bastien Montagne January 12, 2016, 09:09 (GMT) |
Fix T47164: [Scene.raycast] - True result when it should be False. We cannot use FLT_MAX as initi distance for raycast... Renamed TRANSFORM_DIST_MAX_RAY to BVH_RAYCAST_DIST_MAX, moved it into BLI_kdopbvh, and use in RNA raycast callbacks (and all other places using that API). |
Revision 90250f8 by Campbell Barton January 11, 2016, 19:36 (GMT) |
Support for copy/paste groups Developer node, now bases are instanced by give_base_to_objects, needed for correct OB_FROMGROUP base-flag assignment. |
Revision 72e31d6 by Sergey Sharybin January 11, 2016, 16:41 (GMT) |
Cycles: Always inline triangle precalc for CUDA devices Since the SSS changes compiling Experimental sm_52 kernel seems to work just fine. |
Revision a60c3c6 by Sergey Sharybin January 11, 2016, 16:39 (GMT) |
Cycles: Fix for SSS objects being black when combined with motion blur |
Revision 16f8444 by Bastien Montagne January 11, 2016, 16:01 (GMT) |
Fix T47147: small particles incorrectly rendered as large particles (particle size influenced by texture). In fact, code would behave strangely here with any negative value, applying a 'wrapped positive clamping' (comes from original 2.5 commit feature, rBfafbd9d71b95776d1c7583476de74fccefab7f10)... This commit is conservative - it keeps same behavior for all particle properties affected by textures, except for size and length, where we apply a real [0, 1] clamping. Easy to change in future in case new odd cases popup. |
Revision 8d9ffa1 by Bastien Montagne January 11, 2016, 11:42 (GMT) |
Fix tip about hair grid display (was copy/paste from hair guides one...). |
Revision f84ebfe by Bastien Montagne January 11, 2016, 11:42 (GMT) |
Cleanup: use Linux line ends!!! |
Revision ca405a7 by Bastien Montagne January 11, 2016, 11:42 (GMT) |
Fix T47148: Hair grid dos not work. Actually, it was the whole 'cloth' simulation of hairs that was broken, since grid data could not be initialized correctly. Stupid mistake from looptri conversion, rBc582e186d90291a19a4e404111c492f1fd2c41a4 |
Revision 7f4850f by Campbell Barton January 11, 2016, 09:30 (GMT) |
Update add-on descriptions Also replace addon -> add-on |
Revision bedd789 by Campbell Barton January 11, 2016, 09:30 (GMT) |
UI: Move checkbox for toggling addons to the LHS Without this, its a little annoying to expand, then enable an addon. This matches panel headers too. |
Revision ff1121c by Bastien Montagne January 11, 2016, 08:57 (GMT) |
Bah, forgot to increase boost magic number... |
Revision b7eebc1 by Bastien Montagne January 11, 2016, 08:54 (GMT) |
install_deps: add wave to boost built modules, seems needed by OSL1.6.9... |
Revision 9107b48 by Bastien Montagne January 11, 2016, 08:54 (GMT) |
install_deps: fix typo preventing installation of libsndfile on Fedora-like distro. |
Revision 4d6b892 by Campbell Barton January 11, 2016, 08:43 (GMT) |
Fix T47158: Labels w/ icons use button text color Icon buttons with text labels now use the same color as labels. This was causing problems with theming since there was no way to set color for all labels without also changing button text color. |
Revision af85639 by Campbell Barton January 11, 2016, 07:37 (GMT) |
Error in last commit (assumed mirror existed) |
Revision d7e6a6f by Campbell Barton January 11, 2016, 06:36 (GMT) |
Fix T47152: Normalize fails w/ mirror group When the mirrored vertex group was created on the first stroke, the mirrored weight failed to normalize. aused by the valid vgroup map being created before adding the mirror vertex group. |
|
|
|


Master Commits
MiikaHweb | 2003-2021