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-07add type checking for more error prone macros.Campbell Barton
2012-10-07patch [#32791] Spelling mistakes corrected.Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-06fix reading past array bounds for nearest_uv_between() and draw_tracking_trac...Campbell Barton
2012-10-06Bugfix [#32789] (Minor) Different types used between func declaration andJoshua Leung
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-06add mball_foreachScreenElem() and use for lasso & circle selection, also util...Campbell Barton
2012-10-06add circle select for metaballsCampbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-10-05use pose_foreachScreenBone for pose lasso and circle selectCampbell Barton
2012-10-05add armature_foreachScreenBone(), use for lasso and circle select.Campbell Barton
2012-10-05code cleanup: de-duplicate enum.Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05Code cleanupJoshua Leung
2012-10-05Follow Path Constraint - "Animate Path" OperatorJoshua Leung
2012-10-05Whitespace editsJoshua Leung
2012-10-05Warning indicators for animators when Auto Keying is enabled during transformJoshua Leung
2012-10-05Clean up in "add object" code:Bastien Montagne
2012-10-05Fix #32735: GLSL shadows not working together with X-ray drawing.Brecht Van Lommel
2012-10-05more improvements to logic for selection/projection: replace ED_view3d_projec...Campbell Barton
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-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-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 #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
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-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
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-04Added convenience operator to clear animation (i.e. all keyframes = F-Curves)Joshua Leung
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-02fix for crash in own recent masking commit with 'flood fill' operator.Campbell Barton
2012-10-02fix for mesh_foreachScreenEdge__mapFunc running the callback with V3D_CLIP_TE...Campbell Barton