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 (Expand)Author
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2013-06-07Usablity:Ton Roosendaal
2013-06-07Cycles: mist pass added, with start/depth/falloff control. If the pass isBrecht Van Lommel
2013-06-07add default preset for font settings.Campbell Barton
2013-06-07add support for storing text styles in themes.Campbell Barton
2013-06-07change to r57261, replace BLI_cleanup_dir with BLI_split_dir_partCampbell Barton
2013-06-07Reverted unwanted checkin of work in progres from my previews commitGaia Clary
2013-06-07Renamed Panel to 'Vertex Weights' (describe its functionality more precise)Gaia Clary
2013-06-07text rendering: shadow offset was causing text to clip, now check for clippin...Campbell Barton
2013-06-07fix for copy/paste error in scaling text by DPI, vertical shadow offset wasn'...Campbell Barton
2013-06-07code cleanup: use more standard names for userpref ui functions was using `co...Campbell Barton
2013-06-06fix [#35650] parented camera behaviorCampbell Barton
2013-06-06Fix #35651, #35645.Antony Riakiotakis
2013-06-06Fix #35644: lamp specials menu still showed blender internal energy and falloffBrecht Van Lommel
2013-06-06style cleanupCampbell Barton
2013-06-06fix [#35646] Image offset value in empty image display mode should be unitlessCampbell Barton
2013-06-06Merge branch 'FIX_Previous_Folder' into trunkNicholas Rishel
2013-06-06fix issue with new bridge tool interpolation [#35636]Campbell Barton
2013-06-06Fix for frame node property display: Extended frame node properties such as t...Lukas Toenne
2013-06-05issue warning when WITH_RAYOPTIMIZATION is used with MinGW-w32, since this is...Campbell Barton
2013-06-05Removed the "Make Local?" popup from group node edit operator on linked node ...Lukas Toenne
2013-06-05Fix for own mistake in r57252, needs to unset id.lib of the newly copied tree...Lukas Toenne
2013-06-05fix [#35628] Dynamic paint waves over ocean modifier doesn't workCampbell Barton
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-06-05Fix #35640, part 1. Set the id.lib pointer for nested bNodeTree data blocks i...Lukas Toenne
2013-06-05Fix textured draw mode + dyntopo crash fix to cover more cases.Brecht Van Lommel
2013-06-05Cycles: GLSL materials now can use multiple UV maps with the attribute node.Brecht Van Lommel
2013-06-05Fix #35633, Cannot Add Group Node In Blender 2.67a. The menu entry for the "m...Lukas Toenne
2013-06-05Obsessive Null Checking Compulsion case:Antony Riakiotakis
2013-06-05Fix #35625, crash with NULL pointer after node render. Happens when node grou...Lukas Toenne
2013-06-05add option to remove all shape keys at once (access from shape key menu on pa...Campbell Barton
2013-06-05changes to mirror toolsCampbell Barton
2013-06-05fix [#35453] "copy mirrored uv coords" doesn't workCampbell Barton
2013-06-05Added 'clear active group' to object data properties -> Vertex Groups -> pull...Gaia Clary
2013-06-05yet another check for missing vertex groups needed (for 'Select/Deselect')Campbell Barton
2013-06-05fix [#35629] Incorrect Rendered Viewport Horizontal SplittingCampbell Barton
2013-06-05fix [#35613] Dopesheet, Graph Editor Trouble Selecting ChannelsCampbell Barton
2013-06-04fix own error with removing vertex weights not checking for non-existing weig...Campbell Barton
2013-06-04fix for own error in recent bridge changes, make sure normals are calculated ...Campbell Barton
2013-06-04Cycles:Thomas Dinges
2013-06-04Fix #35602: VBO + dynamic topology sculpt did not show specularity.Brecht Van Lommel
2013-06-04Fix #35622: applying modifiers did not give correct smooth shading normalsBrecht Van Lommel
2013-06-04Fix #35623: separate mesh operator did not redraw the outliner.Brecht Van Lommel
2013-06-04Fix #35617: cycles GLSL object texture coordinates were wrong.Brecht Van Lommel
2013-06-04Fix #35614: cycles objects on mask layer in render layers were writing passesBrecht Van Lommel
2013-06-04Fix #35624: rendering to a new window, then switching scene in the main window,Brecht Van Lommel
2013-06-04Fix build error on non-x86 architectures as pointed out by Jochen Schmitt.Brecht Van Lommel
2013-06-04use vla's if supported as replacement to BLI_array in subsurf code.Campbell Barton
2013-06-04reduce signed/unsigned conversion in subsurf.Campbell Barton
2013-06-04correct error getting the selection from recent change.Campbell Barton