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-12-11Merge branch 'master' into soc-2013-sketch_meshsoc-2013-sketch_meshAlexander Pinzon Fernandez
2013-12-03View Navigation: Walk and Fly modesDalai Felinto
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-25Merge branch 'master' into soc-2013-sketch_meshAlexander Pinzon Fernandez
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-24Mesh Modifiers: Added Laplacian DeformAlexander Pinzon
2013-11-20* Remove more code for stars, missed those. Sorry!Thomas Dinges
2013-11-13svn merge ^/trunk/blender 60972:61239Alexander Pinzon
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-08svn merge ^/trunk/blender 59138:60616Alexander Pinzon
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-26RNA fixes regarding dynamic array properties in functions parameters (reviewe...Bastien Montagne
2013-07-27Implement the deformed Laplacian as a modifier.Alexander Pinzon
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-11Fix #35289: UV layout export to image was extremely slow for large meshes. ThisBrecht Van Lommel
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
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-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
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-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey