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
path: root/source
AgeCommit message (Expand)Author
2014-01-20Code cleanup: remove quicktime image loading code (not animation loading).Brecht Van Lommel
2014-01-20Bevel: fixed problems with vertex bevel and some 'weld' cases.Howard Trickey
2014-01-20Fix T38267: dynamic paint Use Object Material not working correct in some cases.Brecht Van Lommel
2014-01-20Code Cleanup: tabs/spaces, no need to call CTX_data_edit_object twiceCampbell Barton
2014-01-20Fix T37967: autosave does not save dynamic topology edits while in sculpt mode.Brecht Van Lommel
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-20Clear object recalc flag on loadTom Edwards
2014-01-20Fix T38291: depgraph tagging was wrong forLukas Tönne
2014-01-20Fix T38221: node fcurves in compositor get deleted when muting a node.Lukas Tönne
2014-01-20Followup for 1728c1e: we don't need to replace flags at allSergey Sharybin
2014-01-20Python API: fix for help() failing on bpy instancesCampbell Barton
2014-01-20Python API: create args for meta-classes directly (a little faster).Campbell Barton
2014-01-20Fix for incorrect use of DNA_struct_find_nrCampbell Barton
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2014-01-20Fix for saving startup file ignoring editmode/sculpt editsCampbell Barton
2014-01-20Code Cleanup: remove redundant NULL checks and add function attributesCampbell Barton
2014-01-20Fix for flag not being restored in BKE_vfont_to_curve_exCampbell Barton
2014-01-19Fix last part of T38244: memory leak when scaling any panelBastien Montagne
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-18Increase maximum allowed amount of points for Splines in both U and V directionsSimon Repp
2014-01-18Send sequencer render context as const pointer rather than as valueSergey Sharybin
2014-01-18Make it possible to hide/unhide a node during node transform operations.Monique Dewanchand
2014-01-17Math: Code cleanupSergej Reich
2014-01-17Blender Internal: Tweak GLSL preview of the spot lamp to use shadow buffer al...IRIE Shinsuke
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-17UI/Modifiers: add missing icon for Wireframe modifierSimon Repp
2014-01-17Fix T38141: wrong add reroute node location with shift LMB cut on OS X / retina.Brecht Van Lommel
2014-01-17Sequencer: don't cache frames during proxy rebuild jobSergey Sharybin
2014-01-17Followup to d03e768: was wrongly (void) non-existing argumentSergey Sharybin
2014-01-17Remove confusing recalc flag from simplify update callbackSergey Sharybin
2014-01-17Fix T38260: Missing object update with two visible scenesSergey Sharybin
2014-01-17Similar reshuffling of theme settings order for DopeSheet to ensure pairs end...Joshua Leung
2014-01-17Reshuffle Graph Editor theme settings to get pairs of settings to line upJoshua Leung
2014-01-17Bump up default size of vertices in Graph Editor to make them easier to see/s...Joshua Leung
2014-01-17Fix T38161: Copy Material to Others causes incorrect viewport display if targ...Bastien Montagne
2014-01-17Blender Internal: Correct GLSL preview, material using shader nodes didn't co...IRIE Shinsuke
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-17BMesh: minor optimization for remove doublesCampbell Barton
2014-01-17EditMesh: add delete loose operator (access from Cleanup menu)Campbell Barton
2014-01-17BMesh: add bmesh delete functions that dont depend on operator flagsCampbell Barton
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2014-01-17Fix for long keyframes not getting faded out with their associated keyframes ...Joshua Leung
2014-01-17Assorted polish fixes for keyframe theme settings patchJoshua Leung
2014-01-17T37579: Theme settings for Keyframe ColoursJose Molina Garcia
2014-01-17Code Cleanup: remove redundant bmesh functions & make staticCampbell Barton
2014-01-17BMesh: minor speedup for deleting faces. also remove unused delete-allCampbell Barton
2014-01-17Code Cleanup: move delete funcs out of bmesh_construct.c into own fileCampbell Barton
2014-01-17Outliner: minor speedup for drawing, avoid 3 rna lookups per objectCampbell Barton
2014-01-17Code cleanup: fix gcc/clang compiler warning in release build.Brecht Van Lommel
2014-01-17Fix T37958: part of blender internal approximate AO / indirect light preprocessBrecht Van Lommel