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
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-08-01fix [#28061] Texture (paint) bleeding on edgesCampbell Barton
2011-08-01replace dutch variable name 'aantal' with 'tot'Campbell Barton
2011-07-31when converting curves from poly -> nurbs, dont enable Bezier-U flag.Campbell Barton
2011-07-31fix for immobile camera (NDOF_SHOULD_ROTATE etc.) -- should revisit laterMike Erwin
2011-07-31SVN maintenance.Guillermo S. Romero
2011-07-31improved ndof fly: precision mode, camera position, camera animationMike Erwin
2011-07-30Bugfix #28121Ton Roosendaal
2011-07-30bpy fix for crash/assert on running dir() on a non collection property + some...Campbell Barton
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-30improved visual rotation guideMike Erwin
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-29When relinking node group outputs from sockets of different type, automatical...Lukas Toenne
2011-07-28fix [#28096] Custom gradient for weightpainting in mask mode not working prop...Campbell Barton
2011-07-28sequencer add strips now check for overlap by default (option can be disabled...Campbell Barton
2011-07-28only initialize snap from the scene settings for view3d and image spaces sinc...Campbell Barton
2011-07-27fix [#28098] Continuous Grab does not work for movement of the "Backdrop" in ...Campbell Barton
2011-07-27minor warning fixes for clang-static-checkerCampbell Barton
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-27fix [#28066] Unchecking 'self project' messes up 'Snap to Vertex'Campbell Barton
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-07-27shift-motion to pan with 3D mouseMike Erwin
2011-07-27* Fixed a typo in the code (uiLayoutItemSplt -> uiLayoutItemSplit)Thomas Dinges
2011-07-26- bugfix for icon listview where the icons would only wrap onceCampbell Barton
2011-07-26onscreen ndof rotation guide (center + axis)Mike Erwin
2011-07-26correct misc warningsCampbell Barton
2011-07-26fix for NULL pointer crash with operator repeat, looks like error print got m...Campbell Barton
2011-07-26include menu ID's in tooltips when python tips are enabled, there was no way ...Campbell Barton
2011-07-26experimental onscreen rotation guideMike Erwin
2011-07-25Fix #28079: UV propertional editing was incorrectly influenced by theBrecht Van Lommel
2011-07-25invert axes option affects trackball navigationMike Erwin
2011-07-25added option to invert axes for orbiting (part 1 of 2)Mike Erwin
2011-07-25set default values for all other ndof flagsMike Erwin
2011-07-25spoof MOUSEMOVE after NDOF_MOTION event, added commentsMike Erwin
2011-07-25removed old ndof transform stuff, added experimental ndof nav during transfor...Mike Erwin
2011-07-24* Minor code cleanup / comment changing. No functional changes. Thomas Dinges
2011-07-24Default for ndof_sensitivity to 1.0 in case 0.0 is found on start.Nathan Letwory
2011-07-24Add mapping for front/right/top aligned to selected object.Nathan Letwory
2011-07-24sculpt/paint while using 3D mouseMike Erwin
2011-07-242.5:Thomas Dinges
2011-07-23bugfix: [#28026] Copy Game Property brokenDalai Felinto
2011-07-22Two fixes in drop-node-on-noodle:Ton Roosendaal
2011-07-22Small fix in drop-node-on-noodle: intersect code only did 3 edges ofTon Roosendaal
2011-07-22Need some fun once a while:Ton Roosendaal
2011-07-22patch [#28045] Straighten tool from Simple TodosCampbell Barton
2011-07-22fix [#28053] New material tooltipCampbell Barton
2011-07-22fix [#28052] PET: Shift-O cycling skips "random falloff"Campbell Barton
2011-07-22tweaked ephemeral ndof data typesMike Erwin
2011-07-22Adding Shear transform to UV menu and Ctrl Alt Shift S hotkey (same as in 3D ...Daniel Salazar
2011-07-21Corrected View Selected operator for image editor so now it worksSergey Sharybin