Revision 1671826 by Campbell Barton August 29, 2014, 06:16 (GMT) |
Remove redundant casts |
Revision 8a21566 by Campbell Barton August 29, 2014, 05:35 (GMT) |
Cleanup |
Revision 1dddad9 by Campbell Barton August 29, 2014, 04:53 (GMT) |
Fix Text editor home/end keys when theres a selection |
Revision f823ea1 by Antonis Ryakiotakis August 28, 2014, 21:26 (GMT) |
Solve another case of invalid indices. |
Revision d1c9101 by Antonis Ryakiotakis August 28, 2014, 21:16 (GMT) |
Fix some crash cases after last commit |
Revision b583894 by Sergey Sharybin August 28, 2014, 20:53 (GMT) |
Fix another part of the issue T41604 Missed that part of the report somehow, thought it's all about world.. |
Revision cf3ce73 by Antonis Ryakiotakis August 28, 2014, 18:41 (GMT) |
Texture painting: Include explicit control for texturing: This commit introduces a painting mode option, available in the slots panel. The default value "Material" will create slots from the blender material, same as just merged from the paint branch. The new option "Image", will use an explicit image field that artists can use to select the image to paint on. This will should allow painting regardless of the renderer used or for use in modifiers. |
Revision 512b738 by Antonis Ryakiotakis August 28, 2014, 13:50 (GMT) |
Texture paint system: * Add ability to choose blend type and enable/disable toggle for each slot for blender internal. |
Revision 2b15c01 by Sergey Sharybin August 28, 2014, 13:49 (GMT) |
Followup for the previous commit: apparently for CMake py files are hardcoded |
Revision 21a7433 by Sergey Sharybin August 28, 2014, 12:59 (GMT) |
Fix T41473: Cycles volume rendering is too dark The issue was caused by the changed defaults from the Cycles side. Because of those properties being saved as an IDProp and not being saved to the file, every change to the defaults would ruin someone's day updating the values. Added a bpy.app.handler.version_update which is run after the regular do_versions() are done and could be sued by the scripts to apply versioning code on their settings. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D761 |
Revision e39a496 by Campbell Barton August 28, 2014, 10:27 (GMT) |
Fix T41602: Camera draw size ignores scene scale |
Revision 85945a8 by Antonis Ryakiotakis August 28, 2014, 10:19 (GMT) |
Add debug information for maximum opengl limits in system info generation. |
Revision 0796891 by Dalai Felinto August 28, 2014, 10:14 (GMT) |
Bake-API: silencing warnings (and fixing a potential memory-access crash) |
Revision 3a200d6 by Sergey Sharybin August 28, 2014, 09:45 (GMT) |
Fix T41604: Double updates of world and material texture settings The issue was caused by the world localization setting the ID_WORLD type update tag. Now using a function which doesn't pollute the library and which doesn't set update flags. |
Revision d84c156 by Sergey Sharybin August 28, 2014, 09:15 (GMT) |
Fix T41601: Correlated multi-jitter with high samples "hangs" Issue was caused by the precision issues which made sdivm by 1 under it's actual value. We can try to do some eps magic, but from the tests on laptop and desktop doing integer division is not slower than using floats here. |
Revision 6891f1c by Bastien Montagne August 27, 2014, 19:36 (GMT) |
Fix T41266: Copy and paste operation on f-curves do not respect keyframe tangent handles... Added an extra option to `insert_bezt_fcurve()`, to allow full override of existing keyframes when pasting (in this case, we do not want to inherit handles from existing curve!). |
Revision 63b981b by Antonis Ryakiotakis August 27, 2014, 17:15 (GMT) |
Changing render engine now refreshes the texture paint display better. Also avoid looping over all objects for texture paint checks when a material changes, only check active object. |
Revision ef2a38a by Dalai Felinto August 27, 2014, 16:57 (GMT) |
Bake-API: fix potential error for non square images Not reported, I wonder why, this should be easy to reproduce. I guess people really like their textures square ;) |
Revision be585a2 by Antonis Ryakiotakis August 27, 2014, 16:52 (GMT) |
More fixes for renderer material detection |
Revision a77b46f by Antonis Ryakiotakis August 27, 2014, 16:16 (GMT) |
Do not add add/remove textures in texpaint if renderer is not blender internal. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021