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-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-05todo list item:Ton Roosendaal
2011-01-18Bugfix [#25684b] Surface and Stroke options are not working with UseJoshua Leung
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-01bugfix [#23423] Multi-window : closing game windows cause blender crashCampbell Barton
2010-11-19bugfix [#24812] Cannot change top/left/front views in quad view after camera ...Campbell Barton
2010-11-16bugfix [#24746] Align Camera to View locks 3D Editor in Camera Perspective ViewCampbell Barton
2010-11-08fix for glitches with quad-split view.Campbell Barton
2010-11-07Bugfix #24585Ton Roosendaal
2010-11-05centralize function for calculating pixel size. (no functional changes)Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-31Lock to CursorNathan Letwory
2010-10-27fix for shift offset in own recent commit for drawing the camera border in ca...Campbell Barton
2010-10-27Don't reset view clipping to 0.1 on entering local view, if you're working on Matt Ebb
2010-10-27keep the view centered with camera shift, camera view grease pencil intention...Campbell Barton
2010-10-25Add missing includes to remedy implicit declaration of functions.Nathan Letwory
2010-10-25move fly mode operator into its own file.Campbell Barton
2010-10-21bugfix [#24347] Fly mode: Immediately after pressing Shift+F, keys W and S wo...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-13bugfix [#24210] Tiled textures can cause corruption of entire UICampbell Barton
2010-10-05bugfix [#24122] Shift-C doesn't work in "Camera View"Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-02make fly mode border draw into a area drawing callback rather then using a fl...Campbell Barton
2010-09-27bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-09-19fix for object centers size flickering when the view is far from the center (...Campbell Barton
2010-09-02Fix [#23613] Align active camera to view vs toggle camera acts oddNathan Letwory
2010-08-25bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with ...Campbell Barton
2010-08-12Fix #23219: smooth view rotating in top view could generate NaN-values,Brecht Van Lommel
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-06bugfix/functionality fix [#21752] 3D cursor vanished and does not come backCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-27bugfix [#21754] Smooth view + repeeted view orbit results in slow orbiting.Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-07-24bugfix [#22769] Undo Looses Active Camera Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-06-12[#22307] Camera Fly Mode Rolls Camera on local Z-axisCampbell Barton
2010-06-07'fix' [#22527] Lens angle under View in 'N' panel does not change the camera ...Matt Ebb
2010-06-04Fix [#22383] 3dView Layer Management (by Mouse) brokenMatt Ebb
2010-06-01== View Navigation ==Campbell Barton
2010-05-18fix for opengl render when called from pythonCampbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-22chaning the camera from the scene buttons didnt update the views. moved some ...Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton