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
2012-10-10Merge from trunk r51234-r51251soc-2012-fried_chickenDaniel Genrich
2012-10-10* Revert "zer000"'s Cycles test node commits. (r47479 and 47556)Miika Hamalainen
2012-10-09Merging revisions 51077-51234 from trunkDaniel Genrich
2012-10-05Merge with trunk r51077Miika Hamalainen
2012-10-05more improvements to logic for selection/projection: replace ED_view3d_projec...Campbell Barton
2012-10-05Fixed compilation error on widowsSergey Sharybin
2012-10-05Booleans: epsilon for planar checks seems a bit too small for single precisio...Sergey Sharybin
2012-10-05Fix #32707: texture preview not loadedSergey Sharybin
2012-10-05Some effect-less code cleanup...Bastien Montagne
2012-10-05Bugfix [#32760] Crash on entering pose mode if motion paths have no baked pointsJoshua Leung
2012-10-05fixes/minor improvements to circle select in armature and pose mode.Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-10-05replace ED_view3d_project_short_* with ED_view3d_project_int_*, when the resu...Campbell Barton
2012-10-05knife tool: avoid sqrt's for length comparison, and define KNIFE_FLT_EPS rath...Campbell Barton
2012-10-05fix for bug in loop select, picking the active vert/edge/face was using globa...Campbell Barton
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-10-05Improvements for knife tool execute function (code was a bit sloppy & could l...Campbell Barton
2012-10-05code cleanup: quiet warnings and use define for transform snap max distance.Campbell Barton
2012-10-05add ED_view3d_project_float_global, ED_view3d_project_float_object, ED_view3d...Campbell Barton
2012-10-05* Fix Scons build when OCIO is disabled.Thomas Dinges
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-05Mesh Deform Modifier: binding is now accelerated with a BVH tree, can make itBrecht Van Lommel
2012-10-05Quick fix for [#32764] Some new object types are added at the origin instead ...Bastien Montagne
2012-10-05Fix #32763: Image flickering appears if Movie Clip Editor and compositor openedSergey Sharybin
2012-10-05Fix #31806: cycles crash rendering a particular node setup with multiple mix/addBrecht Van Lommel
2012-10-05UI: buttons that open menus now align to the menu rather than looking disconn...Brecht Van Lommel
2012-10-05Code cleanup: fix some clang checker warnings.Brecht Van Lommel
2012-10-04Fix for commit r51049: no need to create two contexts when one if enough.Bastien Montagne
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-10-04Add translation context for volume (Audio), pitch (Rotation) and rename tip->...Sv. Lockal
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-10-04refactor ED_view3d_project_short & ED_view3d_project_short_noclip,Campbell Barton
2012-10-04Have CPack rpm builder install the colorspace folder tooDan Eicher
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-10-04Fix for rtl processing of menu strings...Bastien Montagne
2012-10-04Color Management: fallback to stub ocio implementation in cases whenSergey Sharybin
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-04code cleanup: comment verse outliner views, also correct warning in recent co...Campbell Barton
2012-10-04OSX/cmake: fix warning: go back to initial state, not the right way to get ri...Jens Verwiebe
2012-10-04OSX/cmake: fix warning: second tryJens Verwiebe
2012-10-04Bugfix [#32754] Clear Motion paths button not available on Motion paths panelJoshua Leung
2012-10-04Added convenience operator to clear animation (i.e. all keyframes = F-Curves)Joshua Leung
2012-10-04OSX/cmake: fix warning: -Wuninitialized is not supported without -O, in debug...Jens Verwiebe
2012-10-04fix for using hsv uninitialized in ui_draw_but_HSVCIRCLE()Campbell Barton
2012-10-04code cleanup: make the behavior of set_current_material_texture() clearer and...Campbell Barton
2012-10-04avoid a sqrtf call in ui_hsvcircle_vals_from_pos() for values outside the cir...Campbell Barton
2012-10-04use GCC's -Wpadded on DNA files, gives more useful warnings then makesdna.Campbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-10-04* Trunk is open again, BCon 1. Thomas Dinges