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
2015-10-20New function to draw offscreen, and related API changesDalai Felinto
2015-10-20Cleanup: remove _POSIX_C_SOURCE undefineCampbell Barton
2015-10-15Cleanup: BLO_read: linking API arg order and name.Bastien Montagne
2015-10-153D View: support non-uniform scaled lampsCampbell Barton
2015-10-12Cleanup & rework of BLO_linking code.Bastien Montagne
2015-10-12Cleanup in BLO API: rename 'append' funcs to 'link', since none do append, bu...Bastien Montagne
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-09-10PyAPI: add an update method for propertiesCampbell Barton
2015-09-10Show correct syntax for id-propertiesCampbell Barton
2015-09-07Cleanup: gpu constants weren't so clearly arrangedCampbell Barton
2015-08-31Fix T45955: Python's pdb can't show script sourceCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-22Don't make Python classes of StructRNA on startupCampbell Barton
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-07-12PyAPI: Use separate writes for operator reportsCampbell Barton
2015-07-06Cleanup: style, spellingCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton
2015-06-10Correct typosCampbell Barton
2015-06-03Correct own fix reference before assignmentCampbell Barton
2015-06-03Correct own recent error printing Python exceptionCampbell Barton
2015-05-26Correct own recent error, uninitialized var useCampbell Barton
2015-05-25Fix T44822: python enums' itemf callback did not handle 'NULL' context case.Bastien Montagne
2015-05-21Fix: GPU_shader_export fails /w some lamp attrsCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-05-12Doc: correct rst syntaxCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-08Add missing TEXTEDIT_UPDATE optionCampbell Barton
2015-05-06Add bpy.app.binary_path_pythonCampbell Barton
2015-04-24correcting typos in python api docsInes Almeida
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-04-01Real fix for T44127: Python does not guarantee to free all objects on exit...Bastien Montagne
2015-03-24BGE: Fix T43592: World GLSLThomas Szepe
2015-03-18Fix crash using removed data as function argumentsCampbell Barton
2015-03-16PyAPI: bpy.ops enum error was cut shortCampbell Barton
2015-03-02cleanup: whitespaceCampbell Barton
2015-02-28Py Enum props definition: 'default' parameter cleanup/fix.Bastien Montagne
2015-02-18CMake: indent & missing headerCampbell Barton
2015-02-18Include SDL information in system info text.Sybren A. Stüvel
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-21Added new debug flag which can be used to lazy-init the SimDebug drawing.Lukas Tönne