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
2010-08-19- pyrna fix for reference counting when unable to register a propertyCampbell Barton
2010-08-18utility function for updating animation system values when RNA changes.Campbell Barton
2010-08-18fix errors with recent commits.Campbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-18rna renaming for 'Brush' structCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-18minor update rna namer and script to automatically apply updates from blender...Campbell Barton
2010-08-18Fix for [#23352] Update Problem in Texture tabDalai Felinto
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply logic brick rna renamingCampbell Barton
2010-08-17syntax highlighting for decorators, correct doc exampleCampbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-17merged in applied edits from theme/space/prefsCampbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-17when complaining that an RNA name doesnt exist in the UI, give the struct nam...Campbell Barton
2010-08-17rna naming changes based on suggestions by Brecht.Campbell Barton
2010-08-17fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this...Campbell Barton
2010-08-172.5 Nodes:Thomas Dinges
2010-08-172.5 Nodes:Thomas Dinges
2010-08-172.5 Texture Panels:Thomas Dinges
2010-08-172.5 Modifiers:Thomas Dinges
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-17use 'vertices' rather then 'verts'.Campbell Barton
2010-08-17- rna_info.py now outputs array length with types eg. float[16].Campbell Barton
2010-08-172.5 Modifier/Constraint TemplateThomas Dinges
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-16Scons:Joerg Mueller
2010-08-16Audaspace: Further fixes.Joerg Mueller
2010-08-16Audaspace: Scons fix for missing python include paths.Joerg Mueller
2010-08-16Audaspace: Buildsystem update after Ton destroyed building with scons and cma...Joerg Mueller
2010-08-16merged rna names with newly created dump from rna_info.pyCampbell Barton
2010-08-16- finished RNA renaming for reviewCampbell Barton
2010-08-16More makefiles for new audaspace commit.Ton Roosendaal
2010-08-16Added missing include for audio stuff.Kent Mein
2010-08-16Py API Docs (GSoC): Third merging commitJoerg Mueller
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-16Audaspace (GSoC): First merging commitJoerg Mueller
2010-08-16svn merge -r 31314:31370 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nexyonJoerg Mueller
2010-08-16- commit that removed MEM_guardedalloc.h includes broke building with SSE ena...Campbell Barton
2010-08-16jp2.c has a non-utf8 char which stopped python from reading it, removed unuse...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-16Fixed bug in normalition of YCbCr color space conversion (from 0..1 toRobert Holcomb
2010-08-15change for sorting rna cleaner (was broken), diff's on rna_properties.txt wil...Campbell Barton
2010-08-15remove foreach_get/set for rna arrays, was crashing and are only valid for co...Campbell Barton
2010-08-15use more BLI math functions.Campbell Barton