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-05-19Fix some compile warnings.Brecht Van Lommel
2011-05-19UI tweak: properties editor header now has same size as other headers again.Brecht Van Lommel
2011-05-19Fix for preview render, lamp and world now also get localized like material a...Brecht Van Lommel
2011-05-19Code refactor: split code for render updates and opening render view intoBrecht Van Lommel
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-05-19Add localize_lamp and localize_world functions as already existed for materialsBrecht Van Lommel
2011-05-19UI: fix direction properties not showing the right direction editing widget,Brecht Van Lommel
2011-05-19screenshot operator can now be executed directly.Campbell Barton
2011-05-19UI: fix menus getting closed too quick when moving mouse not exactly towardsBrecht Van Lommel
2011-05-19change window_to_3d to take screen coords as floats.Campbell Barton
2011-05-19converting grease pencil now works in the camera view.Campbell Barton
2011-05-19fix [#27437] Appending armatures with custom bone shapes brings no custom obj...Campbell Barton
2011-05-19add python access to mathutils.intersect_line_plane, update view3d_utils modu...Campbell Barton
2011-05-19added math function isect_line_plane_v3(), use for window_to_3d rather then h...Campbell Barton
2011-05-18fix [#27158] Appending crash with preview.Andrea Weikert
2011-05-18use window_to_3d for armature_click_extrude operator.Campbell Barton
2011-05-18window_to_3d() wasn't working at all (only used by grease pencil/path convers...Campbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-18python mathutils.Matrix.is_orthogonal readonly attribute.Campbell Barton
2011-05-18UI: fix access of freed memory in buttons handling code.Brecht Van Lommel
2011-05-18RNA: some compile fixes for C/C++ api.Brecht Van Lommel
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-05-18fix remaining crash from [#27035] 3 problems: crash and enum "REGION" not fou...Campbell Barton
2011-05-18fix a crash when getting the value of an enum.Campbell Barton
2011-05-18fix for one of the issues in [#27035] 3 problems: crash and enum "REGION" not...Campbell Barton
2011-05-18use ED_operator_screenactive rather then ED_operator_screenactive so transfor...Campbell Barton
2011-05-182 minor glitchesCampbell Barton
2011-05-18additional bake modesM.G. Kishalmi
2011-05-18- check paths are not empty strings before making blend file paths absolute o...Campbell Barton
2011-05-18cleanup onlyCampbell Barton
2011-05-18fix [#27405] Append objects with linked materials they dissapears after saveCampbell Barton
2011-05-17This fixes:Peter Schlaile
2011-05-17fix for warningCampbell Barton
2011-05-17RNA glitch: particle path step values had soft & hard limits the wrong way ar...Janne Karhu
2011-05-16code cleanup: icon creationAndrea Weikert
2011-05-16set clip_start value minimum to 0.001, since 0.0 makes the viewport go very s...Campbell Barton
2011-05-16== Sequencer ==Peter Schlaile
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-16Remove artificial limit, now HDR textures can be used to displace.Nathan Letwory
2011-05-16rename wave texture_coordinate_object -> texture_coords_object to match Displ...Campbell Barton
2011-05-16enable game panel even if the BGE is disabled since its settings effect the v...Campbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-15Fix for [#27142] manipulator in particle mode does not workJanne Karhu
2011-05-15Fix for [#27131] particle system BUG - one particle generated twice at vertex...Janne Karhu
2011-05-15homekey in camera view now fits the view scale as well as centering the camera.Campbell Barton
2011-05-15Do not remove MDISPS customdata layer when removing multires modifierSergey Sharybin
2011-05-15remove redundant (and confusing) register flag.Campbell Barton
2011-05-15camera composition guides:Campbell Barton