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-12-27Outliner fix:Ton Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22New Outliner "Blender File" option: the first entry couldn't be closed/re-ope...Ton Roosendaal
2012-12-22Reshuffled data view for Outliner.Ton Roosendaal
2012-12-22Bug - old code, not working for new outliner view: Click on World needed a co...Ton Roosendaal
2012-12-22replace RNA_ID_type_name() with BKE_idcode_to_name_plural()Campbell Barton
2012-12-22From the long todo:Ton Roosendaal
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-20Small fix in drawing 'selection circle' in outliner. It wasn't circular.Ton Roosendaal
2012-12-19Outliner "restrict" buttons (visibility, renderable, etc) were drawing in wro...Ton Roosendaal
2012-12-17UI fixes:Ton Roosendaal
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28Fix #33326: outliner numpad minus collapse followed by numpad plus expand did...Brecht Van Lommel
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-25Fix #33296: uv editing did unnecessary outliner redraw, giving slowdown.Brecht Van Lommel
2012-11-20Custom icon for triangulate modifier. Antony Riakiotakis
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-09style cleanup: indentationCampbell Barton
2012-11-01fix for possible buffer overflow in gpu_nodes_get_vertex_attributes() and hai...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24Bugfix #31527Ton Roosendaal
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-18Fix #32913: missing cycles viewport update when toggling visibility in outlinerBrecht Van Lommel
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-14style cleanupCampbell Barton
2012-10-08Code cleanup - Convert if blocks to switchJoshua Leung
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-09-27fix [#32616] Changing parent does not keep transformationCampbell Barton
2012-09-25fix for error disabling group visibility (which was flushed down to obects),Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15code cleanup: remove paranoid NULL checks (these cases would crash earlier of...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-08-24Gave the spacetype time region header malloc a more descriptive text, consist...Nicholas Rishel
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton