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-03-07use bool for rna funcs.Campbell Barton
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-07Make options for background gradient more organized.Antony Riakiotakis
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-24Separate image input and sequencer's color spaces in the UISergey Sharybin
2012-12-22replace RNA_ID_type_name() with BKE_idcode_to_name_plural()Campbell Barton
2012-12-22From the long todo:Ton Roosendaal
2012-12-18use 'bpy.context' when printing properties in the info window.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18add index argument to RNA_property_as_string() - currently unused.Campbell Barton
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-20Fix #33227: custom keymap syncing didn't work well always when adding/removingBrecht Van Lommel
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-24fix [#32855] Obj im and export and the file path and nameCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-06missed this when merging inpaintCampbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-06-10style cleanupCampbell Barton
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-22Add skin modifier: DNA, RNA, UI, and MOD_skin.c implementation.Nicholas Bishop
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-11Add an RNA access function to get an enum item name from its value.Nicholas Bishop
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-20fix [#30589] RNA function descriptions not showing in Python console on autoc...Campbell Barton
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-14theme settings - split space and space list into their own RNA members, displ...Campbell Barton
2012-01-13Move FFmpeg and QuickTime settings to own structure inside RenderSettingsSergey Sharybin
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-12Remove empty comment I added on accident.Kent Mein