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-22Fix for sunbeams operationblender-tilesJeroen Bakker
2014-09-22Merge remote-tracking branch 'blender-upstream/master' into blender-tilesJeroen Bakker
2014-09-22Cleaned up some codeJeroen Bakker
- removed unneeded conversion to value buffer, the internal buffer now is a value buffer so no conversion needed. - removed ifdefs from deficus. the optimalization is not used for several years and no need to develop it any further
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
2014-09-19Freestyle: Python API documentation updates.Tamito Kajiyama
Fixed dead references of API identifiers (e.g., freestyle.types.Interface0D) due to relocations of the identifiers into submodules. Also made various minor revisions of mark-ups and typos.
2014-09-18Fix crashes with timers.Antony Riakiotakis
Incorrectly accessing the menu pointer, set it to NULL before doing the tests. We don't restore the menu pointer because it is invalid by the time the operator ends.
2014-09-18One last tweak to palette deletion code. It would correct active colorAntony Riakiotakis
only when deleting the last color.
2014-09-18Fix T41708, active palette indicator not refreshing when clickingAntony Riakiotakis
Issue, after a lot of blood sweat and tears, was found in ui_but_update_from_old_block, where we restore a button to its old values when possible. The problem here is that a1 and a2 are not really meant to store temporary variables, because they tend to get overriden and palette selection is one of those temporary states. Instead, we now store the position of each button in the palette in a2 and pointer to the palette in the customdata pointer of each button and use that to test if it's active. The positions won't change when clicking so we are guaranteed that the old button won't override the new one with garbage. It's still hacky but it is better than testing button types when copying old values.
2014-09-18Palette active color:Antony Riakiotakis
Use indicator color derived from color luminance for better contrast.
2014-09-18PalettesAntony Riakiotakis
* Remove some duplication in deletion code * Fix crash when restoring file from last saved state.
2014-09-18Palettes:Antony Riakiotakis
Avoid having an invalid active index if user deletes a color. Also attempt to set active color on clicking (Not working yet but fix coming soon)
2014-09-18Cleanup: use static sets where possibleCampbell Barton
2014-09-18Fix for a run-time error in sphinx_doc_gen.py on Windows.Tamito Kajiyama
2014-09-18Fix for missing Freestyle sections in the Blender Python API documentation.Tamito Kajiyama
Freestyle sections of the API docs were empty due to Freestyle module reorganization in commit rB6498b96ce7081db039354228213d72e8c70bd3aa. Module __all__ property was added to submodules so as to properly exclude irrelevant documentation elements such as mathutils.Vector.
2014-09-18Fix T41862: Autosmooth & multi-material glitchCampbell Barton
2014-09-18Fix for edge-order flipping on subdividing wireCampbell Barton
Extruding a subdivided edge would create flipped faces.
2014-09-18Fix T41861: Loopcut wire incorrect mode-switchCampbell Barton
also didn't preview or select correctly.
2014-09-18Cleanup: style, spellingCampbell Barton
2014-09-17uhh.... missed someJeroen Bakker
2014-09-17Removed the virtual calls.Jeroen Bakker
implemented the bicubic interpolation
2014-09-17OSX/cmake: OSX 10.10 must be used with cmake 3.0.0 minimum, older thinks ↵Jens Verwiebe
10.6 is higher than 10.10 :)
2014-09-17Fix T41761, muting not working with texture nodesAntony Riakiotakis
This was disabled to fix T41349, however seems that if we don't pass delegates for muted nodes everything work fine.
2014-09-17Text Editor: reload missed adding new-lineCampbell Barton
Logic for load/reload was duplicated, Fix T28087 missed reload. De-duplicate, also replace stat -> BLI_stat