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
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-08-27Mask primitivesSergey Sharybin
2013-08-21Image Editor: implement FKey to call 'View All' with 'fit_view'Dalai Felinto
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-21correct switch statement: image_listener NC_GEOM was falling through to NC_OB...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-15Fix #36145: Error in inverting channels in the UV/Image EditorSergey Sharybin
2013-07-14fix [#36135] File name of previously saved render result no longer rememberedCampbell Barton
2013-07-06fix [#36022] inconsistent naming for new imagesCampbell Barton
2013-06-28Fix #35900: image editor save multilayer EXR was not using the compressionBrecht Van Lommel
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-18use booleans for operator check functions.Campbell Barton
2013-06-15Bug fix #35749Ton Roosendaal
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-27fix [#35518] UV Mapping crashes the Blender with specific image fileCampbell Barton
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-04-29Fix #35139] Output panel options are not taken into account when you safe you...Sergey Sharybin
2013-04-26Fix a few more cases where an operator should not show in the search menu.Brecht Van Lommel
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15Fix #34978: for cycles, images displayed in the UV editor where coupled to theBrecht Van Lommel
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-04-05Fix eternal compo refresh when having image editor with mask openedSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-04-02Usability fix, for color grading.Ton Roosendaal
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-26I18n: various "new data translation" fixes...Bastien Montagne
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17Feature:Ton Roosendaal
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-01Fix / Workaround for [#34474] "Record Composite" image op segfaults in compos...Thomas Dinges
2013-02-28More UI messages fixes...Bastien Montagne