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-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-06-13Minor modifications to 2.71 splash (bigger ref text, was unreadable in ↵Bastien Montagne
lowres version).
2014-06-12Splash screen update for 2.71v2.71-rc1Campbell Barton
Artwork: Event Horizon by pieriko
2014-05-23Spelling fixSergey Sharybin
2014-05-04NLA Editor: Added dedicated icons for "pushdown" operator and for indicating ↵Joshua Leung
the "tweaking" state 1) The "pushdown" operation is the actual name for the functionality previously represented by the snowflake. That is, pushing the active action onto the NLA stack as a new strip. The icon that is introduced here is the icon I originally wanted to use here for this purpose (but couldn't at the time the NLA was coded as we didn't have the master SVG available yet). I'm making this change now to hopefully make the "animation-layers" intentions behind the NLA design a lot clearer than they have been so far. 2) Also added a dedicated icon for representing that the active action is in the "tweaking" state (i.e. we're editing a particular strip's action). Previously we were abusing an icon designed for an entirely different purpose, mainly since its identifier looked like it would work.
2014-04-28Patch T39855: Icons for Interpolation Types (and Robert Penner easing)Joshua Leung
This patch adds icons for each of the keyframe interpolation types (including the easing equations), as well as icons for the easing type options. Icons made by: Paulo José Oliveira Amaro (pauloup) Reviewed by: Joshua Leung, Thomas Beck
2014-04-28New icons for texture painting by Pawel Lyczkowski.Antony Riakiotakis
Task: https://developer.blender.org/T37960 Thanks a lot :) Those only cover the current set of brushes, soc-paint brushes will be commited on that branch
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.
2014-03-05Bump version to Blender2.70rc and new splashCampbell Barton
Splash concept art & paint-over: David Revoy. 3D artwork by Mathieu Auvray.
2014-03-05Previous linestyle icon was old patch, commit right one this timeCampbell Barton
2014-03-03Icon for LineStyleCampbell Barton
patch T37008 from Michael P.
2014-02-18Splash screen: use a retina resolution image for Mac OS X.Brecht Van Lommel
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
Patch D160, by Scott Petrovic with own modifications.
2014-01-17Icons: make inkscape svg to png conversion work with Inkscape.app on OS X.Brecht Van Lommel
2014-01-17UI/Modifiers: add missing icon for Wireframe modifierSimon Repp
Reviewed By: carter2422, billrey, plasmasolutions, brecht Differential Revision: https://developer.blender.org/D220
2014-01-13UI Icons: store icons in git as uncompressed pixmaps (D196)Campbell Barton
this allows for updating icons without committing a new PNG each time (which is inefficient with git). The data files are converted into a PNG at builds time and used just as they were before.
2014-01-13UI Icons: use a python script rather then a shell (for non unix systems)Campbell Barton
2013-12-10Missed one usage of use_hidden_preview.Jeroen Bakker
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-19Fix T37535: Hebrew charset was missing two chars.Bastien Montagne
2013-11-17convenience makefile: support spaces in pathsCampbell Barton
also update for new source/tools paths.
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.
2013-11-01Fix [#37224] Icons: tiny interface issue with certain DPI settings.Bastien Montagne
For some reason (consistant margin?), the whole icon stuff is shifted by two vertically in the svg file - but the bottom row of numbers was not, comming in touch with the icon area, and at some DPI values it showed in icons...
2013-10-20Splash screen update for final 2.69 release (remove release candidate text).Brecht Van Lommel
2013-09-18bugfix [#36757] Vertex coloring in preview window meshes default to black, ↵Dalai Felinto
makes preview useless Adding 'Col' vertex color layer to preview cycles meshes The artist could simply disconnect the VCol node from the nodetree for the preview, but it should be harmless to add this to the preview meshes. As long as the user stick to the default vertex color name (and is happy with seing a all-white channel) it should be ok.
2013-09-17Fix wrong temporary path in user preferences, revert startup.blend and insteadBrecht Van Lommel
do the freestyle changes in BLO_update_defaults_startup_blend.
2013-09-09Film response looks:Brecht Van Lommel
* Reorder list a bit to put brands together * Move looks menu below views * Rename camera_response to film_response folder, to make clear that these are photographic film types, not camera models
2013-09-09Film response curves implemented as a looksSergey Sharybin
This commit implement's OCIO's Looks idea which is about applying some color correction on the buffer before it get's affected by a display transform. This is mainly used to modify images in an artistics way. Currently we've got looks generated from film response curves for all sorts of cameras. Patch by both of me and Brecht.
2013-08-27Icons: add a "grip" one.Bastien Montagne
2013-08-27add icons utility make target.Campbell Barton
2013-08-26add some safety checks in debug mode to ensure sets/hashes aren't confused.Campbell Barton
2013-08-24Made large "blender icon" for save blends (.blend1, .blend2, etc.) have a ↵Andrea Weikert
bit darker background as well.
2013-08-24Adding a darker "blender icon" for save blends (.blend1, .blend2, etc.), as ↵Bastien Montagne
requested by elubie.
2013-08-24"Fix" [#36551] Camera has wrong rotation in default scene :PBastien Montagne
2013-08-22Had not been updated after last edit to prvicons.svg file (r53004)...Bastien Montagne
2013-07-23prepare for 'a' bugfix release, splash and version bump.Campbell Barton
2013-07-20Add Tamil characters to our i18n font (from samyak-tamil).Bastien Montagne
2013-07-18Tradtional release commit! 2.68 splash and the numbering.Ton Roosendaal
- This should then follow the tagging - And I would still prefer to have at least 24 hours full freeze, for proper test and avoid last minute errors.
2013-07-03Fix #35974: smoke flow force field icon missing in add menu.Brecht Van Lommel
2013-06-16New icon: CAMERA_STEREODalai Felinto
Adding only the .svg file, the PNG can make once the multiview branch is merged. I wanted to commit this to avoid having conflicts in the .svg file if someone works on new icons too. The new icon is at X-23
2013-05-29svn merge ^/tags/blender-2.67b-release/blender -c57122Campbell Barton
2013-05-18bump to version '2.67a'Campbell Barton
2013-05-07And here's the epic 2.67 splash and version!Ton Roosendaal
Celebrating Freestyle :) Kudos to dfeveloper Tamito and Malaysian artist Mclelun!
2013-05-05Cycles / Preview render:Thomas Dinges
* Hair strands were too thin in preview, after addition of "radius_scale" property in r56072. Increased the scale from 0.01 to 0.03 now.
2013-05-05* Remove unused screens from Cycles preview blend to save some space. Thomas Dinges
2013-04-29Tweak allocation vars for XYZ space for more accurate GPU transformSergey Sharybin
Also extend 3DLUT edge size to 64 (1 meg of memory) to increase transform accuracy as well.
2013-04-26Fixes for color management:Sergey Sharybin
- Sequencer preview was clamping float buffers - ACES color space wasn't correct, was noticeable when applying display processor from linear space to display. - Extended sRGB LUT to sRGBf from nuke-default config. Makes sequencer behave much better in sRGB space.