Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BlenderPhi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raas
BlenderPhi
Commits
4a3e78fc
Commit
4a3e78fc
authored
Nov 26, 2003
by
Michel Selten
Browse files
Options
Downloads
Patches
Plain Diff
Updated Python documentation for the Texture module. Done by Alex.
parent
a017e08d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/blender/python/api2_2x/doc/Texture.py
+4
-11
4 additions, 11 deletions
source/blender/python/api2_2x/doc/Texture.py
with
4 additions
and
11 deletions
source/blender/python/api2_2x/doc/Texture.py
+
4
−
11
View file @
4a3e78fc
# *** PROPOSAL ***
# 11/11/2003
# Detail of classes MTex, EnvMap and ColorBand not included yet
# Also missing is Tex.imaflag, Tex.flag and Tex.stype, pending discussion on
# their implementation
#
#
# Blender.Texture module and the Texture PyType object
# Blender.Texture module and the Texture PyType object
#
#
...
@@ -67,7 +60,7 @@ Example::
...
@@ -67,7 +60,7 @@ Example::
- FIELDS - Work with field images [cannot be used with MIPMAP]
- FIELDS - Work with field images [cannot be used with MIPMAP]
- ROT90 - Rotate the image 90 degrees when rendering
- ROT90 - Rotate the image 90 degrees when rendering
- CALCALPHA - Calculate an alpha from the RGB
- CALCALPHA - Calculate an alpha from the RGB
- STFIELD -
???
- STFIELD -
Denotes this is a standard field
- MOVIE - Use a movie for an image
- MOVIE - Use a movie for an image
- CYCLIC - Repeat animation image
- CYCLIC - Repeat animation image
- ANTI - Use anti-aliasing
- ANTI - Use anti-aliasing
...
@@ -101,14 +94,14 @@ Example::
...
@@ -101,14 +94,14 @@ Example::
5. Blend type
5. Blend type
- BLN_LIN - Use a linear progression
- BLN_LIN - Use a linear progression
- BLN_QUAD - Use a quadratic progression
- BLN_QUAD - Use a quadratic progression
- BLN_EASE -
???
- BLN_EASE -
Uses a more complicated blend function
- BLN_DIAG - Use a diagonal progression
- BLN_DIAG - Use a diagonal progression
- BLN_SPHERE - Use a progression with the shape of a sphere
- BLN_SPHERE - Use a progression with the shape of a sphere
- BLN_HALO - Use a quadratic progression with the shape of a sphere
- BLN_HALO - Use a quadratic progression with the shape of a sphere
6. Stucci type
6. Stucci type
- STC_PLASTIC - Standard stucci
- STC_PLASTIC - Standard stucci
- STC_WALLIN -
Set start value (?)
- STC_WALLIN -
Creates dimples
- STC_WALLOUT -
Set end value (?)
- STC_WALLOUT -
Creates ridges
7. Noise type
7. Noise type
- NSE_DEFAULT - Noise has no STypes
- NSE_DEFAULT - Noise has no STypes
8. Image type
8. Image type
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment