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-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-24Cleanup: boolCampbell Barton
2014-09-24Cleanup: de-duplicate text select logicCampbell Barton
2014-09-24Cleanup: set var staticCampbell Barton
2014-09-24Sphinx doc script, update for change in rsyncCampbell Barton
2014-09-23Fix game engine not supporting material view.v2.72-rc1Antony Riakiotakis
Force textured view in that case. Also correct a few uses of the GLSL flag in the viewport. Should only be relevant for textured viewport.
2014-09-23Update submodules to point to rc1 hashSergey Sharybin
2014-09-23Fix typo in previous commitSergey Sharybin
Buttons are too much close to each other on the keyboards!
2014-09-23Fix possible buffer overflow in selection code. We want to copy theAntony Riakiotakis
number of selected data since the offset, not the offset!
2014-09-23Move versioning code under the subversion checkSergey Sharybin
2014-09-232.72 SplashCampbell Barton
Image by Mike Pan, from the "Default Cubism" series. http://blog.mikepan.com/tagged/DefaultCubism (includes blendfile)
2014-09-23Version Bump: Entering 2.72 rc stateCampbell Barton
2014-09-23Fix crash in text editor (wrap + syntax-highlight)Campbell Barton
2014-09-23Cleanup: simplify check to draw syntaxCampbell Barton
2014-09-23Fix T41921: MapUV node alpha setting broken.Lukas Tönne
The UV values includes the image width/height now. To restore the previous method as close as possible (even though it is not documented anywhere how this is supposed to work), we have to ignore this scaling.
2014-09-23Fix T41259: Objects parented to non-armature objects cannot play shape ↵Mitchell Stokes
actions in the BGE
2014-09-23D713: correct error /w braces (freestyle)Tamito Kajiyama
Differential revision: https://developer.blender.org/D713 Author: campbellbarton (Campbell Barton)
2014-09-23Fix T41918, Missing operator in Node Editor Menus.Lukas Tönne
This operator was renamed in rB52d7c357781237ad6f128a6b6d550b34627c2a96 but the menu entry was not renamed.
2014-09-23Fix T41912, OpenCL compile error when building without __SVM__Thomas Dinges
Thanks to Vitaliy Filippov for the patch.
2014-09-23Macro VA_NARGS, increase max to 64Campbell Barton
2014-09-23Cleanup: use struct names in ID commentsCampbell Barton
2014-09-23Fixed border extension for the sunbeams node.Lukas Tönne
This ensures that the beams color does not darken along borders, by using the last valid color of the ray as the border color (extending colors in the direction of the source point).
2014-09-22Projective painting:Antony Riakiotakis
* Make clone UI a bit more descriptive * Don't set images to image editors that have a pinned image.
2014-09-22Freestyle: disallow with fields (was crashing)Campbell Barton
2014-09-22Fix for Freestyle crash in bordered animation renderingTamito Kajiyama
2014-09-22Fix T41891: Alt+S can't save imageCampbell Barton
win32 BLI_path_abs expanded empty strings into "C:\\", which made BLI_exists succeed (quite confusing). Now match behavior on *nix.
2014-09-22Corrent recent commit: off by one errorCampbell Barton
2014-09-22Fix image.save() - incorrect relative lib pathCampbell Barton
2014-09-22Correct MAX_LIBARRAY define, assert when its wrongCampbell Barton
2014-09-22Fix T41902: Flipped persp/ortho region_2d_to_vector_3dCampbell Barton
- Ortho result from view3d_utils.region_2d_to_vector_3d was flipped. - Persp result wasn't normalized. - operator_modal_view3d_raycast.py failed for ortho views. Thanks to Philipp Oeser for the initial fix.
2014-09-21Fix T41754, sunbeams node should return the unmodified source value atLukas Tönne
the source pixel.
2014-09-21Tracking: Fix ground plane normal facing downwardsSergey Sharybin
2014-09-21Fix T41890: Regression in new array modifier code, vnors were no more ↵Bastien Montagne
offset-corrected. This is not needed when we tag normals as dirty, but in simple cases, if offset has some rotation (or non-uniform scaling) component, vertex normals has to be corrected.
2014-09-21Py Template: Set the active object in batch exportCampbell Barton
Some exporters (mdd for example), only use the active object
2014-09-21Last minute artist feedback tweak: Fill tool should not use maskingAntony Riakiotakis
apart from stencil(texture) and face masks.
2014-09-21Another minor correction, use "Mask" instead of "Stencil" so users canAntony Riakiotakis
correlate the panel to the mask tool.
2014-09-21Minor polishing, add UV layer selection in image projection paintingAntony Riakiotakis
mode.
2014-09-21Paint systemAntony Riakiotakis
* Add unified color settings to brush menus. * Add notifier on fill tool from drag and drop to refresh icons
2014-09-20Cycles: Backward compatibility code for the Clamp splitting in 2.70.Thomas Dinges
If an older file (< 270) had clamp enabled, with e.g. a value of 2.0, Direct and Indirect clamp are now automatically set to 2.0 as well.
2014-09-20Cycles: Add a UI warning, in case the experimental GPU kernel is used.Thomas Dinges
The experimental kernel is slower and can cause issues on some cards still, so better communicate it well.
2014-09-20Fix T41875: Update issue in Timeline spaceBastien Montagne
This space did not refresh on NC_OBJECT, ND_BONE_SELECT notifier...
2014-09-19Fix T35993, issue with viewport when using instances.Antony Riakiotakis
Not really sure what the issue here was initially (might have been a driver problem) but looks like the issue is solved if we skip generating a display list for clipped objects; Driver does not like a generated list that is not drawn. Now we try to clip the object always, not only when using display lists. This means that display lists will only get generated if object is actually visible. Also used glPush/glPop for instance matrices since glLoad can cause recalculation of inverses in the driver.
2014-09-19Fix T40751 preview image not generated after baking.Antony Riakiotakis
A DAG_id_tag_update here is enough to fix the problem.
2014-09-19Install_deps: add an '--info' path option to store BUILD_NOTES.txt...Bastien Montagne
Still defaults to current dir!
2014-09-19OSX: make some more symbols global only, this may prevent clashes on older ↵Jens Verwiebe
systems and is good for loading times anyway.
2014-09-19Fix T41865: Fluid bake not possible in windows using a python script from ↵Sergey Sharybin
the command line Stupid missing variables initialization.
2014-09-19Cycles: Remove unused Mix Shaders from the ShaderGraph, instead of only ↵Thomas Dinges
relinking. Differential revision: https://developer.blender.org/D796
2014-09-19Cleanup: Indentation and Whitespace.Thomas Dinges
2014-09-19Add texture coordinate export.Nathan Letwory
2014-09-19Freestyle: Fix for irrelevant docstring showing up in Python API docs.Tamito Kajiyama