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-05-06Merge branch 'alembic' into gooseberryLukas Tönne
Conflicts: source/blender/blenkernel/BKE_key.h source/blender/blenkernel/intern/customdata.c source/blender/blenkernel/intern/key.c source/blender/editors/object/object_shapekey.c source/blender/makesdna/DNA_customdata_types.h source/blender/makesrna/intern/rna_key.c
2015-05-04Merge branch 'master' into gooseberryAntony Riakiotakis
Conflicts: source/blender/editors/space_sequencer/sequencer_draw.c
2015-05-04Merge branch 'master' into strand_editmodeLukas Tönne
Conflicts: source/blender/bmesh/bmesh_class.h source/blender/bmesh/intern/bmesh_mesh_conv.h
2015-05-02Fix T44586: Viet language problem for Blender InterfaceBastien Montagne
We were missing many of the complex diacritics combinations in latin extended additional code block... Alawyas a pleasure to edit this font... :|
2015-04-20New image file icons for hair brush tools and an according tool enum inLukas Tönne
the Brush RNA.
2015-04-16Merge branch 'master' into gooseberryAntony Riakiotakis
Conflicts: source/blender/editors/space_view3d/drawobject.c
2015-04-16Fix T44406: the Hebrew font causes trouble.Bastien Montagne
Looks like the droidsans hebrew font we used back in the days had some kerning bug or so... Updated with latest version from Debian Testing repo, works nice now.
2015-03-23Merge branch 'master' into gooseberryLukas Tönne
2015-03-23Change coefficients to 4 digit precision only.Antony Riakiotakis
Need to match convention and sum up to 1.0 (previous set had a minor 10^(-10) overflow) Thanks to Campbell for taking notice.
2015-03-20Merge branch 'master' into gooseberryAntony Riakiotakis
2015-03-17Part 1 of D1082 by Troy Sobotka, add API in OCIO for luminanceAntony Riakiotakis
calculation.
2015-03-13Merge branch 'master' into gooseberryLukas Tönne
Conflicts: source/blender/editors/space_view3d/view3d_draw.c source/blender/physics/intern/BPH_mass_spring.cpp
2015-03-11Point submodules to RC1 tagsv2.74-rc1Sergey Sharybin
2015-03-112.74 splashCampbell Barton
by Manu Järvinen
2015-03-09Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
Conflicts: source/blender/blenloader/intern/versioning_270.c source/blender/editors/include/ED_view3d.h source/blender/editors/space_sequencer/sequencer_draw.c source/blender/editors/space_view3d/view3d_draw.c source/blender/makesdna/DNA_view3d_types.h
2015-03-06Fix typo in "Add" and "Subtract" mode of Vector Math node.Kevin Dietrich
Differential Revision: https://developer.blender.org/D1003
2015-02-09Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
Conflicts: source/blender/blenkernel/intern/customdata.c source/blender/makesdna/DNA_customdata_types.h
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
Nothing much to say here, basic tool to make normals point toward a target, or to make them point 'outward' as if object was a spheroid (useful for game bushes etc.). Also, forgot a big thank you to Campbell for the extensive review work he has done on this project!
2015-02-05Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
Conflicts: source/blender/blenloader/intern/versioning_270.c source/blender/editors/object/object_intern.h source/blender/editors/object/object_ops.c source/blender/editors/space_sequencer/sequencer_draw.c source/blender/editors/space_view3d/view3d_draw.c source/blender/makesdna/DNA_customdata_types.h source/blender/makesrna/intern/rna_object.c
2015-01-29cleanup: shebang linesCampbell Barton
D888 by @sambler
2015-01-20Update icons after recent cleanup in svg file.Bastien Montagne
Note differences in those five icons are invisible by eye, just for sake of consistency.
2015-01-20Cleanup SVG icon file, pass II.Bastien Montagne
Name each icon group from its define in Blender. Simplifies searching for a given icon (in one way or the other), and could also be useful one day in some scripting. Also, removed/fixed more empty and stray groups... Finally, found that we have several svg icons not linked to any defines, and one define with no icon (dyntopo), would be nice to sort this one way or the other too.
2015-01-20Cleanup SVG icons file: pass I.Bastien Montagne
Made sure each icon has its own, 'private' group. Removed empty groups, and some stray paths and rects (among other benefits, 'make icons' do not generate anymore that half o dozen of empty icons one had to remove by hand before committing ;) ). Note: double checked, only five generated icons differ (on binary level) from before, with no actual visual diff.
2015-01-13FileBrowser: Add an 'hidden file' icon, and use it instead of named checkbox ↵Bastien Montagne
for 'show hidden' param.
2015-01-12Fix typo in OCIO configuration fileSebastian Koenig
2015-01-10Transfer data: add modifier.Bastien Montagne
Not much to add, modifier uses same code as operator basically, only key difference is that modifier will never create data layers itself, you have to use dedicated operator for that.
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-12-11Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
Conflicts: source/blender/makesrna/intern/rna_space.c source/blender/windowmanager/WM_api.h source/blender/windowmanager/intern/wm_event_system.c
2014-12-10startup.blend, update movie-tracking layout T41660Campbell Barton
Layout by @sebastian_k, now includes 3D view.
2014-11-05Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
2014-10-21UI Icons: add 'triangle-bar' left/right/up/down icons.Bastien Montagne
2014-10-15Merge branch 'master' into wiggly-widgetsAntony Riakiotakis
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-10-13Dial widget, used in rotation manipulator code.Antony Riakiotakis
The widget can still change in the future, also widget styles can always be used to create new widget visualizations.
2014-10-08Add python exporter that exports a mesh in a C file in a renderer-readyAntony Riakiotakis
format (vertices + normals + triangle vertex indices) This will allow us to create widgets in blender instead of defining them programmatically. May also support facegroups for different colors in the future though they must be somehow tied to the UI colors.
2014-10-07Icons: were relicensed to GPL2+ metadata was CC-NCCampbell Barton
2014-09-23Update submodules to point to rc1 hashSergey 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-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-08-31Fix preview icons update script to work in OSXDalai Felinto
2014-08-25SplitNormals UI tweaks: add own color for normals drawing, and own 'face ↵Bastien Montagne
corner' icon.
2014-06-25Updating submodule to point to v2.71Sergey Sharybin
Now for real!
2014-06-22add brush icons from paint branch to make diff more manageable for arcanistAntony Riakiotakis
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.