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-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-05minor glitch with border drawing, use glRecti rather then glRectf, so roundin...Campbell Barton
2013-08-05use api function for rect intersectionCampbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-03fix error in pose bone selection - head/tail mixupCampbell Barton
2013-08-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-29rename term 'grid node' --> 'grid division' wtr snapping tips.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-27remove unused code & some redundant NULL checks.Campbell Barton
2013-07-27cleanup ED_view3d_from_m4() ambiguity with NULL checks, now assert if dist is...Campbell Barton
2013-07-27fix for reading outside allocated memory when switching to the 3D view.Campbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-25fix [#36278] X,Y Direction wrong after bpy.ops.view3d.viewnumpadCampbell Barton
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and n...Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-23hidden-wire draw option: always use the cage when masking out faces otherwise...Campbell Barton
2013-07-21using shift +/- to dolly with a locked camera now works.Campbell Barton
2013-07-21fix for unintended fall-through in switch statement, also reduce undo_pos in...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20add new snap option: 'Selection to Cursor (Offset)',Campbell Barton
2013-07-20fix for bug snapping multiple pose bones to the cursor (it would apply pose t...Campbell Barton
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19add keybinding for dolly: shift +/-Campbell Barton
2013-07-19patch [#36000] View lock offset (allow panning when the view is locked)Campbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16revert part of own commit r58304, gives different behavior when de-selecting ...Campbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-09Fix #36063: cycles 3D viewport was incorrectly influenced by blender internalBrecht Van Lommel
2013-07-05fix for [#35911] wasn't complete, while weigths would show in editmode, weigh...Campbell Barton
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-07-02remove unused definesCampbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-07-01tweak to commit r57891, dont draw hidden faces/edges in editmode.Campbell Barton
2013-07-01fix [#35911] Show weights not working with a weight edit modifier in edit modeCampbell Barton
2013-07-01minor change for high res displays, scale fcurve handles and view3d axis size.Campbell Barton
2013-06-28view-selected didnt work for metaballs in object mode (radius from previous c...Campbell Barton