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
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Grease Pencil stroke smoothing cleanup - making this less susceptibleJoshua Leung
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-02fix [#25684] Grease pencil strokes with "Surface" option attach erratically t...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-18bgl.Buffer()Campbell Barton
2011-01-18Bugfix [#25684b] Surface and Stroke options are not working with UseJoshua Leung
2011-01-14Bugfix [#25620] Grease Pencil: crash when using Ctrl+Z while drawingJoshua Leung
2011-01-13Bugfix [#25597] Grease Pencil crash when undoing during a SketchingJoshua Leung
2011-01-13fix for NULL missing pointer check, reported on IRC by admix.Campbell Barton
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2011-01-04Fixing Grease Pencil typo noted while scanning through Mike Erwin'sJoshua Leung
2011-01-04No functional changes. Just formatting cleanups for now...Joshua Leung
2011-01-04Grease Pencil: Redo for sketching sessions now worksJoshua Leung
2011-01-04Grease Pencil Todos: "Sketching Sessions"Joshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06[#25030] Grease Pencil active_frame_delete() deletes wrong layerCampbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-27keep the view centered with camera shift, camera view grease pencil intention...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-09-302d grease pencil thickness was double with width it should have been.Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-25bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with ...Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includesCampbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-06-23Fix #22553: dragging number buttons would run update functions more often thanBrecht Van Lommel
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton