Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-28Fix cycles wrong volume scatter value in light path node.Brecht Van Lommel
Thanks to Thomas for spotting this. Differential Revision: https://developer.blender.org/D370
2014-02-27Cycles: Fix mistake in PathRayFlag, one value was used twice.Thomas Dinges
2014-02-27patch cmake_linux_install.sh to do multithreaded buildLawrence D'Oliveiro
The script ##cmake_linux_install.sh## is currently invoking ##make## in single-threaded mode; this patch changes it to take advantage of all available CPU threads. Reviewers: mont29 Reviewed By: mont29 Differential Revision: https://developer.blender.org/D358
2014-02-27Fix T38847: Reject reuse of child bones as root bones. That doesn't make ↵gaiaclary
sense anyways.
2014-02-27Cycles: compile fix after rB7808360c5f (own mistake)Sv. Lockal
2014-02-27Cycles: fix crash in SSE hair and half-floats on x86+vc2008Sv. Lockal
MSVC 2008 ignores alignement attribute when assigning from unaligned float4 vector, returned from other function. Now Cycles uses unaligned loads instead of casts for win32 in x86 mode.
2014-02-27Implement separate BA step for tracks which have constant zero weightSergey Sharybin
This is needed to minimize their reprojection error over the footage. Without this extra step positions of such tracks were calculated by algebraic intersection code only, which doesn't give best precision.
2014-02-27Fix root of the issue of bad_cast bug in localizationSergey Sharybin
No need to call l10n stuff when it's disabled in the preferences. Reviewed by @mont29, thanks!
2014-02-27Resubmission: Avoid UUOC in install_deps.shLawrence D'Oliveiro
This is a resubmission of the original patch from D255. Sorry, I didn’t understand that subsequent patches added to a diff are considered to //override// previous ones, rather than add to them. Basically the comment for commit rB554eca1c288e has been applied to the wrong patch. Reviewers: mont29 Reviewed By: mont29 Differential Revision: https://developer.blender.org/D359
2014-02-27Hopefully definitively fix the "enter the advanced numinput mode" issue.Bastien Montagne
Hack around event code and check against ascii code, this way keyboards with "complex" access to '=' and '*' are still able to toggle numinput modes.
2014-02-27Fix T38864: Crash with curves and follow pathCampbell Barton
2014-02-27Fix T38844: Crash if weight track = 0Sergey Sharybin
Avoid zero-sized problem when doing euclidean intersection Zero-sized problem might occur when intersecting track with constant zero weight. For such tracks we'll just use result of algebraic intersection. TODO: We probably need to have a separate BA step to adjust positions of tracks with constant zero weight.
2014-02-27Fix T38602: Aligned layout breaks if panel too wideCampbell Barton
2014-02-27Fix T36654.Antony Riakiotakis
There is a key conflict between grease pencil shortcuts and sculpt shortcuts (D and ctrl D were taken by draw brush and dyntopo toggle, respectively). Based on feedback, change dyntopo toggle to ctrl-T and draw brush to X. Also add missing property update for dyntopo detail size.
2014-02-27UI: avoid for divide by zero for icon buttons (no need to clip text)Campbell Barton
2014-02-27Fix T38863: FCurve auto-clamp allows handle to move past X boundsCampbell Barton
F-Curves with large Y axis had strange behavior where the handles could stretch out on the X axis rather then clamping as they do at smaller sizes.
2014-02-27Code cleanup: curves calculation was using offsets confusinglyCampbell Barton
also avoid calculating handle length when align isn't used.
2014-02-27Fix: 'F-Curve Editor' popup text was truncated.Campbell Barton
2014-02-27Fix T38859: Laplacian Deform CrashCampbell Barton
2014-02-27Fix T38851: Apply Transform doesn't work when called from search popupCampbell Barton
2014-02-27Fix T38834: Knife constraint is offset after moving the viewCampbell Barton
2014-02-27Fix T38858: Crazy spaces was unpredictable with co-linear edgesCampbell Barton
2014-02-27Fix for VIEW3D_OT_camera_to_view with quadview, disable in camera viewCampbell Barton
2014-02-27Fix for view3d name getting concatenatedCampbell Barton
2014-02-27Transform: remove recently added ival2, use editbones temp dataCampbell Barton
2014-02-27RNA: rename matrix_for_frame -> matrix_from_frameCampbell Barton
2014-02-27Fix T38678: Long strings on Search widget not getting shortened/no tooltip.Bastien Montagne
Note this commit only makes search menus wider and adds shortening to their strings. Adding tooltips here is not trivial, would need much bigger changes... Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D341
2014-02-27Fix T38843: Bone parallel to world z axis flicking when scale in edit mode.Bastien Montagne
This commit hopefully fixes all glitches we had when bone was Z-aligned. Note that when you init a transform with a Z-aligned bone and change it to be non-Z-aligned, you will still get some brutal roll change, there is not much things we can do here afaik...
2014-02-26Fix T38856: mark seam in search menu clearing the seam in some cases.Brecht Van Lommel
It should not remember the operator property for the next time here.
2014-02-26Fix T36652: .blend file with minimized window not loading correctly on Windows.Brecht Van Lommel
2014-02-26Fix T37756: file > open with file selector already open not restoring screen ↵Brecht Van Lommel
correctly.
2014-02-26Fix T38853: right click menu add driver should not be possible to redo.Brecht Van Lommel
This was already disabled for the keyframing operators, needs to be done for drivers as well as this doesn't work.
2014-02-26Fix T38855: DIRECTORY_PATH vs. DIR_PATH inconsistency in python API docs.Brecht Van Lommel
2014-02-26Fix for bug reported by Pablo Vasquez (venomgfx) on IRC: Single layerLukas Tönne
renders were broken. This was caused by rB1a79abdad2443ff9f12e7efd95ee78a264a9d60a which makes a copy of the render layer list for thread safety. The single layer passed to this function is still in the original list though, so to get the correct index it has to be looked up there. Otherwise no active index is set and all layers are rendered every time.
2014-02-26Fix T38710: volume render issue with transparent surfaces.Brecht Van Lommel
2014-02-26Further work to fix T38726: signal viewport to update when adding/removing ↵IRIE Shinsuke
render layers. Reviewers: brecht Differential Revision: https://developer.blender.org/D346
2014-02-26Locale_wrapper: make the bad_cast catch more clear and fix the ↵Jens Verwiebe
std::exception message
2014-02-26Fix T38726: missing rendered viewport update when removing render layer.Brecht Van Lommel
2014-02-26Fix T38831: blender internal enabling shadow pass changes material node diffuse.Brecht Van Lommel
It would include/exclude shadow depending on the pass being disabled/enabled, but that should have no influence on the combined render result. Now it always includes shadow.
2014-02-26Nicer solution to T38846: Split off the render layer forcing from theLukas Tönne
validity check for render operator. This way scene DNA can stay read-only there, cleaner and we don't have to pass an awkward bool pointer around.
2014-02-26Fix T38846: Render layer checkbox is not refreshed.Lukas Tönne
The render operator invoke checks render layers, which can force the render layer to be activated. This requires a notifier, which has to be done in the operator itself (can't do this inside pipeline code).
2014-02-26Fix crash happening when drawing GP for a track which doesn't have visible ↵Sergey Sharybin
marker
2014-02-26Fix 3D tracks to mesh not aligning mesh properlySergey Sharybin
Also fixed wrong frame number used for reconstructed object visualization in 3D viewport.
2014-02-26Fix for own regression: remove doubles deselected facesCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2014-02-26Ignore zero weighted markers in keyframe selectionSergey Sharybin
It doesn't make sense to use zero-weighted tracks as a correspondences in keyframe selection. Such tracks are not guaranteed to be tracked accurately because their purpose is to add reference points in 3D space without affecting the solution.
2014-02-26Fix T38837: Ctrl+RMB can't select posemodeCampbell Barton
This used to work (unintentionally), now check for paint-select modes as well as editmode for ctrl+rmb to force object selection.
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-26Sculpt: allow to select objects when in sculpt modeCampbell Barton
This was disabled with circle select (which makes sense), but all other paint modes allow this and sculpt isnt using select mouse.
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton