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-19Merged changes in the trunk up to revision 36757.Tamito Kajiyama
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
2011-05-15remove some unused view3d members & added RV3D_VIEW_USER define.Campbell Barton
2011-05-15fix for bug with camera locking, view dolly and rotate with 'about selection'...Campbell Barton
2011-05-15fix for user reported issuesCampbell Barton
2011-05-14option to have the view controls apply to the camera view (and camera object).Campbell Barton
2011-05-14action editor was setting wrong rna type on Ctrl+RMBCampbell Barton
2011-05-14Fix #27390: Shift for activating Smooth Brush broken in sculptSergey Sharybin
2011-05-14fix for view dolly not working with auto-depth & zoom to mouse location when ...Campbell Barton
2011-05-14minor changes to view3d operators, add View3D to 'ViewOpsData'Campbell Barton
2011-05-14object_mat3_to_rot wasn't correctly accounting for the euler delta rotations,...Campbell Barton
2011-05-14view3d api edits, no functional changes.Campbell Barton
2011-05-13using the viewmatrix to position the camera could be problematic if the view ...Campbell Barton
2011-05-13rename setcameratoview3d to view3d_to_ob & add to ED_view3d.h so others can use.Campbell Barton
2011-05-13made BLI_edgefill returns the list length since some callers count directly a...Campbell Barton