Revision 4ee18ea by Campbell Barton September 3, 2013, 22:22 (GMT) |
simplify length checks in DM_calc_auto_bump_scale |
Revision 15fc16a by Campbell Barton September 3, 2013, 21:54 (GMT) |
fix for missing NULL check before calling BKE_sequencer_imbuf_to_sequencer_space(). |
Revision 0994e7f by Campbell Barton September 3, 2013, 21:22 (GMT) |
move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use. |
Revision a54dd11 by Brecht Van Lommel September 3, 2013, 20:59 (GMT) |
Fix #36449: switching between render slots during render would leave some tiles black until the end of the render. |
Revision 72cf50e by Brecht Van Lommel September 3, 2013, 19:58 (GMT) |
Related to #36532: show message in modifier when cloth point cache read fails, for example due to a subsurf modifier preceding a cloth modifier. |
Revision f9e4342 by Lukas Toenne September 3, 2013, 18:59 (GMT) |
Fix #36194, Halo material on Layer 2 produces flares on layer 1. Halo flares were simply rendered on the first available halo-enabled layer. Now use the flare layers correctly. |
Revision 2663d38 by Brecht Van Lommel September 3, 2013, 18:01 (GMT) |
Fix compile error with strict compile flags. |
Revision d141213 by Brecht Van Lommel September 3, 2013, 17:24 (GMT) |
Fix #36189: link group, delete instanced object, link group again would not create an instance. Now it creates the instance even if the group was already linked into the .blend file. |
Revision 6cc84d7 by Brecht Van Lommel September 3, 2013, 16:28 (GMT) |
Related to #36382: for linked object point caches, show a message that disk cache must be used for baking. |
Revision b03829b by Brecht Van Lommel September 3, 2013, 16:02 (GMT) |
Fix #36359: sequencer frame indicator not updating during animation render. |
Revision a3410a1 by Alexander Kuznetsov September 3, 2013, 15:30 (GMT) |
Fixed crash on Visual Studio |
Revision aa3bea1 by Howard Trickey September 3, 2013, 11:37 (GMT) |
Fix a possible bug in knife detected by coverity. A selection copy may have been passed a null pointer. Also quieted a couple other complaints by coverity. |
Revision 92fbc1e by Sergey Sharybin September 3, 2013, 10:39 (GMT) |
Fix #36587: Tracking markers fail to track near the left and right edge of a movie clip. Track margin checks needed some tweaks to deal better with the fact that normalized values for the same pixel values might be different across X and Y axis. Also, non-centered patters are expected to be handling better now. |
Revision 8b40be1 by Sergey Sharybin September 3, 2013, 09:18 (GMT) |
Fix #36643: Clip Editor: undesired Markers created "automatically" while I track my marker Was a typo from recent commint from my own. |
Revision 5d2dd0a by Sergey Sharybin September 3, 2013, 09:18 (GMT) |
Color managed color didn't work properly for float sequencer frames. Like, it seems it never worked actually. |
Revision 2f426fd by Joshua Leung September 3, 2013, 06:46 (GMT) |
Bugfix: When deleting all keyframes from F-Curves, don't delete the F-Curve if it has a driver |
Revision 033ca89 by Campbell Barton September 3, 2013, 06:27 (GMT) |
display angle in axis/angle buttons as degrees as with euler rotations. |
Revision 2dc988d by Campbell Barton September 3, 2013, 04:39 (GMT) |
reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple. |
Revision 8f1e51a by Campbell Barton September 3, 2013, 03:04 (GMT) |
remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed. also remove redundant dot_v3v3 in shrinkwrap constraint. |
Revision bebaa41 by Joshua Leung September 3, 2013, 00:28 (GMT) |
Tweaks to New Driver creation behaviour * 'Show Debug' now enabled for all newly created drivers. For most users, it is useful to be able to see this to help figure out what's going on * Removed failed experiment of creating new drivers with Generator FModifiers. I had hoped that this would make it easier to create drivers that doubled or halved the input values, but that has proved to not be the case, and instead made harder for most users to set things up (as they'd have to remove these first). Now, when adding drivers from the UI, these get created with two keyframes (at (0,0) and (1,1) for a 1-1 mapping), which can be easily tweaked normally. However, for backwards compatability of scripts (notably rigify, and perhaps some others out there), when creating drivers from scripts, they will still get created with Generator FModifiers for now. We can review this situation again for 2.7, but for now it seems ok. |
|
|
|


Master Commits
MiikaHweb | 2003-2021