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-11-06Made active point and active spline behaviour more predictable on curves/surf...Kevin Mackay
2013-11-05Correcting a few typosJoshua Leung
2013-11-05code cleanup: typosCampbell Barton
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-11-04add CDDM_lower_num_loops(), for completeness (currently unused).Campbell Barton
2013-11-04code cleanup: typo in function nameCampbell Barton
2013-11-04Bugfix [#36950] Restrict Frame Range not being obeyed on Driver F-CurvesJoshua Leung
2013-11-02Quick test commit - fixing what looks like a typo in a commentJoshua Leung
2013-11-02code cleanup: warningsCampbell Barton
2013-11-01Fix [#37266] Skin modifier can't be copied.Bastien Montagne
2013-11-01code cleanup: spellingCampbell Barton
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert
2013-10-31code cleanup: spellingCampbell Barton
2013-10-29Code cleanup: more int->bool conversions mask moduleSergey Sharybin
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