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-08-12Changed ntreeCopyTree_ex() to accept a pointer to struct Main.Tamito Kajiyama
2014-08-12Fix for a wrong ID datablock referenced due to a typo in BKE_copy_linestyle().Tamito Kajiyama
2014-08-12Added new Output Line Style shader node for defining a node-based line material.Tamito Kajiyama
2014-08-12Minor fix for texture category name.Tamito Kajiyama
2014-08-12Enabled USE_CYCLES_FOR_STROKE_RENDERING compile-time flag by default.Tamito Kajiyama
2014-08-12Implemented a basic framework for node-based shaders.Tamito Kajiyama
Shader nodes will be used to define materials for stroke rendering, so as to allow users to interactively configure textures.
2014-08-12Always use the Blender Internal renderer for stroke rendering.Tamito Kajiyama
2014-08-12Added new operator "Create Freestyle Stroke Material" for testing.Tamito Kajiyama
2014-08-12Removed debug prints.Tamito Kajiyama
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-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-08Fix crash on edit mode with multi-align projectAntony Riakiotakis
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-07Fix for mathutils.Euler on big endian systemsCampbell Barton
D719 from jrestemeier with edits
2014-08-07Cleanup: unused definesCampbell Barton
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