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
path: root/source
AgeCommit message (Collapse)Author
2014-08-12Fix for hard-coded #include file paths.Tamito Kajiyama
2014-08-12Fix for nested Cycles sessions.Tamito Kajiyama
2014-08-12Removed ad-hoc use of R_PERSISTENT_DATA for Freestyle/Cycles.Tamito Kajiyama
2014-08-12Added debug prints.Tamito Kajiyama
2014-08-12Initial implementation of Cycles materials for Freestyle stroke rendering.Tamito Kajiyama
2014-08-12Proof-of-concept implementation of Freestyle support for Cycles.Tamito Kajiyama
2014-08-12SpellingCampbell Barton
2014-08-11Fix marker selection margin ignoring DPICampbell Barton
2014-08-11Fix T41403: Grid Particles only partially generated.Bastien Montagne
Getting dominant axis (biggest dimension of bbox) was wrong, now using BLI code for that.
2014-08-11Fix compilation error with debug sconsSergey Sharybin
The issue is that we've got hell with DEBUG and _DEBUG, theu're defined really inconsistent acros CMake and SCons. Used more reliable NDEBUG definition for IDP_spit.
2014-08-11Fix for previous commit - after talk with physics guys (Genscher, Miikah), ↵Bastien Montagne
better to keep soft UI limits as is, and only raise hard ones.
2014-08-11Fix T40047: Smoke: Maximum value for initial velocity.Bastien Montagne
Based on D644, by robschia (Roberto Schiavone).
2014-08-11Fix T40203: Fluid simulation needs more memory than displayed.Bastien Montagne
Nothing like a fix, actually, this is an issue in elbeem afaik. For now, just warn user that complex obstacles may breack things.
2014-08-11Fix T40744: MIP Map is generating strange noise in texture, Blender InternalSergey Sharybin
2014-08-11Minor cleanupAntony Riakiotakis
2014-08-11Pie Menus C code backend.Antony Riakiotakis
This commit merges the code in the pie-menu branch. As per decisions taken the last few days, there are no pie menus included and there will be an official add-on including overrides of some keys with pie menus. However, people will now be able to use the new code in python. Full Documentation is in http://wiki.blender.org/index.php/Dev:Ref/ Thanks: Campbell Barton, Dalai Felinto and Ton Roosendaal for the code review and design comments Jonathan Williamson, Pawel Lyczkowski, Pablo Vazquez among others for suggestions during the development. Special Thanks to Sean Olson, for his support, suggestions, testing and merciless bugging so that I would finish the pie menu code. Without him we wouldn't be here. Also to the rest of the developers of the original python add-on, Patrick Moore and Dan Eicher and finally to Matt Ebb, who did the research and first implementation and whose code I used to get started.
2014-08-11Fix T41395: Set Object As Camera - Monkey Render bug?Sergey Sharybin
2014-08-11Fix T40766: Startup fails with UnicodeDecodeError on WindowsCampbell Barton
2014-08-11CommentsCampbell Barton
2014-08-11View3D: rotate around selection - uses boundbox centerCampbell Barton
2014-08-11Utility functions for getting boundbox size/scaleCampbell Barton
2014-08-11Fix T41379: Drag n Drop .txt files text editor failsCampbell Barton
by kevindietrich
2014-08-10Fix T41385Antony Riakiotakis
Pretty old bug, reset flag to not use color transform by default.
2014-08-10Fix for rB3cd2c6145ae1.Bastien Montagne
ID using EffectorWeight is not always a scene...
2014-08-10Minor tweak to own previous shapekey_move commit.Bastien Montagne
2014-08-10Fix T41295: Rigid bodyfield weights not working.??Bastien Montagne
Looks like `rna_EffectorWeight_update()` was not really working, now uses same kind of code as `rna_Physics_update()` from rna_scene.c.
2014-08-10Fix T41381: Moving shapes keys up/down, after last, they don't go to first ↵Bastien Montagne
(as Vertex Group). Was more a feature request actually, but anyway... Note this is a bit more complex than it's vgroups counterpart, since we have to handle relations between keys (relative keys, and position for absolute ones).
2014-08-10BGE: fix a bug causing frequent crash on scene restart with navmesh.Benoit Bolsee
2014-08-10UI: show ttips even if disabled, when holding alt key.Bastien Montagne
Patch by @sambler (Shane Ambler), with minor edits by myself (see also D727, T24055). Reviewed feature-side by @carter2422 (Jonathan Williamson).
2014-08-09Intensity and color are now adjusted upon import to get correct valuesgaiaclary
2014-08-09BGE: Fix bug with Steering Actuator Python API.Benoit Bolsee
It was not possible to set the navmesh attribute from Python due to a double bug.
2014-08-09Fix to get iTaSC working again in the BGEBenoit Bolsee
2014-08-08Fix crash on edit mode with multi-align projectAntony Riakiotakis
2014-08-08BGE: move macro body into a function to reduce code-sizeCampbell Barton
2014-08-08Quiet reorder warningCampbell Barton
2014-08-07Fix T41173: CM view selection is difficult with multiple viewsSergey Sharybin
Use drop-down menu instead of expanded enum for the view select. There are usually more views than displays and using drop-down for display device and expanded enum for view is kindof strange.
2014-08-07Fix T40948: Fill holes fails in certain caseCampbell Barton
2014-08-07Tweaks to the recent wrapper on windowsSergey Sharybin
- Forgot to handle command line arguments - Because of the fact we need to be able to use stdout and stderr we need to use regular console application for the wrapper. - Because of using regular application for the wrapper we need to check forparent PID in the isStartedFromCommandPrompt(). I really hope it's not gonna to become any more complicated.
2014-08-07Fix for mathutils.Euler on big endian systemsCampbell Barton
D719 from jrestemeier with edits
2014-08-07Cleanup: unused definesCampbell Barton
2014-08-07Add blender launcher application when building with MSVCSergey Sharybin
Main idea of this change is to make a small executable which will set OMP_WAIT_POLICY environment variable and then will launch blender itself. This is a teporary solution for the time being we'll have a more clear solution to high CPU usage with OpenMP when building with MSVC. Reviewers: campbellbarton, juicyfruit Reviewed By: juicyfruit Differential Revision: https://developer.blender.org/D717
2014-08-07T41354, cursor never gets reactivated in uv sculpting.Antony Riakiotakis
2014-08-07Fix crash on dyntopo when show diffuse option + collapse is usedAntony Riakiotakis
Some nodes could end up without any faces and in that case getting a face material would fail.
2014-08-07Fix T41333: Selected mask points don't stand out visually.Bastien Montagne
Looks like mask points coloring was recently changed, and IMAGE space colors were left uninitialized... Factorized a bit the code about vertex_handle & co too, was quite duplicated.
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
Goodbye VC2008, it has been a pleasure (more or less) :D SCons / CMake cleaenup will follow. Differential Revision: https://developer.blender.org/D715
2014-08-07Experimental gooseberry request:Antony Riakiotakis
Expose radial control properties. That way, the operator can be tweaked in the input preferences to tweak other properties as well.
2014-08-07CommentsCampbell Barton
2014-08-07BMesh: use existing lookup tables when remappingCampbell Barton
2014-08-07GHash/EdgeHash: avoid NULL check on iterator initCampbell Barton
2014-08-07Fix T41047: Text objects flippingCampbell Barton