August 25, 2017, 10:45 (GMT) |
Merge branch 'master' into blender2.8 |
August 25, 2017, 10:32 (GMT) |
added guiding parameters to UI alpha and beta parameters are used to control lag and size of fluid guiding |
August 25, 2017, 10:26 (GMT) |
WM: initialize WM and deps before handling events This avoids obscure bugs where operators could run from events that happen before the UI and depsgraph have been initialized. See: D2809 for details. |
August 25, 2017, 10:18 (GMT) |
Possibly fixed a big portion of the ring missalignments and uncomplete rings. |
August 25, 2017, 09:47 (GMT) |
Eevee: Fix generated coordinates when no texture coordinates connected Orco should behave the same if it comes from unconnected vec inputs, or from the Texture Coordinate -> Generated node output. Fixup for 11e7e0769a4c. This is related to T52528. The coordinates are still different between Eevee and Cycles, but at least it behaves consistent within itself. In fact the shader should now be correct, but the orco attributes we are passing the shader seems to be where the problem is. But it's to be tackled separately. |
August 25, 2017, 09:11 (GMT) |
This copyright text (copied to binary distros) had a confusing statement about scripts being "Artwork" which is your sole property and free to license. I've removed the reference to scripts in this text. This was from 2002! With our Python scripts becoming part of how Blender runs, such scripts now are officially required to be compliant with GNU GPL. For more information; check the FAQ or consult foundation@blender.org https://www.blender.org/support/faq/ |
August 25, 2017, 08:28 (GMT) |
Fixed some normal orientation issues. B-Ring normals are now aligned A-ring still needs normal alignment. |
Revision e303369 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, strand_editmode, tmp_hair_curves) August 25, 2017, 08:19 (GMT) |
Initial implementation of Poisson disk sampling on meshes. This is still buggy (uneven sample coverage) and needs changes to the sampling system for better threading support. The implementation is based on Bowers, John, et al. "Parallel Poisson disk sampling with spectrum analysis on surfaces." ACM Transactions on Graphics (TOG). Vol. 29. No. 6. ACM, 2010. |
Revision 26dbbef by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 25, 2017, 07:51 (GMT) |
Fix Lock icons This icons were removed by error in an old merge commit |
August 25, 2017, 05:17 (GMT) |
Fix manipulator remove tag, it cleared all groups |
August 25, 2017, 05:13 (GMT) |
Manipulator: zero grab offset w/o target property Some manipulators are used like on-screen buttons, in this case it doesn't make sense to keep track of their state, so zero the offset when its unused. Needed for lamp-target manipulator. |
August 24, 2017, 18:55 (GMT) |
Moar WIP work towards editing Amber repo. Adding skeleton for adding Amber repos, adding new assets... Not finished yet, by far. |
Revision c1bc167 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 24, 2017, 17:38 (GMT) |
Change maximum range for pixel size |
Revision 07b191e by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 24, 2017, 16:47 (GMT) |
Remove previous commit This is not required because the widget manage the transformation |
Revision 63ba227 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 24, 2017, 16:33 (GMT) |
Fix problem with axis in Local transformations |
August 24, 2017, 16:09 (GMT) |
August 24, 2017, 15:10 (GMT) |
Mayor rework of the edgering system. Unified code, bugfixes. A lot of bugs still remain. |
Revision e20c0e3 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 24, 2017, 14:24 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
August 24, 2017, 14:20 (GMT) |
Fix crash handling manipulator events before drawing |
Revision 13e7272 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) August 24, 2017, 14:04 (GMT) |
Rotate manipulator for Grease Pencil Before only global orientation was supported |
|
|
|


Master Commits
MiikaHweb | 2003-2021