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-11-04Merged changes in the trunk up to revision 51863.Tamito Kajiyama
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-28Another leftover debug print, sorry!Ton Roosendaal
2012-10-27Bugfix #32823 (probably) or from Thomas Dinges in irc:Ton Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26fix own error when refactoring projection code, [#32971] Edge Select unusable...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-25Fix compilation in paranoid gcc warnings=errors mode...Bastien Montagne
2012-10-25Camera: bring Title Safe display up to date, making it a Safe Areas option thatBrecht Van Lommel
2012-10-25Usability improvement!Ton Roosendaal
2012-10-25hide text overlays when 'Only Render' option is enabled.Campbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-22style cleanupCampbell Barton
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-17code cleanup:Campbell Barton
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-14style cleanupCampbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-13Make zoom direction consistent all over the editorsSergey Sharybin
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-11style cleanupCampbell Barton
2012-10-11style cleanup:Campbell Barton
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-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-10fix for crash when entering fly mode in a camera view that has no camera (rar...Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton