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-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-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-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-16- commit that removed MEM_guardedalloc.h includes broke building with SSE ena...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-15change for sorting rna cleaner (was broken), diff's on rna_properties.txt wil...Campbell Barton
2010-08-15more rna naming editsCampbell Barton
2010-08-15Fix #23307: accessing FluidParticles.settings causes crash.Brecht Van Lommel
2010-08-14fix for referencing freed memory when freeing an rna property.Campbell Barton
2010-08-13bugfix [#22037] OBJ exporter produce wrong UVCampbell Barton
2010-08-13[#22884] slow import wavefont/.obj fileCampbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-13Fix #23244: image save function did not release lock on renderBrecht Van Lommel
2010-08-13minor changes to rna/python.Campbell Barton
2010-08-12fix for the rna curve interpolation enum, 'ease' was using the same value as ...Campbell Barton
2010-08-11python declarative UICampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11correction for mis-named DupliObject.object_matrix -> matrix_originalCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10Smoke:Daniel Genrich
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-10include rna parent class names in renaming listCampbell Barton
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-10Added additional (optional) subframe argument to RNA API function: scene.set_...Matt Ebb
2010-08-10SVN maintenance.Guillermo S. Romero
2010-08-09rna refactoring update, order by class, attribute.Campbell Barton
2010-08-09restrict prefix checking to booleans for nowCampbell Barton
2010-08-09rna refactor...Campbell Barton
2010-08-07== docs ==Luca Bonavita
2010-08-07Bugfix #23216: Memory leak when removing Fcurve from actionJoshua Leung
2010-08-06Fix #23210: displace modifier strength only had 2 decimal places,Brecht Van Lommel
2010-08-06Fix #23209: there was no access yet to region data from RNA, there's noBrecht Van Lommel
2010-08-06remove narrow ui featureCampbell Barton
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-04== docs ==Luca Bonavita
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04Fix crash accessing particle edit values outside of particle edit mode.Brecht Van Lommel
2010-08-04== Makefiles ==Stefan Gartner
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton