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
path: root/source
AgeCommit message (Expand)Author
2011-11-22Camera tracking: code cleanupSergey Sharybin
2011-11-22Just another typo in recent commit.Sergey Sharybin
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-22Oops, forgot to remove this unused variableSergey Sharybin
2011-11-22silly bug in copying game properties between linked objects - reported on Ble...Dalai Felinto
2011-11-21Fixed threading issue when tracking several tracksSergey Sharybin
2011-11-21Combined BlenderPro Brazil workshop fix + Patch 29302Ton Roosendaal
2011-11-21Last part of camera tracking names cleanup: bundles -> 3d markersSergey Sharybin
2011-11-21Fix #29348: subsurf modifier causing mesh to draw slower than with modifierBrecht Van Lommel
2011-11-21Fix #29333: issue with modal keymap saving.Brecht Van Lommel
2011-11-21minor edits to error printing, also print the proprty identifier for rna prop...Campbell Barton
2011-11-21Fix #29347: enum tooltip crash that showed up with recent changes.Brecht Van Lommel
2011-11-21fix [#29337] Duplicate long shapekey names crash BlenderCampbell Barton
2011-11-21Yet another fix for crashes when drawing empty base mesh with constructive mo...Lukas Toenne
2011-11-20Fix for crasher when node group tree datablocks are missing.Lukas Toenne
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-11-20Tag unused variable in recent nodes commit.Sergey Sharybin
2011-11-20Fix #29295: Problem with Alpha Channel video in Sequencer and texturesSergey Sharybin
2011-11-20Fix compilation error with oceansim disabledSergey Sharybin
2011-11-20Muting node patch: first partBastien Montagne
2011-11-20== Sequencer / FFMPEG ==Peter Schlaile
2011-11-20More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-20UI: fix issue with part of panels going offscreen after recent commit.Brecht Van Lommel
2011-11-20Option to rename the vertex color data layer used by Ocean modifier for foam....Lukas Toenne
2011-11-20RNA: fix compile issue with zero size arrays with old gcc.Brecht Van Lommel
2011-11-20Fix #29322: 'Active Clip' not saving after appending.Sergey Sharybin
2011-11-20Dynamic Paint:Miika Hamalainen
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell Barton
2011-11-20Replace "&" with "and" since on windows it separates the string and causes er...Antony Riakiotakis
2011-11-20UI/RNA:Thomas Dinges
2011-11-20UI: modify region expand widget from floating (+) icon into a dark tab withBrecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-11-20Fixing compile breakage (was missing an #include "BKE_camera.h" in UVProject ...Bastien Montagne
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell Barton
2011-11-19More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-19- rename MovieTrackingMarker.enabled --> mute, to match constraints/nla/fcurv...Campbell Barton
2011-11-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-19make it clearer which arguments in transform snap are return values (no funct...Campbell Barton
2011-11-19Camera: some more code deduplication.Brecht Van Lommel
2011-11-19UI: fix issue with previous commit, could show wrong tooltip.Brecht Van Lommel
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-19Fix [#29018] Problem with multi-column dorpdown lists, when scrolling is enab...Bastien Montagne
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-19UI: small tweak to tooltips for enum menus, it wasn't very clear whichBrecht Van Lommel
2011-11-19Fix #29321: Video does not display, gets frozen or flickersSergey Sharybin
2011-11-18Updated stubs so blenderplayer is compiling again.Sergey Sharybin
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel