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-01-05Code refactoring: split render result related functions into separate file.Brecht Van Lommel
2012-01-05* Fixing a typo in clip operators.Thomas Dinges
2012-01-052.6 UI Files:Thomas Dinges
2012-01-05no need to recalculate normals after setting smooth flags, for a short time t...Campbell Barton
2012-01-05print message for unknown args to make it clear that these are not recognized.Campbell Barton
2012-01-05add _default versions of sequence sound functions since most of their uses pa...Campbell Barton
2012-01-05disable recent attempt to static link mingw DLL's causes errors for some users.Campbell Barton
2012-01-05replace double prints in readfile.c with a BKE_reportf wrapperCampbell Barton
2012-01-05logic editor ui adjustment, all gameprop types are replaced by the ob.data.bo...Dalai Felinto
2012-01-05link mingw libstdc++ and libgcc libs statically so users dont need mingw inst...Campbell Barton
2012-01-05more edits to r43145,Campbell Barton
2012-01-05edit on recent font UI changes.Campbell Barton
2012-01-05add bpy collection method .find(key), so you can get the index of an item in ...Campbell Barton
2012-01-05BGE Font Object: fix for relative path not working AND packed fonts not workingDalai Felinto
2012-01-05correct api doc examples and a typoCampbell Barton
2012-01-05This patch creates an interface for ["Text"] properties in Font objects.Dalai Felinto
2012-01-04Cycles: device code refactoring, no functional changes.Brecht Van Lommel
2012-01-04Camera tracking: added depth object to Follow Track constraintSergey Sharybin
2012-01-04Fix #29764: Crash when border rendering in sequencer. (Not Cycles related)Sergey Sharybin
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2012-01-04Camera tracking: fixed snap cursor to selection operator when witness camera ...Sergey Sharybin
2012-01-04Fix #29671: Issues with .mts video filesSergey Sharybin
2012-01-04Camera tracking: fixes in Link Empty to Track and Bundles to Mesh operatorsSergey Sharybin
2012-01-04Object tracking: now Object Solver constraint can be converted to F-CurvesSergey Sharybin
2012-01-04de-duplicate wave modifier texture function.Campbell Barton
2012-01-04replace wave spesific enum with generic oncesCampbell Barton
2012-01-04edits to UV project modifier which make it easier to sync with bmesh.Campbell Barton
2012-01-04bugfix - get_texture_coords() used by wave/warp/weight modifiers could initia...Campbell Barton
2012-01-04Correct use of your vs you're in py api docsCampbell Barton
2012-01-04derivative maps must take into account that texture scales can be negativeMorten Mikkelsen
2012-01-04calculate factor before using MAX2 macroMorten Mikkelsen
2012-01-04derivative maps were not working correctly with UV scale (the texture setting...Morten Mikkelsen
2012-01-03Fix:Diego Borghetti
2012-01-03Fix for follow track constraint using incorrect icon nameSergey Sharybin
2012-01-03fixes to mathutils from Andew HaleCampbell Barton
2012-01-03Code cleanup - removing some ugly/obsolete stuff I came across while hackingJoshua Leung
2012-01-03Remesh Modifier:Thomas Dinges
2012-01-03error in recent commit - disallow selecting hidden verts.Campbell Barton
2012-01-03fix [#29761] Texture painting with interpolation ignores use alphaCampbell Barton
2012-01-03Bugfix [#29629] UV animation stops working forever if Edit mode enteredJoshua Leung
2012-01-02Fix #29695: cycles particle emitter not being properly hidden.Brecht Van Lommel
2012-01-02Fix #29740: missing cycles viewport update with animated node socket values.Brecht Van Lommel
2012-01-02Remove some silly variable copies that stuck around from a previous refactor.Nicholas Bishop
2012-01-02replace:Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2012-01-02Fix #29746: cycles crash with border render.Brecht Van Lommel
2012-01-02py scripts - replace bad uses of len(),Campbell Barton
2012-01-02Fix #29755: cycles crash with array modifier that can produce material indicesBrecht Van Lommel
2012-01-02nicer string delimiter handling for Ctrl+Left/Right arrows, py console could ...Campbell Barton
2012-01-02Fix #29738: missing includes in RNA, patch by Dan Eicher.Brecht Van Lommel