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
2015-04-13Smoke: Updated mantaflow sourcesRoman Pogribnyi
2015-03-11Point submodules to RC1 tagsv2.74-rc1Sergey Sharybin
2015-03-06Fix typo in "Add" and "Subtract" mode of Vector Math node.Kevin Dietrich
Differential Revision: https://developer.blender.org/D1003
2015-01-06Submodules: Make them pointing to the master branchSergey Sharybin
Otherwise it gives all sort of weird and wonderful artifacts.
2015-01-06Point submodules ot latest release tagsSergey Sharybin
2014-12-23Blender 2.73 release candidate commitv2.73-rc1Sergey Sharybin
This commit contains: - Subversion bump to 2.73 - Release cycle is set to "rc" - Submodules are pointed to appropriate tag now (addons contrib just points to the latest contrib repo) - New shiny splash screen!
2014-10-14Fix for previous commit which changed submodulesSergey Sharybin
Never ever stash submodules for commit, it also real helps checking the commits before you do push.
2014-10-14Tweak for smoothing limits in stretch-constraint volume preservation.Lukas Tönne
Uses a arctan instead of sine function now, which has the advantage of not overestimating the bulging.
2014-10-14Update submodules to point to 2.72 tagSergey Sharybin
2014-09-23Update submodules to point to rc1 hashSergey Sharybin
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-07-08Fix T40983 Particle Texture use of generated coordinates is wrong.Lukas Tönne
Particle texture eval was not taking the actual texture space for orco/ generated textures into account at all.
2014-06-16Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in JapaneseSergey Sharybin
Update submodules to v2.71-rc1, it got lost on re-tag leading to wrong addons and translations used in RC1.
2014-04-21Basic support for UNC paths on WindowsAndrea Weikert
Differential Revision: https://developer.blender.org/D298 Allows users on Windows to enter UNC paths in the filebrowser and to link to .blend files on a UNC path. Functionality is limited still, we can't browse the network yet and have no support to check user rights so far. What works: - enter an UNC path in the file browser manually or via copy/paste - navigation within the UNC share subfolders - link to a file on a UNC share What does not (yet) work: - browse the network for computers and shares - browse to a folder that requires entering user credentials Contributors: Rob McKay - original patch Campbell Barton - style fixes Reviewers: Campbell Barton, Brecht van Lommel
2014-03-10Revert changes to submodulesSergey Sharybin
NEVER use `git commit .` or stage submodules. Leave it to platform maintainers! See [1] where you'll find few hooks which would help you preventing accidental commit of submodules. [1] http://wiki.blender.org/index.php/User:Nazg-gul/DevTools#Git_hooks
2014-03-10Fix for potential bug in copy-to-selected ui button operator: ReturnLukas Tönne
value was mixing operator result with an int/boolean.
2014-03-05Update submdules hashesv2.70-rcSergey Sharybin
- Addons and locales now points to v2.70-rc tag - Also updated hashes for addons_contrib and scons to make them up-to-date while i'm on updating this hashes.
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
* Henyey-Greenstein scattering closure implementation. * Rename transparent to absorption node and isotropic to scatter node. * Volume density is folded into the closure weights. * OSL support for volume closures and nodes. * This commit has no user visible changes, there is no volume render code yet. This is work by "storm", Stuart Broadfoot, Thomas Dinges and myself.
2013-12-24Use HTTPS protocol for arcSergey Sharybin
2013-12-10Missed one usage of use_hidden_preview.Jeroen Bakker
2013-11-26Fix mistake in last commit with submodules.Brecht Van Lommel
2013-11-26Fix T37303, Fix T37163: cycles mask layers that are also excluded not renderingBrecht Van Lommel
correct with multiple render layers. This case is somewhat weak, we now do a few more checks on sync than I would like, but it's not too bad.
2013-11-26Fix 37571: Knife Select should be disabled when no faces are selectedCampbell Barton
also check a similar case for bisect
2013-11-26Correct fix for T37617, (own recent regression)Campbell Barton
2013-11-25Fix addons submodule hashSergey Sharybin
It was proken in rB41a90077608898accebd08653d064fe309325a17. Again, plase NEVER use neither `git add .` nor `git commit .` and use -a command line argument instead. And NEVER push changes to blender.git BEFORE pushing changes to submodules.
2013-11-25Fix mesh triangulate not flushing selectionCampbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
commit b8b7180760b7c57f15b9930c29207febcf5fefb3 Author: Bastien Montagne <montagne29@wanadoo.fr> Date: Thu Nov 21 16:31:16 2013 +0100 Code cleanup: replace "LISTLABEL" button type by an "UI_BUT_LIST_ITEM" button flag. Summary: Rationals: I) I was never that happy to have a full button type just to set custom colors to labels inside listitems! II) If we use (as planned) TEX buttons instead of labels to allow listitems click-rename, I'd like to be able to use listitems' theme color here as well, much easier witha flag than adding yet another button type! Note: related to D8 Reviewers: brecht Differential Revision: http://developer.blender.org/D25
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-11-20Fix for addons submodule which was pointing to a not existing revisionSergey Sharybin
Pretty much likely happened because of arc utility included this changes by accident and there were local commits in a local tree. Not sure about how to prevent this from happening yet, just be careful for now.
2013-11-19Fix: tab completing a filepath name in file browsers asks to create a newHenrik Aarnio
directory if name was not fully matched When hitting tab to complete a directory name in the filepath field in the filebrowser Blender shows a "create new directory?" popup, if the beginning of directory name typed in the field matches many entries. For example if you have directories in the open directory called "test123" and "test456", typing "te", tab would complete up to "test", but ask to create a new folder with the name "test". This patch unsets the boolean storing the info about changing filepath if the folder with the completed name does not exist. Reviewed By: brecht Differential Revision: http://developer.blender.org/D10
2013-11-19Remove Surface modifier when removing force field from objectSergey Sharybin
Summary: Before this adding Surface type of force field and removing this field would leave Surface modifier alive in the stack. This might be really misleading and annoying. Now removing force field will ensure no modifiers needed for it are remained in the stack. This also fixes missing notifier to redraw modifier stack when changing force field type. Reviewers: brecht, campbellbarton Reviewed By: brecht Differential Revision: http://developer.blender.org/D13
2013-11-19Fix T37519: Screw Modifier ignores material setupCampbell Barton
This was more a missing feature then a bug, the modifier never handled existing faces however with ngons its possible to get more useful results. Also order edges from the faces (if available), gives control over the face-winding-direction.
2013-11-15Initialize git submodules for addons, locales and sconsSergey Sharybin
Uses relative paths to repositories, so this is expected to work fine for any protocol we support (git, ssh and http). Uses ignore=all for all the submodules, so updating them to latest remote hash does not tags blender repository as changes. But it is still possible to make changes to submodules and commit them from their path.
2010-03-03move to make way for external svn addonsCampbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
eg. bl_options = {'REGISTER', 'UNDO', 'BLOCKING', 'GRAB_POINTER'} This didnt exist when operators were originally wrapped.
2010-02-26rename extension to addon after discussion with meta-androcto & mindronesCampbell Barton