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-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2013-10-29Project Pampa request: FCurves normalized displaySergey Sharybin
2013-10-29Fix #37192, Rendered preview causes crash when deleting a material node in sh...Lukas Toenne
2013-10-29Fix for particle texture influence bug causing undefined (nan) values: When u...Lukas Toenne
2013-10-28Fix #37221: Multilayer EXR inputs generate pink frame/last displayed frame wh...Sergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26Weighted tracksSergey Sharybin
2013-10-26code cleanup: merge doxygen comments into C source.Campbell Barton
2013-10-26correct typoCampbell Barton
2013-10-22Making real need to remove proxiesSergey Sharybin
2013-10-22Bugfix: Renaming bones now renames the corresponding F-Curves in actions used byJoshua Leung
2013-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-20Code cleanup: de-duplicate implementation of get_texture_valueSergey Sharybin
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-19Arg! Fix another bug in split normal core algorithm (some flat faces were ign...Bastien Montagne
2013-10-19Remove paranoid check which was marked as unneeded for a while alreadySergey Sharybin
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-10-18Fix for wrong active render layer after copying hr sceneSergey Sharybin
2013-10-17Patch [#37115] Surface split and separate operatorsKevin Mackay
2013-10-17Missing ParticleSystem->parent pointer check in BKE_object_unlink.Lukas Toenne
2013-10-17Fix crash in scenes without camera markers, after recent fix for #37097,Brecht Van Lommel
2013-10-17Fix for GCC bing stupid and not casting float*[3] to const float*[3] without ...Sergey Sharybin
2013-10-17Fix #37097: Setting scene frame does not update active cameraSergey Sharybin
2013-10-17Fix #37109: missing cycles texture display in edit mode.Brecht Van Lommel
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-10-15Get rid of Allow Fallback optionSergey Sharybin
2013-10-14Fix for crash from double-freeing in nodes:Lukas Toenne
2013-10-14Fix #37057, Detach (Alt + D) doesn't work in nodes editor / compositor.Lukas Toenne
2013-10-14code cleanup: remove duplicate assignmentsCampbell Barton
2013-10-14fix for array index use before checking rangeCampbell Barton
2013-10-13fix for over-alloc in dyntopo, was allocating the vertex size, not pointer si...Campbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10Get rid of the draw_input/draw_output callbacks for nodes. These are pretty u...Lukas Toenne
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-10Weight Paint Tools: Add "Subset" option to "Normalize All"Irie Shinsuke
2013-10-10style cleanupCampbell Barton
2013-10-09Fix [#37012] The new export split normal does nor produce correct results.Bastien Montagne
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08Release Maintenance: Thomas Dinges
2013-10-08remove toolsettings (unused for a long time).Campbell Barton
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton