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-27Merge w/ trunk: r52086-r52534 (As with last time, the game engine was not mer...soc-2012-swiss_cheeseJason Wilkins
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-23Fix knife sensitivity issue (#30637): better calculation of howHoward Trickey
2012-10-23Use better epsilon for line intersection, fixes bug whereHoward Trickey
2012-10-23rename api functions...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-05knife tool: avoid sqrt's for length comparison, and define KNIFE_FLT_EPS rath...Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-09-03style cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-20Added missing gpuImmediateFormat/gpuImmediateUnformat for knife tool and prop...Jason Wilkins
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-08-07Converted all glMatrix calls to gpuMatrixAlexander Kuznetsov
2012-08-07Fix knife stack overflow (bug #31907).Howard Trickey
2012-08-06Fix to knife: would sometimes miss cuts on non-planar faces.Howard Trickey
2012-07-29style cleanupCampbell Barton
2012-07-28Fixed some knife cut failures.Howard Trickey
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-18Merged w/ Trunk: r48664-r49014Jason Wilkins
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-06Merged w/ Trunk: r48429-r48663Jason Wilkins
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-26Merge w/ Trunk: r47143-r48302Jason Wilkins
2012-06-25Big Commit - Ported Blender/BGE to use GPU_compatibility for most drawing.Jason Wilkins
2012-06-22This backtracks an error introduced in r48155 when trying to fix: http://proj...Nicholas Rishel
2012-06-21Fixes [#31433] BMesh: Knife tool Angle Constraint functionNicholas Rishel
2012-06-07Quite some warnings...Bastien Montagne
2012-05-21code cleanup: spellingCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup:Campbell Barton
2012-05-06add back pose specials menu, also add back the ability to clear user transfor...Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-03Fix #31234: vertex normals not update after knife cut.Brecht Van Lommel
2012-04-28code cleanup: Campbell Barton
2012-04-26fix memory leak in validating mesh and remove unneeded knife operator setting...Campbell Barton
2012-04-26fix for memory leak in the knife toolCampbell Barton
2012-04-24Update knife tool header to reflect that spacebar can be used for confirm too.Antony Riakiotakis