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
2011-11-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht Van Lommel
2011-11-02Cycles: RenderEngine api code tweaks, also ensuring it's backwards compatible.Brecht Van Lommel
2011-11-02World MistThomas Dinges
2011-11-02RenderEngine: steps towards implementation of this proposal:Brecht Van Lommel
2011-11-02World Stars:Thomas Dinges
2011-11-02RenderEngine: add .is_animation and .is_preview properties to detect if it'sBrecht Van Lommel
2011-11-02Related to #29092: make the working of the Mist Intensity option more clear inBrecht Van Lommel
2011-11-02new math function: Quaternion.to_axis_angle().Campbell Barton
2011-11-02minor cleanup for weightpaint fillCampbell Barton
2011-11-02Function convertViewVec() contained some piece of code duplicated fourNicholas Bishop
2011-11-02quiet some warnings.Campbell Barton
2011-11-02Bugfix for [#29055] node editor / texture node / scale nodeThomas Dinges
2011-11-02Space types:Thomas Dinges
2011-11-01== Removal of SpaceSound ==Thomas Dinges
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-11-01Fix #29124: Modifying mesh with mirror and solidify modifiers crashes blenderSergey Sharybin
2011-11-01Reverting r41409 (broken fix for #29089)Andrew Wiggin
2011-11-01Fix #29109: bpy.ops.render.render() with scene parameter missed compositing,Brecht Van Lommel
2011-11-01Fix #29101: 2D Tilt on Bezier Curve Bug?Brecht Van Lommel
2011-11-01correct header, for some reason gcc doesnt warn about thisCampbell Barton
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-11-01use math functions for mesh subdivide smooth (easier to follow for bmesh, no ...Campbell Barton
2011-10-31Fix #29084: material/texture nodes crash introduced in 2.60, execdata is beingBrecht Van Lommel
2011-10-31Fix crash in texture nodes, when no derivatives available, other nodes alreadyBrecht Van Lommel
2011-10-31Fix: selecting with z-buffer hiding did not work when graphics card settingsBrecht Van Lommel
2011-10-31fix [#29089] Faces created for "rims" by solidify modifier have incorrect vis...Campbell Barton
2011-10-31use_verify option to defvert_sync_mapped and defvert_sync was flipped, also m...Campbell Barton
2011-10-31fix own error r41191 getting id property string lengths.Campbell Barton
2011-10-31fix [#29098] File save dialog cannot handle extra periods in file nameCampbell Barton
2011-10-31Blender Conference Feature Request by Jonathan:Thomas Dinges
2011-10-31WIN32, fix a crash when blender is executed in background mode, patch by kjym3Jens Verwiebe
2011-10-30Change default values for mix node.Sergey Sharybin
2011-10-30make_uv_vert_map() was looping over the texture face for not reason.Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-29Cycles: fix blenderplayer build error.Brecht Van Lommel
2011-10-29bug from revision 2!, error noticed kjym3 on IRC, buffer overrun on lbarray, ...Campbell Barton
2011-10-29replace BLI_strtok_r from r41337 with lighter method that doesnt alloc for te...Campbell Barton
2011-10-28Fix: OpenGL renders on graphics cards which do not support non-power-of-twoBrecht Van Lommel
2011-10-28UI list template: committing patch [#26629].Bastien Montagne
2011-10-28BLI_string: Adding the BLI_strtok_r function, which mimics stdlib strtok_r (u...Bastien Montagne
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-28fix for error in gpu.export_shader() was missing *4 (only writing 1/4 of the ...Campbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-28fix [#29062] Can not save image as external on a writable pathCampbell Barton
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-28Renaming the extensionless "blenderbuttons" to "blender_icons.png"Joshua Leung
2011-10-27OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST an...Jens Verwiebe
2011-10-27Fix player prototype, fix compile for OSX/XCode4.2, use always tablet enabled...Jens Verwiebe