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-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
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-21Cycles:Brecht Van Lommel
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-21also list addons_extern as testing.Campbell Barton
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-20Remove sensor height from Sony A55 preset.Sergey Sharybin
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-20* UI fix for recent Ocean Foam change, makes it a bit more compact. Thomas Dinges
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-20Tweaks in convert tracking constraint to f-curves operator.Sergey Sharybin
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-20Bugfix for [#29327] background images: 'Not Set' displayed although image is ...Thomas Dinges
2011-11-20Bugfix for [#29279] Cycles Displacement Panel appears when blender render eng...Thomas Dinges
2011-11-20Cycles: another build system tweak that might solve build problem, not sureBrecht Van Lommel
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-20Camera tracking fixes:Sergey Sharybin
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