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-11-08code cleanup: unused defines & some formatting.Campbell Barton
2012-11-08code cleanup: avoid doing multiplications within macro FTOCHAR() per pixel wh...Campbell Barton
2012-11-08CMake: Since Audaspace now requires Boost, auto enable Boost if WITH_AUDASPAC...Mitchell Stokes
2012-11-08minor cleanup to to selecting the shortest path, change some variable names a...Campbell Barton
2012-11-08add mesh editmode Ctrl+RMB to select the shortest path between faces, works t...Campbell Barton
2012-11-08further cleanup for selecting the shortest path, remove the need for EDBM_ind...Campbell Barton
2012-11-08code improvements for selecting the shortest path for mesh editmode,Campbell Barton
2012-11-08code cleanup:Campbell Barton
2012-11-08code cleanup: quiet double promotion warningsCampbell Barton
2012-11-08fix [#26472] Decimate overlaps polygonsCampbell Barton
2012-11-08decimate - degenerate edges are now added back into the heap (with an dummy c...Campbell Barton
2012-11-08itask: reworked conditionals for osx version compatibilityJens Verwiebe
2012-11-08Fix #33107: cycles fixed threads 1 was still having two cores do work,Brecht Van Lommel
2012-11-07Bugfix [#32939] Fluid sim reversed on X and Y with animated Control objectDaniel Genrich
2012-11-07Use CMAKE_LIBRARY_ARCHITECTURE instead of hardcoded stuff like x86_64-linux-g...Bastien Montagne
2012-11-07Fix #33114: crash with render frame update script and GLSL.Brecht Van Lommel
2012-11-07Bugfix #32806Ton Roosendaal
2012-11-07UI message fixes...Bastien Montagne
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07Attempt to fix problems with local built py caused by own r51976.Bastien Montagne
2012-11-07New words...Bastien Montagne
2012-11-07Fix ITASK warningsJens Verwiebe
2012-11-07Update to make it work with new debian-like py3.3 packages. A bit hackish (th...Bastien Montagne
2012-11-07Motion Tracker: disable stabilization operators when active object is not a c...Sergey Sharybin
2012-11-07fix for own error in recent orig-index refactor (reported as [#33112])Campbell Barton
2012-11-07Affine tracker do_versions were missed for objects tracsSergey Sharybin
2012-11-07prevent floating point exceptions from being raised in soft_range_round_up/so...Campbell Barton
2012-11-07fix [#33094] Even edge slide on multiple loops destroys geometryCampbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-07Fix a typo and more descriptve commetJens Verwiebe
2012-11-07OSX: some more version target cleanups and correctionsJens Verwiebe
2012-11-07Invalidate sequencer cache when movie clip's input color space is changingSergey Sharybin
2012-11-07fix [#33106] Decimate modifier/collapse give bad resultCampbell Barton
2012-11-07decimator - interpolate vertex normals rather then re-calculating them. faste...Campbell Barton
2012-11-07decimator - no need to check abs() on normal length.Campbell Barton
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-07code cleanup:Campbell Barton
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-11-07for utility checkers, use QUIET env var, not to print progress. Campbell Barton
2012-11-07support for string parameters in OSL nodesDalai Felinto
2012-11-07Fix cycles crash with normal map node, issue with tangent sign attribute.Brecht Van Lommel
2012-11-07Cycles: tangent and normal map now show UV map link menu instead of text field.Brecht Van Lommel
2012-11-07== file browser ==Andrea Weikert
2012-11-07Fix for previous commit, didn't compile on windows.Brecht Van Lommel
2012-11-06Cycles OSL: support for the trace(point pos, vector dir, ...) function, to traceBrecht Van Lommel
2012-11-06Cycles OSL: phong_ramp(N, exponent, colors[8]) closure added, which works likeBrecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-06Cycles: disable OpenCL in builds for now, since it's not working and is onlyBrecht Van Lommel
2012-11-06Fixes related to #33087:Brecht Van Lommel
2012-11-06quick hack to allow 10.8 to build again, will wait Jens for real fixDalai Felinto