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-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
2012-01-02Fixes two crashers for games, with GHOST under SDL:Alex Fraser
2012-01-02Mode switching for GHOST under X11: adds the ability to change screen resolut...Alex Fraser
2012-01-02Added OpenMP multithreading for SPH particle systems.Alex Fraser
2012-01-02SPH particle simulation fixes:Alex Fraser
2012-01-02slice and iterator access for matrix.col/row so you can do...Campbell Barton
2012-01-02remove Id's that crept inCampbell Barton
2012-01-02left out one tiny word...Tom Musgrove
2012-01-02part of line missing in Jens commit, this fixes compile on non Apple platform...Tom Musgrove
2012-01-01OSX: fix compile by conditional unsupported flagsJens Verwiebe
2012-01-01Fix [#29556] shrinkwrap generates spikes if vertices fall exactly on the edgeBastien Montagne
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2012-01-01use `props` all over for operator properties varsCampbell Barton
2012-01-01__func__ define for msvc since its not c99 compatCampbell Barton
2012-01-01rna_xml module - write colors as hexadecimal values, also swap import/export ...Campbell Barton
2012-01-01rna api - set hard min/max for colors which are float properties but internal...Campbell Barton
2012-01-01use __func__ for makesrna.c error prints rather then the function name (no fu...Campbell Barton