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-07-01Fix for segmentation fault in pipeline (freestyle/wm related)Jeroen Bakker
2014-07-01Fix T40903: Rendering: Alpha Channel is BrokenSergey Sharybin
2014-07-01Second attempt to fix T40833: Crash when rendering with freestyle.Tamito Kajiyama
The cause of the crash was identified in an uninitialized member variable `Main->lock`. Now that struct Main has a few member variables whose values are dynamically allocated, per-render Freestyle-specific Main data structures will be allocated and released using `BKE_main_new()` and `BKE_main_free()`, respectively. This revision complements the commit rB6135556f4556.
2014-07-01Fix T40556: Curve Modifier does not work when used in a Background sceneSergey Sharybin
A bit hackish solution for now, cleaner solution we'll look into as a part of the new DAG project, when it's clear what kind of data is passed to the evaluation callbacks.
2014-07-01Fix T40888: Memory error when selecting Cycles render engineSergey Sharybin
2014-07-01Code cleanup: use scene variable rather then calling CTX_data_sceneCampbell Barton
2014-07-01Correct enum size incase compiler makes enum signedCampbell Barton
2014-07-01Fix T40895: Curves panel, zooming out a lot crashes BlenderSergey Sharybin
2014-07-01Fix strict flags compilationSergey Sharybin
2014-07-01Code cleanup: use enum for setup_app_dataCampbell Barton
2014-07-01Fix T40065: Pressing Esc in separate render result window does not focus ↵Tamito Kajiyama
main window. The problem is that the render window keeps keybord input focus even after it has been lowered. Windows maintains the Z-order of windows, so the present solution is to raise the window that has been just below the render window. Differential revision: https://developer.blender.org/D594 Reviewed by: campbellbarton
2014-07-01Python: remove redundant castsCampbell Barton
2014-07-01Fix T40761: Bone constraints broken in the BGEMitchell Stokes
Extra bonus: calculating bone constraints now happens parallel!
2014-07-01CMake: correct include dirsCampbell Barton
2014-06-30Usual UI messages fixes.Bastien Montagne
2014-06-30Correct use-after-free in recent commitCampbell Barton
2014-06-30Fix odd situation where you could assign a background image without ↵Bastien Montagne
increasing its usercount. Probably a leftover from old code, I don't think this invoke usage of VIEW3D_OT_background_image_add was actually reachable anywhere from the UI, but managed to get it working from py, without increasing user count...
2014-06-30Fix image user count not being decreased when deleting a 3DView background ↵Bastien Montagne
image. Patch by julien (Julien DUROURE) as T40568 (with own minor style edits), many thanks!
2014-06-30Experiment with the compositor border in editorSergey Sharybin
Preserve buffer form previous runs so it's possible to make a compo of full frame, then draw a border and start tweaking nodes and see updates in that border. Main idea is to make it able to visually compare difference between what was changed inside the border and how frame looked before the tweaks outside of the border. Also implemented Clear Viewer Border in compositor, shortcut it Ctrl-Alt-B. Reviewers: lukastoenne, jbakker CC: venomgfx, sebastian_k Differential Revision: https://developer.blender.org/D582
2014-06-30Fix T40818: libpng warning: iCCP: known incorrect sRGB profileSergey Sharybin
Suppress warning for now, it's harmless and only happens with new libpng. In the future we might try enabling it for non-datatoc-ed files, but it's really not worth spending lots of time on.
2014-06-30Fix T40885: "Reset Curve" is backwards on Custom Falloff Curves (Lights).Bastien Montagne
Add ability to define negative slope by default to curvemapping template...
2014-06-30Fix T40878: Translate node is inconsistentSergey Sharybin
2014-06-30Compositor: Get rid of hardcoded constantsSergey Sharybin
2014-06-30Fix for subpixel sampling was broken for render layers nodeSergey Sharybin
2014-06-30OSX/cmake: Fix T40887 by detecting if we use an Apple compiler, disable omp ↵Jens Verwiebe
in this case
2014-06-30Condition was inverted in the previous transparent shadows commitSergey Sharybin
Handbook example what happens when you've got loads of patches and not double-check stuff before committing.
2014-06-30Cmake: Remove warning for pre CUDA 5.0 Toolkit, not supported anymoreThomas Dinges
2014-06-30Fix T40795: Dot output is inverted in viewport with CyclesSergey Sharybin
2014-06-30Fix T40836: Cycles volume scattering shader crashSergey Sharybin
Volume scatter might happen before path termination, so need to check transparent bounces and consider shadow an opaque when max transparent bounces are reached. TODO: CPU code seems to have different branching in conditions which made me thinking it does different things with volume attenuation, but from the render results it seems the same exact things are happening there. Worth looking into making simplifying code a bit here to improve readability.
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-30Use text cursor for py-consoleCampbell Barton
2014-06-30Fix T40867: Autokeyframe in camera viewCampbell Barton
2014-06-30BLI_stack, use memory chunks rather then realloc when resizingCampbell Barton
2014-06-30Add BLI_stack testCampbell Barton
2014-06-30Attempt to fix T40833: Crash when rendering with freestyle.Tamito Kajiyama
Constant crashes under Linux seem due to an uninitialized variable.
2014-06-29Install_deps: fix for clang url issue.Bastien Montagne
Newest clang would use 'cfe-' prefix instead of 'clang-' one - don’t ask me why... Had to make a wrapper around wget, that: * Accepts an array of URLs as first parameter; * Errors and exits when wget fails for some reason (was silent before). Issue reported in T40871 by simonrepp (Simon Repp), thanks.
2014-06-29Fix compilation error on OSX+SconsSergey Sharybin
Issue was caused by OSX tweaks happening in the SConstruct after the old location of autotest.
2014-06-29Fix T40733: Segfault with hair particles cache and vgroups.Lukas Tönne
The "fix" is just a stupid index sanity check to avoid crashing. Underlying issue is not identified and probably never will ...
2014-06-29Freestyle: Fix for "cast shadows only" materials not handled properly.Tamito Kajiyama
Problem report by Light BWK through personal communications, thanks!
2014-06-29Fix: NLA editor not being updated on using "Make Links" (Ctrl)+(L). We're ↵Thomas Beck
emitting a ND_NLA_ACTCHANGE signal now to make that work. Found while documenting the NLA for my upcoming book
2014-06-29Fix T40850: object emitter of particles not visible in viewport when GLSL ↵Lukas Tönne
and "only render" checked. Objects were hidden in "only render" mode if they were duplicators. This is correct in general, but for particles should be disabled by the "show emitter" option.
2014-06-29Fix T40792: Pack all into and Blender report Missing Files.Bastien Montagne
Do not check packed files' paths in BKE_bpath_missing_files_check()!
2014-06-29CMake: attempt to resolve OSX+clang failing with OpenMPCampbell Barton
2014-06-29Fix T40829: Collada Export with 'Include Material Textures' selected crashes.Bastien Montagne
Code would not check a texture did have a valid image pointer...
2014-06-29Correction to last commitCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
Bounds check the stack while debugging, also add STACK_PEEK
2014-06-28Cycles: use SYSTEM for external includesCampbell Barton
2014-06-28Add render result caching.Bastien Montagne
Simply add an option to render settings to save an EXR cache, just when the render is finished. Also changed RE_ReadRenderResult() to read cache instead of temp sample files (those are fully volatile now anyway). Path to save cached render results is an UserPreferences setting. Also added 'Reload render' feature to the Image Editor (so one can now re-open a blend, and in an Image Editor hit ctrl-R to (try to) reload last render from cache). Reviewers: campbellbarton, sergey Differential Revision: https://developer.blender.org/D553
2014-06-28Fix T40851: "Sequencer" auto-check after changing spaceview and scene.Bastien Montagne
Mere typo, leading to restore a flag from another scene's flag value...
2014-06-28BLI_stack: use strict flagsCampbell Barton
also use size_t, rename BLI_stack_empty