Revision f468904 by Campbell Barton February 18, 2014, 00:57 (GMT) |
NDOF: use like a joystick for cube picker (as with circle picker) |
Revision 16c75cf by Mitchell Stokes February 17, 2014, 22:38 (GMT) |
Fix T38654: Using a non-camera object for the SetCamera Scene Actuator causes a segfault. Non-camera objects are not supported as cameras, and trying to use them just causes memory errors (some bad typecasts are involved). When converting a Scene Actuator, only use the object as a camera if it is actually a camera. Also, the logic brick UI now filters for camera objects, which should help avoid confusion. |
Revision 3d7e0aa by Dalai Felinto February 17, 2014, 22:22 (GMT) |
bpy.ops.object.add_named() doesnt provide error when failed (related to T38689) |
Revision 787623e by Campbell Barton February 17, 2014, 21:31 (GMT) |
View3d: remove DEBUG_NDOF_MOTION, replaced by --debug-events option also set rv3d->rot_angle = 0 on all ndof view3d operators |
Revision 13870d5 by Campbell Barton February 17, 2014, 21:31 (GMT) |
Fix T38655: Face path select fails with edge/vert select enabled too |
Revision 1a4b718 by Brecht Van Lommel February 17, 2014, 21:02 (GMT) |
Fix crash on file load with linked groups and curve bevel. This isn't a proper fix, curve_cache should not be NULL, but it makes it possible to open the file at least. |
Revision f1aeb2c by Martijn Berger February 17, 2014, 19:11 (GMT) |
this is an attempted Fix: T38679 Cycles GPU Performance Regression From my testing this (what i should have done in the first place) reduces the regression a lot. Lets hope it is enough or we have to go back to busy waiting. |
Revision 7cc954d by Sergey Sharybin February 17, 2014, 18:11 (GMT) |
Make it so missing curve cache doesn't crash in sequencer preview |
Revision e7ce4f2 by Sergey Sharybin February 17, 2014, 17:45 (GMT) |
Fix T38647: "Make Duplicates Real" crashes in Solid mode This operator created new object and didn't tag them for update, which made it so their data isn't ready at the time of drawing. |
Revision 8a32f2c by Sergey Sharybin February 17, 2014, 17:38 (GMT) |
Remove left-over form debug time |
Revision 641d653 by Brecht Van Lommel February 17, 2014, 16:52 (GMT) |
Fix T38685: missing auto refresh button text on image nodes. |
Revision 6de3a8a by Howard Trickey February 17, 2014, 16:43 (GMT) |
Bevel fix for T38675, bad bevel on slanted L. The test for a reflex angle used the vertex normal, which was not a good test for a saddle point vertex. Switched to using the face normal, if available, for that test. Also added test for this in svn bevel_regression.blend. |
Revision 266e1b3 by Lukas Toenne February 17, 2014, 16:17 (GMT) |
Fix T38680: File output subpath file-select operator uses absolute path. This is because the sub-paths of the individual sockets are defined as FILEPATH properties, which automatically adds the standard fileselect operator button in the uiLists. However, that operator returns full paths only, with no direct way to make them relative to the base path. So for now i've turned the subpath properties into regular strings, which removes these operator buttons but should at least avoid the confusion. Eventually new operators could be defined for this, which use the file- select operator and then make the path relative. |
Revision fc92151 by jens verwiebe February 17, 2014, 15:39 (GMT) |
Adapt KDL for compile with clang 3.4, which is stricter with friend classes, fixes �??friend declaration specifying a default argument must be a definition�??, based on information from here: http://www.orocos.org/forum/rtt/rtt-dev/bug-1053-new-compile-error-clang-34-patch-attached |
Revision 209a68a by Sergey Sharybin February 17, 2014, 14:53 (GMT) |
Fix T38658: H.264 with "Lossless Output" enabled gives lossy output Issue was caused by the change in FFmpeg options: some of them were renamed, some moved to another class. Made some tweaks to how options are passed to the FFmpeg which now seems to be the same as ffmpeg.c. |
Revision ecd0565 by Lukas Toenne February 17, 2014, 14:44 (GMT) |
Fix T38651: Compositor Normal Node Sphere unchangable when Reset All To Default Values is used on it. The default for the socket value was always 0. Now the default value for node socket default_value properties is chosen based on the socket subtype to give some more sensible values. NOTE: this may still be different from the values specified in the socket templates! It is not possible to directly use these template values, because all sockets share the same RNA types. At least it should work reasonably well in the majority of cases now. |
Revision a5cfd3f by Brecht Van Lommel February 17, 2014, 14:03 (GMT) |
Fix T38635: key configuration search not working well when typing 'slash'. |
Revision 4c512fb by Campbell Barton February 17, 2014, 12:32 (GMT) |
Compile Attrs: add ATTR_RETURNS_NONNULL |
Revision 50b2c78 by Campbell Barton February 17, 2014, 12:31 (GMT) |
RNA: assert on NULL return values from itemf callbacks |
Revision d607a70 by Lukas Toenne February 17, 2014, 12:11 (GMT) |
Make sure RenderLayer/Image nodes always return a valid enum items list. |
|
|
|


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