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
2012-10-11style cleanup:Campbell Barton
2012-10-10Cycles: per-BSDF normal input and new Bump node.Brecht Van Lommel
2012-10-10quiet compiler warnings from recent merge.Campbell Barton
2012-10-10workaround for feedback loop when viewing-selected/all with a locked camera.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-10-10- Ctrl+NumpadDel is now view-selected (all regions), ... was view cursor.Campbell Barton
2012-10-10fix error changing the view with a lock-camera-to-view on and smooth-view dis...Campbell Barton
2012-10-10add `All Regions` option to view_all (homekey), de-duplicate functions with v...Campbell Barton
2012-10-10option for view3d-selected to use all regions (nice for viewing selected in q...Campbell Barton
2012-10-10minor refactor, move view selected rv3d specific logic into its own static fu...Campbell Barton
2012-10-10Its silly to use "verify index" because it will add non existing and remove t...Ove Murberg Henriksen
2012-10-10fix error setting quadview when there is no camera in the scene, the view wou...Campbell Barton
2012-10-10fix for crash when entering fly mode in a camera view that has no camera (rar...Campbell Barton
2012-10-10Graph Editor: Added a filtering option for Drivers mode to only show F-CurvesJoshua Leung
2012-10-10Changing clear weight code from "assigning 0" to "removing".Ove Murberg Henriksen
2012-10-10Color Management: fixed color management-less texture renderingSergey Sharybin
2012-10-10use __restrict for string functions args so the compiler can assume they dont...Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10code cleanup: split `foreach` object data iterator functions out of drawobjec...Campbell Barton
2012-10-10object center selection now uses floats, also fix own error in circle selecti...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-10transfer weight's now operates on selected vertices (when vertex select is en...Campbell Barton
2012-10-09code cleanup:Antony Riakiotakis
2012-10-09Generalization of node dependency sorting, avoid using the sock->link pointer...Lukas Toenne
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-09Bugfix [#32677] Cloth Pinning Does Not Obey Weight MapDaniel Genrich
2012-10-09style cleanup: also made functions staticCampbell Barton
2012-10-09Adding weightpaint transfer tool.Ove Murberg Henriksen
2012-10-09Revert part of 51209 -- MOUSEZOOM inversion should be done in lots of otherSergey Sharybin
2012-10-09Fix #32824: Color management configuration check was missed on file link/appendSergey Sharybin
2012-10-09Fix based on code review Issue 6347064meshdata_transferOve Murberg Henriksen
2012-10-09patch [#31919] limit the number of bone deform weights per vertex. Many game ...Campbell Barton
2012-10-09svn merge ^/trunk/blender -r48592:HEADOve Murberg Henriksen
2012-10-09Autokey warning - trying with a slight "calmer" colorJoshua Leung
2012-10-09Autokey warning - Only show for the active regionJoshua Leung
2012-10-09Motion Tracking: move keyframe settings to per-tracking object settingsSergey Sharybin
2012-10-09Style cleanup - replace #define lists with enumsJoshua Leung
2012-10-09OSX zoom pinch was using inverted directionSergey Sharybin
2012-10-09Another refactor for 3D view's edit Transform panel. Main changes:Bastien Montagne
2012-10-09RNA minor fixes:Bastien Montagne
2012-10-09patch [#31709] Text editor: scroll margin column along with textCampbell Barton
2012-10-09rename BGE KX_GameObject attrsCampbell Barton
2012-10-09patch [#31875] Patch to get scene access through a game objectCampbell Barton
2012-10-09fix for r51198, text wasn't flashing (gcc4.7, 64bit linux)Campbell Barton
2012-10-09code cleanup: quiet -WreorderCampbell Barton
2012-10-09Made the autokeying warning optional by adding a user pref for thisJoshua Leung
2012-10-09And more UI messages fixes...Bastien Montagne
2012-10-09Minor UI messages typo fixes.Bastien Montagne
2012-10-09Some minor fixes about curves' tilt...Bastien Montagne