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-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10- Ctrl+NumpadDel is now view-selected (all regions), ... was view cursor.Campbell Barton
2012-10-10fix error changing the view with a lock-camera-to-view on and smooth-view dis...Campbell Barton
2012-10-10add `All Regions` option to view_all (homekey), de-duplicate functions with v...Campbell Barton
2012-10-10option for view3d-selected to use all regions (nice for viewing selected in q...Campbell Barton
2012-10-10minor refactor, move view selected rv3d specific logic into its own static fu...Campbell Barton
2012-10-10fix for crash when entering fly mode in a camera view that has no camera (rar...Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10code cleanup: split `foreach` object data iterator functions out of drawobjec...Campbell Barton
2012-10-10object center selection now uses floats, also fix own error in circle selecti...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-09Another refactor for 3D view's edit Transform panel. Main changes:Bastien Montagne
2012-10-08Fix #32800: Cycles viewport incredible slow with high number of tilesSergey Sharybin
2012-10-08Bugfix: No enum tooltips displayed for many 3D view navigation tools (+ CodeJoshua Leung
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().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-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: use functions to initialize selection user data structs, use ra...Campbell Barton
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-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-05fix for bug in loop select, picking the active vert/edge/face was using globa...Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell 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-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-04style cleanup: comment blocksCampbell Barton
2012-10-02fix for mesh_foreachScreenEdge__mapFunc running the callback with V3D_CLIP_TE...Campbell Barton
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-09-30style cleanupCampbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-27don't draw the object center circle when in sculpt mode (all other paint mode...Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-25Fixed crash when selecting curve with a mouseSergey Sharybin
2012-09-22Fix [#32629] Checking "Invert Zoom Direction" doesn't change zoom in camera v...Bastien Montagne
2012-09-20code cleanup: some redundant assignments in view3d_draw_bgpic()Campbell 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-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-19fix buffer overrun when 5+ sided faces were used for text drawing.Campbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton